Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D147186
[libc] Add a libc internal equivalent of std::string and use it in unit tests. AbandonedPublic Authored by sivachandra on Mar 29 2023, 3:02 PM.
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 29 2023, 3:02 PM This revision is now accepted and ready to land.Mar 30 2023, 6:51 AM
Revision Contents
Diff 509536 libc/src/__support/CPP/CMakeLists.txt
libc/src/__support/CPP/string.h
libc/src/__support/CPP/type_traits.h
libc/src/__support/CPP/utility.h
libc/test/UnitTest/LibcTest.h
libc/test/UnitTest/LibcTest.cpp
libc/test/src/__support/CPP/CMakeLists.txt
libc/test/src/__support/CPP/string_test.cpp
utils/bazel/llvm-project-overlay/libc/BUILD.bazel
utils/bazel/llvm-project-overlay/libc/test/UnitTest/BUILD.bazel
|