[PATCH] D17482: [clang-tidy] Allow tests to verify changes made to header files

Richard via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 18 22:04:28 PDT 2016


LegalizeAdulthood added a comment.

In http://reviews.llvm.org/D17482#372677, @alexfh wrote:

> Can you [...] say how many times this feature is going to be used, if it gets added to the testing script?


Since you can't verify changes against headers right now, noone has bothered to add test cases for their checks against headers.

However, I think a case can be made that every check potentially operates against headers and that they should be verified as such.  But, since you can't do this in the build right now, noone has written such tests.


http://reviews.llvm.org/D17482





More information about the cfe-commits mailing list