[clang] [Driver] Fix implicit-check-not regex (PR #121221)

Vitaly Buka via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 27 10:56:18 PST 2024


vitalybuka wrote:

@MaskRay in case you have a nicer suggestion how to implement this check in better way.
I'd like to force match of all libclang_rt. except specific list.

With `([^b]..|.[^u].|..[^i]).*` I can exclude only one, and expressions like `(?!(ABC|XYZ)).*`, are not supported


https://github.com/llvm/llvm-project/pull/121221


More information about the cfe-commits mailing list