[clang] [analyzer] Ignore system headers in WebKit checkers. (PR #91103)

Artem Dergachev via cfe-commits cfe-commits at lists.llvm.org
Mon May 6 15:44:13 PDT 2024


haoNoQ wrote:

Aha, this looks like a more traditional solution! Looks great. You can make tests for this by feeding the compiler fake system headers with the help of
```
#pragma clang system_header
```
!

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


More information about the cfe-commits mailing list