llvm-capstone/libcxx/test
Sanjay Marreddi 67f5df78d7
Revert "[libc++] Fix regex_search to match $ alone with match_default flag" (#78349)
The behavior of `std::regex_search` for patterns anchored both to the
start and to the end of the input went wrong after merging #77256 .
Patterns like `"^b*$"` started matching the strings such as `"a"`, which
is not expected.

Reverts the PR: #77256
2024-01-17 13:51:29 +01:00
..
configs [libc++][modules] Removes module testing. (#76083) 2024-01-17 08:11:25 +01:00
libcxx [libc++][modules] Adds module testing. (#76246) 2024-01-17 08:15:18 +01:00
std Revert "[libc++] Fix regex_search to match $ alone with match_default flag" (#78349) 2024-01-17 13:51:29 +01:00
support [ASan][libc++] Annotating std::basic_string with all allocators (#75845) 2024-01-13 18:11:53 +01:00
tools [libc++][modules] Fixes clang-tidy exports. (#76288) 2024-01-17 08:27:00 +01:00
.clang-format [libc++] Improves clang-format settings. 2023-02-27 19:24:06 +01:00
.clang-tidy [libc++] Update clang-tidy configuration for the tests 2023-08-03 09:40:48 -07:00
CMakeLists.txt [libc++][modules] Removes module testing. (#76083) 2024-01-17 08:11:25 +01:00
lit.cfg.py [NFC][Py Reformat] Reformat python files in libcxx/libcxxabi 2023-05-25 11:15:34 +02:00