summaryrefslogtreecommitdiff
path: root/libc/test/src/__support/fixedvector_test.cpp
AgeCommit message (Expand)Author
2025-03-10[libc] Add `-Wno-sign-conversion` & re-attempt `-Wconversion` (#129811)Vinay Deshmukh
2025-03-05Revert "[libc] Enable -Wconversion for tests. (#127523)"Augie Fackler
2025-03-04[libc] Enable -Wconversion for tests. (#127523)Vinay Deshmukh
2024-06-25[libc][fixedvector] Add const_iterator begin/end (#96714)PiJoules
2024-06-06[libc][FixedVector] Add more helper methods (#94278)PiJoules
2024-06-05[libc] Implement forward iterators for libc fixed_vector (#93916)jameshu15869
2024-03-28[libc][support][FixedVector] add reverse iterator (#86732)Nick Desaulniers
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy
2022-08-09[libc] Add a utility data structure named FixedVector.Siva Chandra Reddy