Issue | 138302 |
---|---|
Summary | [clang-tidy] Regex alternation operator | is broken in `readability-identifier-naming` options |
Labels | clang-tidy |
Assignees | |
Reporter | ambyld |
For example, the regex `A|a` seems to match anything that starts with `A`, such as `ABCDEFG`.
Example on clang-tidy trunk: https://godbolt.org/z/PfEhP96jh
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs