Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
52712d3ff7a2f7bcf737996d6ab59ef2cc29c20d
/
libcxx
/
test
/
std
/
re
/
re.regex
/
re.regex.construct
/
default.pass.cpp
1931c43
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.
by Marshall Clow
· 7 years ago
2df59c5
Support tests in freestanding
by JF Bastien
· 7 years ago
57b08b0
Update more file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
fd5ceb2
#include <test_macros.h> in all the regex tests, and remove all mentions of __cpluplus (use TEST_STD_VERS and/or XFAIL instead). No functional change
by Marshall Clow
· 10 years ago
5a83710
Move test into test/std subdirectory.
by Eric Fiselier
· 11 years ago
[Renamed from libcxx/test/re/re.regex/re.regex.construct/default.pass.cpp]
412dbeb
license change
by Howard Hinnant
· 15 years ago
24e9848
Continuing to work through regex, and updated libcxx_by_chapter.pdf with weekly test results
by Howard Hinnant
· 15 years ago