hanchenye-llvm-project/clang-tools-extra/clang-tidy/modernize
Hans Wennborg ef573fa073 Fix build after r319688: s/CPlusPlus1z/CPlusPlus17/
llvm-svn: 319690
2017-12-04 20:38:21 +00:00
..
AvoidBindCheck.cpp
AvoidBindCheck.h
CMakeLists.txt [clang-tidy] Add new modernize use unary assert check 2017-07-12 13:43:35 +00:00
DeprecatedHeadersCheck.cpp
DeprecatedHeadersCheck.h
LoopConvertCheck.cpp Adapt clang-tidy checks to changing semantics of hasDeclaration. 2017-08-02 13:13:11 +00:00
LoopConvertCheck.h
LoopConvertUtils.cpp
LoopConvertUtils.h
MakeSharedCheck.cpp Adapt clang-tidy checks to changing semantics of hasDeclaration. 2017-08-02 13:13:11 +00:00
MakeSharedCheck.h
MakeSmartPtrCheck.cpp [clang-tidy] A follow-up fix of braced-init-list constructors in make-unique check. 2017-08-24 13:35:55 +00:00
MakeSmartPtrCheck.h [clang-tidy] Don't generate fixes for initializer_list constructor in make_unique check. 2017-08-17 10:14:52 +00:00
MakeUniqueCheck.cpp Adapt clang-tidy checks to changing semantics of hasDeclaration. 2017-08-02 13:13:11 +00:00
MakeUniqueCheck.h
ModernizeTidyModule.cpp [clang-tidy] Add new modernize use unary assert check 2017-07-12 13:43:35 +00:00
PassByValueCheck.cpp [clang-tidy] Move more checks from misc- to performance- 2017-11-28 16:41:03 +00:00
PassByValueCheck.h
RawStringLiteralCheck.cpp
RawStringLiteralCheck.h
RedundantVoidArgCheck.cpp
RedundantVoidArgCheck.h
ReplaceAutoPtrCheck.cpp [clang-tidy] Unify the way IncludeStyle and HeaderFileExtesions options are used 2017-07-20 12:02:03 +00:00
ReplaceAutoPtrCheck.h
ReplaceRandomShuffleCheck.cpp [clang-tidy] Unify the way IncludeStyle and HeaderFileExtesions options are used 2017-07-20 12:02:03 +00:00
ReplaceRandomShuffleCheck.h
ReturnBracedInitListCheck.cpp
ReturnBracedInitListCheck.h
ShrinkToFitCheck.cpp
ShrinkToFitCheck.h
UnaryStaticAssertCheck.cpp Fix build after r319688: s/CPlusPlus1z/CPlusPlus17/ 2017-12-04 20:38:21 +00:00
UnaryStaticAssertCheck.h [clang-tidy] Add new modernize use unary assert check 2017-07-12 13:43:35 +00:00
UseAutoCheck.cpp
UseAutoCheck.h
UseBoolLiteralsCheck.cpp [clang-tidy] Add modernize-use-bool-literals.IgnoreMacros option 2017-07-17 14:43:06 +00:00
UseBoolLiteralsCheck.h [clang-tidy] Add modernize-use-bool-literals.IgnoreMacros option 2017-07-17 14:43:06 +00:00
UseDefaultMemberInitCheck.cpp [clang-tidy] Handle anonymous structs/unions in member init checks. 2017-08-01 09:54:05 +00:00
UseDefaultMemberInitCheck.h clang-tidy: add IgnoreMacros option to modernize-use-default-member-init 2017-05-08 15:13:31 +00:00
UseEmplaceCheck.cpp [clang-tidy] Add modernize-use-emplace.IgnoreImplicitConstructors option 2017-08-10 12:19:05 +00:00
UseEmplaceCheck.h [clang-tidy] Add modernize-use-emplace.IgnoreImplicitConstructors option 2017-08-10 12:19:05 +00:00
UseEqualsDefaultCheck.cpp [clang-tidy] Add modernize-use-equals-default.IgnoreMacros option 2017-08-17 23:07:59 +00:00
UseEqualsDefaultCheck.h [clang-tidy] Add modernize-use-equals-default.IgnoreMacros option 2017-08-17 23:07:59 +00:00
UseEqualsDeleteCheck.cpp
UseEqualsDeleteCheck.h
UseNoexceptCheck.cpp [clang-tidy] New checker to replace dynamic exception specifications 2017-06-08 14:04:16 +00:00
UseNoexceptCheck.h Wdocumentation fix. 2017-06-08 17:01:01 +00:00
UseNullptrCheck.cpp [clang-tidy] Fix modernize-use-nullptr only warns the first NULL argument. 2017-06-29 08:43:36 +00:00
UseNullptrCheck.h
UseOverrideCheck.cpp [clang-tidy] Fix modernize-use-override incorrect replacement 2017-07-07 10:15:24 +00:00
UseOverrideCheck.h
UseTransparentFunctorsCheck.cpp
UseTransparentFunctorsCheck.h
UseUsingCheck.cpp clang-tidy: add IgnoreMacros option to modernize-use-default-member-init 2017-05-08 15:13:31 +00:00
UseUsingCheck.h