llvm-capstone/libcxx
Louis Dionne cd7f9751c3 [libc++] NFC: Simplify substitutions by using lit recursive substitutions
Since lit supports expanding substitutions recursively, we can define
substitutions in terms of other substitutions. This allows us to simplify
how libc++ substitutions are defined.

This doesn't change the substitutions at all, it only makes them simpler
to define.
2020-03-27 11:09:08 -04:00
..
benchmarks Revert "[libcxx] Enable C++17 for the benchmarks." 2020-03-12 22:23:46 +01:00
cmake [libc++] [cmake] Better diagnostics for missing abi library headers 2020-03-11 21:02:45 +03:00
docs [libc++] Bump Clang support for Clang 4 2020-03-23 12:17:04 -04:00
fuzzing [libc++] Tolerate NaN returning random distributions for now 2019-12-12 17:11:13 -05:00
include Revert "Remove legacy CMake targets for libcxx and libcxxabi" 2020-03-23 11:03:00 -04:00
lib [libc++] Add SHA for C++20 Synchronization Library in ABI changelog 2020-03-11 16:13:13 -04:00
src Revert "[libc++] Build the dylib with C++17 to allow aligned new/delete" 2020-03-24 22:53:47 -04:00
test [libc++] NFC: Simplify substitutions by using lit recursive substitutions 2020-03-27 11:09:08 -04:00
utils [libc++] NFC: Simplify substitutions by using lit recursive substitutions 2020-03-27 11:09:08 -04:00
www [libc++] [NFC] Test that correct value category is used in scoped_allocator_adaptor::construct 2020-03-23 09:08:05 -07:00
.clang-format
.gitignore [libcxx] Fix .gitignore to not exclude test directories 2020-03-25 17:52:23 -07:00
appveyor-reqs-install.cmd
appveyor.yml
CMakeLists.txt Revert "[libc++] Build the dylib with C++17 to allow aligned new/delete" 2020-03-24 22:53:47 -04:00
CREDITS.TXT [libcxx] Add Sergej Jaskiewicz to CREDITS.txt 2019-11-21 12:06:10 +03:00
LICENSE.TXT
NOTES.TXT
TODO.TXT