[all-commits] [llvm/llvm-project] c6bc10: [libc] Add a library of standalone C++ utilities.
Siva Chandra via All-commits
all-commits at lists.llvm.org
Wed Jan 29 13:44:28 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c6bc10636cf3c48c947a4759d2e9648639cdfa71
https://github.com/llvm/llvm-project/commit/c6bc10636cf3c48c947a4759d2e9648639cdfa71
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2020-01-29 (Wed, 29 Jan 2020)
Changed paths:
M libc/CMakeLists.txt
M libc/cmake/modules/LLVMLibCRules.cmake
M libc/utils/CMakeLists.txt
A libc/utils/CPP/Array.h
A libc/utils/CPP/ArrayRef.h
A libc/utils/CPP/CMakeLists.txt
A libc/utils/CPP/README.md
A libc/utils/CPP/StringRef.h
A libc/utils/CPP/TypeTraits.h
M libc/utils/UnitTest/CMakeLists.txt
M libc/utils/UnitTest/Test.cpp
M libc/utils/UnitTest/Test.h
Log Message:
-----------
[libc] Add a library of standalone C++ utilities.
Some of the existing utils in utils/UnitTest/Test.h have been moved to
this new library.
Reviewers: abrachet, gchatelet
Tags: #libc-project
Differential Revision: https://reviews.llvm.org/D73530
More information about the All-commits
mailing list