| Issue | 53051 |
|---|---|
| Summary | Negative lookahead doesn't work in llvm::Regex |
| Labels | new issue |
| Assignees | |
| Reporter | ZequanWu |
llvm::Regex thinks "asdf/third_party/asdf " doesn't match .*third_party/(?!boringssl).*", but they should match: https://regex101.com/r/ydqrwQ/1
_______________________________________________ llvm-bugs mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
