..
AvoidBindCheck.cpp
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
AvoidBindCheck.h
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
AvoidCArraysCheck.cpp
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
AvoidCArraysCheck.h
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
CMakeLists.txt
Recommit r360345 with fixes (was reverted in r360348).
2019-05-10 16:24:28 +00:00
ConcatNestedNamespacesCheck.cpp
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
ConcatNestedNamespacesCheck.h
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
DeprecatedHeadersCheck.cpp
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
DeprecatedHeadersCheck.h
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
DeprecatedIosBaseAliasesCheck.cpp
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
DeprecatedIosBaseAliasesCheck.h
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
LoopConvertCheck.cpp
[AST] Correct the CXXOperatorCallExpr source range.
2020-03-16 16:51:10 +01:00
LoopConvertCheck.h
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
LoopConvertUtils.cpp
Make llvm::StringRef to std::string conversions explicit.
2020-01-28 23:25:25 +01:00
LoopConvertUtils.h
Fix trivial typos in comments; NFC
2020-01-02 13:41:43 -05:00
MakeSharedCheck.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
MakeSharedCheck.h
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
MakeSmartPtrCheck.cpp
Add Optional overload to DiagnosticBuilder operator <<
2020-03-10 17:44:10 +00:00
MakeSmartPtrCheck.h
[clang-tidy] Added virtual isLanguageVersionSupported to ClangTidyCheck
2020-02-28 13:05:05 +00:00
MakeUniqueCheck.cpp
MakeUniqueCheck.cpp: explicit the fact that there is an autofix for this checker
2020-01-10 22:06:03 +01:00
MakeUniqueCheck.h
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
ModernizeTidyModule.cpp
Recommit r360345 with fixes (was reverted in r360348).
2019-05-10 16:24:28 +00:00
PassByValueCheck.cpp
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
PassByValueCheck.h
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
RawStringLiteralCheck.cpp
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
RawStringLiteralCheck.h
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
RedundantVoidArgCheck.cpp
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
RedundantVoidArgCheck.h
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
ReplaceAutoPtrCheck.cpp
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
ReplaceAutoPtrCheck.h
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
ReplaceRandomShuffleCheck.cpp
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
ReplaceRandomShuffleCheck.h
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
ReturnBracedInitListCheck.cpp
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
ReturnBracedInitListCheck.h
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
ShrinkToFitCheck.cpp
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
ShrinkToFitCheck.h
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
UnaryStaticAssertCheck.cpp
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
UnaryStaticAssertCheck.h
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
UseAutoCheck.cpp
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
UseAutoCheck.h
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
UseBoolLiteralsCheck.cpp
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
UseBoolLiteralsCheck.h
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
UseDefaultMemberInitCheck.cpp
[NFC] use hasAnyOperatorName and hasAnyOverloadedOperatorName functions in clang-tidy matchers
2020-03-10 00:42:21 +00:00
UseDefaultMemberInitCheck.h
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
UseEmplaceCheck.cpp
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
UseEmplaceCheck.h
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
UseEqualsDefaultCheck.cpp
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
UseEqualsDefaultCheck.h
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
UseEqualsDeleteCheck.cpp
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
UseEqualsDeleteCheck.h
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
UseNodiscardCheck.cpp
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
UseNodiscardCheck.h
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
UseNoexceptCheck.cpp
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
UseNoexceptCheck.h
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
UseNullptrCheck.cpp
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
UseNullptrCheck.h
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
UseOverrideCheck.cpp
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
UseOverrideCheck.h
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
UseTrailingReturnTypeCheck.cpp
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
UseTrailingReturnTypeCheck.h
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
UseTransparentFunctorsCheck.cpp
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
UseTransparentFunctorsCheck.h
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
UseUncaughtExceptionsCheck.cpp
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
UseUncaughtExceptionsCheck.h
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
UseUsingCheck.cpp
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00
UseUsingCheck.h
[clang-tidy] Change checks to use new isLanguageVersionSupported restriction
2020-03-03 16:43:45 +00:00