diff options
author | Sanjay Marreddi <sanjay.mareddi@gmail.com> | 2024-01-09 19:39:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-09 20:39:36 +0100 |
commit | 0804ef2d1539fde7f45e18e4f87d99f7019f9aae (patch) | |
tree | c66f2fc5bfe9acd139feee9081f54fdd21f79fa4 /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | 6c207ee5d20d2b054509123e6d0507df1332b376 (diff) | |
download | llvm-0804ef2d1539fde7f45e18e4f87d99f7019f9aae.zip llvm-0804ef2d1539fde7f45e18e4f87d99f7019f9aae.tar.gz llvm-0804ef2d1539fde7f45e18e4f87d99f7019f9aae.tar.bz2 |
[libc++] Fix `regex_search` to match `$` alone with `match_default` flag (#77256)
Using `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
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions