Files
llvm/utils
Nick Desaulniers ad97ee2531 [libc][support][FixedVector] add reverse iterator (#86732)
Critically, we don't want to return an iterator to the end of the underlying
cpp::array "store." Add a test to catch this issue.

This will be used by __cxa_finalize to iterate backwards through a FixedVector.

Link: #85651
2024-03-28 09:53:44 -07:00
..