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

Ryosuke Niwa via cfe-commits cfe-commits at lists.llvm.org
Mon May 6 15:46:37 PDT 2024


rniwa 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
> ```
> 
> !

oh, that's neat!

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


More information about the cfe-commits mailing list