summaryrefslogtreecommitdiff
path: root/libc/test/src/string/bzero_test.cpp
AgeCommit message (Expand)Author
2024-12-10[libc] move bcmp, bzero, bcopy, index, rindex, strcasecmp, strncasecmp to str...Nick Desaulniers
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-05-25[libc][test] Drastically reduce mem test runtimeGuillaume Chatelet
2023-05-02[libc] Remove use of 'assert' from the string testsJoseph Huber
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy
2022-11-02[libc] Improve testing of mem functionsGuillaume Chatelet
2022-08-22[NFC][libc] Switch mem* tests from ArrayRef to spanGuillaume Chatelet
2022-08-01Reland [libc][NFC] Use STL case for arrayGuillaume Chatelet
2022-08-01Revert "[libc][NFC] Use STL case for array"Guillaume Chatelet
2022-08-01[libc][NFC] Use STL case for arrayGuillaume Chatelet
2021-12-22[libc] apply formatting to testsMichael Jones
2021-10-28[libc][NFC] Move utils/CPP to src/__support/CPP.Siva Chandra Reddy
2021-01-20[libc][NFC] add "LlvmLibc" as a prefix to all test namesMichael Jones
2020-05-20[libc] Add memset and bzero implementationsGuillaume Chatelet