mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-29 03:46:07 +00:00

Using std::regex_search with the regex_constant match_default and a simple regex pattern `$` is expected to match general strings such as _"a", "ab", "abc"..._ at `[last, last)` positions. But, the current implementation fails to do so. Fixes #75042