[PATCH] D59135: Add check for matching HeaderFilter before emitting Diagnostic

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 8 07:34:01 PST 2019


aaron.ballman added a comment.

In D59135#1422781 <https://reviews.llvm.org/D59135#1422781>, @thorsten-klein wrote:

> Hello,
>  Can you please support how to do that? :-)


All of the tests live in extra\test\clang-tidy\, so you'd add a file in there. I believe `file-filter.cpp` does stuff with header filters, as an example of how the files are structured. The basic goal is: make a test that fails without your patch and succeeds with it.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59135/new/

https://reviews.llvm.org/D59135





More information about the cfe-commits mailing list