Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b9c1b51e45b845debb76d8658edabca70ca56079
/
libcxx
/
test
/
std
/
re
/
re.alg
/
re.alg.search
/
backup.pass.cpp
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.alg/re.alg.search/backup.pass.cpp]
aae7649
[libcxx] Remove use of uniform initialization from regex tests so that they compile in C++03.
by Eric Fiselier
· 11 years ago
c815a4e
Bill Fisher: This patch fixes a less likely case where '\b' can back up into invalid memory, when driven by a regex_iterator (for case 1, see r185273 or http://llvm.org/bugs/show_bug.cgi?id=16240)
by Howard Hinnant
· 12 years ago