[PATCH] D13081: [clang-tidy] Implement FixitHints for identifier references in IdentifierNamingCheck

Beren Minor via cfe-commits cfe-commits at lists.llvm.org
Sun Sep 27 02:27:33 PDT 2015


berenm marked an inline comment as done.
berenm added a comment.

I think the latest version also addresses http://reviews.llvm.org/D13079 in a better way. The check will now let clang-tidy decide whether warnings and fixes are displayed, whether it is in or from system/user header files or in main file, and will only worry about not emitting warnings and fixes if a macro is involved in the declaration or any usage.


http://reviews.llvm.org/D13081





More information about the cfe-commits mailing list