llvm-project/clang-tools-extra/clang-tidy
Alexander Kornienko 0497084b69 [clang-tidy] Add loop-convert check to clang-tidy.
Move LoopConvert from clang-modernize to modernize module in clang-tidy.

http://reviews.llvm.org/D12076

Patch by Angel Garcia!

llvm-svn: 245427
2015-08-19 09:11:46 +00:00
..
google We no longer need a custom matcher for this; use the builtin AST matcher instead. NFC, and existing tests should cover this change. 2015-08-18 20:27:44 +00:00
llvm [clang-tidy] Refactor: Move llvm clang-tidy checks to namespace clang::tidy::llvm 2015-03-02 12:39:18 +00:00
misc Insert override at the same line as the end of the function declaration 2015-08-19 02:05:37 +00:00
modernize [clang-tidy] Add loop-convert check to clang-tidy. 2015-08-19 09:11:46 +00:00
readability [clang-tidy] Enhance clang-tidy readability-simplify-boolean-expr... 2015-07-01 12:39:40 +00:00
tool [clang-tidy] Fix a use-after-free. 2015-08-17 11:27:11 +00:00
utils [clang-tidy] Move IncludeSorter.* and IncludeInserter.* to clang-tidy/utils/ 2015-08-14 14:31:31 +00:00
CMakeLists.txt [clang-tidy] Move IncludeSorter.* and IncludeInserter.* to clang-tidy/utils/ 2015-08-14 14:31:31 +00:00
ClangTidy.cpp [clang-tidy] Static Analyzer checker configuration options pass-through. 2015-03-11 17:25:22 +00:00
ClangTidy.h [clang-tidy] Disable google-readability-casting for .c files and their headers. 2015-05-21 14:08:56 +00:00
ClangTidyDiagnosticConsumer.cpp Lazily initialize HeaderFilter in ClangTidyDiagnosticConsumer. This 2015-08-12 13:16:41 +00:00
ClangTidyDiagnosticConsumer.h Lazily initialize HeaderFilter in ClangTidyDiagnosticConsumer. This 2015-08-12 13:16:41 +00:00
ClangTidyModule.cpp [clang-tidy] Default options in modules. 2014-10-16 11:27:57 +00:00
ClangTidyModule.h [clang-tidy] Fixed header guards using clang-tidy llvm-header-guard check. NFC. 2015-03-09 16:52:33 +00:00
ClangTidyModuleRegistry.h [clang-tidy] Fixed header guards using clang-tidy llvm-header-guard check. NFC. 2015-03-09 16:52:33 +00:00
ClangTidyOptions.cpp [clang-tidy] Don't ignore default set of checks when a config file is found. 2015-02-05 14:50:17 +00:00
ClangTidyOptions.h [clang-tidy] Make FileOptionsProvider fields protected to make extending it easier 2015-08-12 19:29:57 +00:00
Makefile [clang-tidy] Create clang-tidy module modernize. Add pass-by-value check. 2015-08-14 13:17:11 +00:00
add_new_check.py [clang-tidy] Extended the example check, added a fix-it, etc. 2014-12-09 12:43:09 +00:00