hanchenye-llvm-project/clang-tools-extra/clang-tidy/modernize
Kirill Bobyrev 11cea45cce [clang-tidy] remove trailing whitespaces and retab
llvm-svn: 277340
2016-08-01 12:06:18 +00:00
..
AvoidBindCheck.cpp [clang-tidy] Adds modernize-avoid-bind check 2016-05-12 20:06:04 +00:00
AvoidBindCheck.h [clang-tidy] Adds modernize-avoid-bind check 2016-05-12 20:06:04 +00:00
CMakeLists.txt [clang-tidy] Add modernize-use-using 2016-06-25 18:37:53 +00:00
DeprecatedHeadersCheck.cpp [clang-tidy] Another attempt to fix MSVC build 2016-02-25 00:39:11 +00:00
DeprecatedHeadersCheck.h [clang-tidy] Fix doxygen errors. NFC. 2016-06-17 11:43:33 +00:00
LoopConvertCheck.cpp clang-tidy modernize-loop-convert: preserve type of alias declaration (bug 28341) 2016-07-20 12:32:06 +00:00
LoopConvertCheck.h
LoopConvertUtils.cpp [clang-tidy] Prepare modernize-loop-convert for upcoming changes in D22566 2016-08-01 11:29:17 +00:00
LoopConvertUtils.h [clang-tidy] Remove dead code. NFC. 2016-06-15 16:51:04 +00:00
MakeSharedCheck.cpp [clang-tidy] Add modernize-make-shared check 2016-05-02 16:56:39 +00:00
MakeSharedCheck.h [clang-tidy] Add modernize-make-shared check 2016-05-02 16:56:39 +00:00
MakeSmartPtrCheck.cpp [ASTMatchers] Added ignoringParenImpCasts to has matchers 2016-05-31 15:26:56 +00:00
MakeSmartPtrCheck.h [Clang-tidy] Fix Clang-tidy modernize-use-override and some Include What You Use warnings in modernize/MakeSmartPtrCheck.h. 2016-05-03 01:13:27 +00:00
MakeUniqueCheck.cpp [clang-tidy] Add modernize-make-shared check 2016-05-02 16:56:39 +00:00
MakeUniqueCheck.h [clang-tidy] Add modernize-make-shared check 2016-05-02 16:56:39 +00:00
ModernizeTidyModule.cpp [clang-tidy] Add modernize-use-using 2016-06-25 18:37:53 +00:00
PassByValueCheck.cpp [clang-tidy] remove trailing whitespaces and retab 2016-08-01 12:06:18 +00:00
PassByValueCheck.h [clang-tidy] Cleanup namespace in utils folder. 2016-05-03 02:54:05 +00:00
RawStringLiteralCheck.cpp [Clang-tidy] Fix for crash in modernize-raw-string-literal check 2016-04-21 14:39:12 +00:00
RawStringLiteralCheck.h [clang-tidy] Cleaning namespaces to be more consistant across checkers. 2016-05-02 18:00:29 +00:00
RedundantVoidArgCheck.cpp [clang-tidy] Cleaning namespaces to be more consistant across checkers. 2016-05-02 18:00:29 +00:00
RedundantVoidArgCheck.h Add support for type aliases to modernize-redundant-void-arg.cpp 2016-04-14 19:28:13 +00:00
ReplaceAutoPtrCheck.cpp [clang-tidy] Cleanup namespace in utils folder. 2016-05-03 02:54:05 +00:00
ReplaceAutoPtrCheck.h [clang-tidy] Cleanup namespace in utils folder. 2016-05-03 02:54:05 +00:00
ShrinkToFitCheck.cpp [ASTMatchers] Added ignoringParenImpCasts to has matchers 2016-05-31 15:26:56 +00:00
ShrinkToFitCheck.h
UseAutoCheck.cpp Fix clang-tidy patterns to adapt to newly added ExprWithCleanups nodes. 2016-06-21 20:11:20 +00:00
UseAutoCheck.h [clang-tidy] modernize-use-auto: don't remove stars by default 2016-06-03 21:22:58 +00:00
UseBoolLiteralsCheck.cpp [ASTMatchers] Added ignoringParenImpCasts to has matchers 2016-05-31 15:26:56 +00:00
UseBoolLiteralsCheck.h [clang-tidy] Adds modernize-use-bool-literals check. 2016-05-11 11:33:16 +00:00
UseDefaultCheck.cpp [ASTMatchers] Added ignoringParenImpCasts to has matchers 2016-05-31 15:26:56 +00:00
UseDefaultCheck.h
UseEmplaceCheck.cpp [clang-tidy] Fixes to modernize-use-emplace 2016-07-29 02:10:23 +00:00
UseEmplaceCheck.h [clang-tidy] Fixes to modernize-use-emplace 2016-07-29 02:10:23 +00:00
UseNullptrCheck.cpp [clang-tidy] Lift common matchers to utils namespace 2016-05-17 19:36:09 +00:00
UseNullptrCheck.h
UseOverrideCheck.cpp [clang-tidy] fix a couple of modernize-use-override bugs 2016-04-04 14:31:36 +00:00
UseOverrideCheck.h
UseUsingCheck.cpp [clang-tidy] Add modernize-use-using 2016-06-25 18:37:53 +00:00
UseUsingCheck.h [clang-tidy] Add modernize-use-using 2016-06-25 18:37:53 +00:00