This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
4e00a935587ff90c841edcd41d41e92767f4181a
clang-p2996
/
libcxx
/
test
History
Marshall Clow
1931c4306a
Fix PR#35967: '<regex> syntax_option_type is not a proper bitmask' Sadly, this is an ABI break, so it's only available if you define either '_LIBCPP_ABI_VERSION > 2' or '_LIBCPP_ABI_UNSTABLE' or '_LIBCPP_ABI_REGEX_CONSTANTS_NONZERO' and rebuild your dylib.
...
llvm-svn: 357190
2019-03-28 17:30:23 +00:00
..
libcxx
[libc++] Remove unnecessary <iostream> #includes in tests
2019-03-28 16:38:15 +00:00
std
Fix PR#35967: '<regex> syntax_option_type is not a proper bitmask' Sadly, this is an ABI break, so it's only available if you define either '_LIBCPP_ABI_VERSION > 2' or '_LIBCPP_ABI_UNSTABLE' or '_LIBCPP_ABI_REGEX_CONSTANTS_NONZERO' and rebuild your dylib.
2019-03-28 17:30:23 +00:00
support
Make to_chars/from_chars work back to C++11. This means that we can use them to implement to_string as well. Reviewed as
https://reviews.llvm.org/D59598
.
2019-03-20 18:13:23 +00:00
CMakeLists.txt
Allow disabling of filesystem library.
2019-03-21 00:04:31 +00:00
lit.cfg
…
lit.site.cfg.in
Allow disabling of filesystem library.
2019-03-21 00:04:31 +00:00
nothing_to_do.pass.cpp
Support tests in freestanding
2019-02-04 20:31:13 +00:00