llvm-project/libcxx
Eric Fiselier 9d25ada420 Revert "Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. "
This reverts commit 087f065cb0c7463f521a62599884493aaee2ea12.

The tests were failing on 32 bit builds, and I don't have time
to clean them up right now. I'll recommit tomorrow with fixed tests.

llvm-svn: 347816
2018-11-28 22:24:19 +00:00
..
benchmarks Add benchmarks for sorting and heap functions. 2018-11-20 17:15:17 +00:00
cmake [CMake] Passthrough CFLAGS when checking the compiler-rt path 2018-11-14 00:09:26 +00:00
docs [libcxx] Remove dynarray 2018-11-28 18:02:00 +00:00
fuzzing Fix the test for partition_copy so it is not ridiculously slow. Also, detab. 2018-11-04 17:57:25 +00:00
include Revert "Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. " 2018-11-28 22:24:19 +00:00
lib [libcxx] Make sure the re-export logic works when paths contain spaces 2018-11-27 21:13:31 +00:00
src Add basic_string::__resize_default_init (from P1072) 2018-11-26 20:15:38 +00:00
test Revert "Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. " 2018-11-28 22:24:19 +00:00
utils [libcxx] Use clang-verify in the lit test suite even when availability is enabled 2018-11-28 17:31:17 +00:00
www Implement P0966 - string::reserve should not shrink 2018-11-28 18:18:34 +00:00
.arcconfig
.clang-format
.gitignore
CMakeLists.txt Rename cxx-benchmark-unittests target and convert to LIT. 2018-11-14 20:38:46 +00:00
CREDITS.TXT
LICENSE.TXT
NOTES.TXT
TODO.TXT
appveyor-reqs-install.cmd
appveyor.yml