summaryrefslogtreecommitdiff
path: root/libc/test/src/__support/arg_list_test.cpp
AgeCommit message (Expand)Author
2025-03-14[libc] Fix implicit conversion warnings in tests. (#131362)lntue
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-09-11[libc] Add osutils for Windows and make libc and its tests build on Windows t...Sirui Mu
2024-03-26[libc] Remove LIBC_HAS_ATTRIBUTE macro (#86656)Vinayak Dev
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-08-28[libc] Add more test cases to the argument list testsJoseph Huber
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy
2022-04-05[libc] Add holder class for va_listsMichael Jones