[PATCH] D17482: [clang-tidy] Allow tests to verify changes made to header files
Richard via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 4 08:25:42 PDT 2016
LegalizeAdulthood added a comment.
As it stands currently, you can't commit a header with `CHECK-MESSAGES` and `CHECK-FIXES` lines and have them verified.
That's the whole point of this changeset.
Currently you have to do something very hacky in order to verify changes made to headers.
http://reviews.llvm.org/D17482
More information about the cfe-commits
mailing list