mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-27 07:31:28 +00:00
67f5df78d7
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 |
||
---|---|---|
.. | ||
configs | ||
libcxx | ||
std | ||
support | ||
tools | ||
.clang-format | ||
.clang-tidy | ||
CMakeLists.txt | ||
lit.cfg.py |