llvm-project/clang-tools-extra/clang-tidy/modernize
Aaron Ballman f36a425eba Reapplying r246209, which exposed language options to the checkers. This time disable UseNullptrCheck when not compiling in C++ mode, but still allow in C++11 mode since it's likely the user wishes to modernize their code.
llvm-svn: 246298
2015-08-28 13:20:46 +00:00
..
CMakeLists.txt Add replace-auto_ptr check. 2015-08-25 13:03:43 +00:00
LoopConvertCheck.cpp Avoid LoopConvertCheck replacements in template instantiations. 2015-08-25 15:44:00 +00:00
LoopConvertCheck.h [clang-tidy] Add loop-convert check to clang-tidy. 2015-08-19 09:11:46 +00:00
LoopConvertUtils.cpp Fix another LoopConvert fail. 2015-08-26 17:08:24 +00:00
LoopConvertUtils.h [clang-tidy] Add loop-convert check to clang-tidy. 2015-08-19 09:11:46 +00:00
Makefile
ModernizeTidyModule.cpp Add replace-auto_ptr check. 2015-08-25 13:03:43 +00:00
PassByValueCheck.cpp Replacing a custom AST matcher with some builtin AST matchers; NFC, and existing tests should provide sufficient coverage. 2015-08-19 20:26:22 +00:00
PassByValueCheck.h
ReplaceAutoPtrCheck.cpp Add replace-auto_ptr check. 2015-08-25 13:03:43 +00:00
ReplaceAutoPtrCheck.h Add replace-auto_ptr check. 2015-08-25 13:03:43 +00:00
UseAutoCheck.cpp [clang-tidy] Migrate UseAuto from clang-modernize to clang-tidy. 2015-08-21 15:08:51 +00:00
UseAutoCheck.h [clang-tidy] Migrate UseAuto from clang-modernize to clang-tidy. 2015-08-21 15:08:51 +00:00
UseNullptrCheck.cpp Reapplying r246209, which exposed language options to the checkers. This time disable UseNullptrCheck when not compiling in C++ mode, but still allow in C++11 mode since it's likely the user wishes to modernize their code. 2015-08-28 13:20:46 +00:00
UseNullptrCheck.h [clang-tidy] Fix use-after-free in UseNullptrCheck. 2015-08-19 23:57:34 +00:00