llvm-project/clang-tools-extra/test/clang-tidy/Inputs
Alexander Kornienko 30c423b1e3 [clang-tidy] Implement FixitHints for identifier references in IdentifierNamingCheck
This diff requires http://reviews.llvm.org/D13079 to be applied first. I wasn't sure about how to make patch series in Phabricator, and I wanted to keep the two separate for clarity.

It looks like that most cases can be supported with this patch. I'm not totally sure about the actual coverage though. I think that the matchers are very generic, but I'm still not totally fluent with the AST.

Patch by Beren Minor!

Differential revision: http://reviews.llvm.org/D13081

llvm-svn: 248996
2015-10-01 09:19:40 +00:00
..
Headers [clang-tidy] Implement the include order checker for LLVM. 2014-08-07 21:49:38 +00:00
config-files Implemented clang-tidy configurability via .clang-tidy files. 2014-09-04 14:23:36 +00:00
file-filter [clang-tidy] Added -system-headers option. 2014-10-28 22:16:13 +00:00
line-filter
modernize-loop-convert Add support for 'cbegin()' and 'cend()' on modernize-loop-convert. 2015-10-01 08:57:11 +00:00
modernize-replace-auto-ptr Add replace-auto_ptr check. 2015-08-25 13:03:43 +00:00
modernize-use-auto [clang-tidy] Migrate UseAuto from clang-modernize to clang-tidy. 2015-08-21 15:08:51 +00:00
readability-identifier-naming [clang-tidy] Implement FixitHints for identifier references in IdentifierNamingCheck 2015-10-01 09:19:40 +00:00
google-namespaces.h [clang-tidy] Add namespaces checkers. 2014-07-16 14:16:56 +00:00