.. |
AvoidConstParamsInDecls.cpp
|
Update the file headers across all of the LLVM projects in the monorepo
|
2019-01-19 08:50:56 +00:00 |
AvoidConstParamsInDecls.h
|
[clang-tidy] Switch checks to #include "ClangTidyCheck.h"
|
2019-03-25 12:38:26 +00:00 |
BracesAroundStatementsCheck.cpp
|
Update the file headers across all of the LLVM projects in the monorepo
|
2019-01-19 08:50:56 +00:00 |
BracesAroundStatementsCheck.h
|
[clang-tidy] Switch checks to #include "ClangTidyCheck.h"
|
2019-03-25 12:38:26 +00:00 |
CMakeLists.txt
|
[clang-tidy] new check 'readability-redundant-preprocessor'
|
2019-01-11 07:59:47 +00:00 |
ConstReturnTypeCheck.cpp
|
[clang-tidy][NFC] Fix typo.
|
2019-02-08 15:05:57 +00:00 |
ConstReturnTypeCheck.h
|
[clang-tidy] Switch checks to #include "ClangTidyCheck.h"
|
2019-03-25 12:38:26 +00:00 |
ContainerSizeEmptyCheck.cpp
|
Update the file headers across all of the LLVM projects in the monorepo
|
2019-01-19 08:50:56 +00:00 |
ContainerSizeEmptyCheck.h
|
[clang-tidy] Switch checks to #include "ClangTidyCheck.h"
|
2019-03-25 12:38:26 +00:00 |
DeleteNullPointerCheck.cpp
|
Update the file headers across all of the LLVM projects in the monorepo
|
2019-01-19 08:50:56 +00:00 |
DeleteNullPointerCheck.h
|
[clang-tidy] Switch checks to #include "ClangTidyCheck.h"
|
2019-03-25 12:38:26 +00:00 |
DeletedDefaultCheck.cpp
|
Update the file headers across all of the LLVM projects in the monorepo
|
2019-01-19 08:50:56 +00:00 |
DeletedDefaultCheck.h
|
[clang-tidy] Switch checks to #include "ClangTidyCheck.h"
|
2019-03-25 12:38:26 +00:00 |
ElseAfterReturnCheck.cpp
|
[clang-tidy] Work around http://llvm.org/PR40392
|
2019-01-21 16:26:54 +00:00 |
ElseAfterReturnCheck.h
|
[clang-tidy] Switch checks to #include "ClangTidyCheck.h"
|
2019-03-25 12:38:26 +00:00 |
FunctionSizeCheck.cpp
|
Fix file headers. NFC
|
2019-03-01 09:52:53 +00:00 |
FunctionSizeCheck.h
|
[clang-tidy] Switch checks to #include "ClangTidyCheck.h"
|
2019-03-25 12:38:26 +00:00 |
IdentifierNamingCheck.cpp
|
[clang-tidy] Expand modular headers for PPCallbacks
|
2019-03-22 13:42:48 +00:00 |
IdentifierNamingCheck.h
|
[clang-tidy] Switch checks to #include "ClangTidyCheck.h"
|
2019-03-25 12:38:26 +00:00 |
ImplicitBoolConversionCheck.cpp
|
Update the file headers across all of the LLVM projects in the monorepo
|
2019-01-19 08:50:56 +00:00 |
ImplicitBoolConversionCheck.h
|
[clang-tidy] Switch checks to #include "ClangTidyCheck.h"
|
2019-03-25 12:38:26 +00:00 |
InconsistentDeclarationParameterNameCheck.cpp
|
Update the file headers across all of the LLVM projects in the monorepo
|
2019-01-19 08:50:56 +00:00 |
InconsistentDeclarationParameterNameCheck.h
|
[clang-tidy] Switch checks to #include "ClangTidyCheck.h"
|
2019-03-25 12:38:26 +00:00 |
IsolateDeclarationCheck.cpp
|
Update the file headers across all of the LLVM projects in the monorepo
|
2019-01-19 08:50:56 +00:00 |
IsolateDeclarationCheck.h
|
[clang-tidy] Switch checks to #include "ClangTidyCheck.h"
|
2019-03-25 12:38:26 +00:00 |
MagicNumbersCheck.cpp
|
Update the file headers across all of the LLVM projects in the monorepo
|
2019-01-19 08:50:56 +00:00 |
MagicNumbersCheck.h
|
[clang-tidy] Switch checks to #include "ClangTidyCheck.h"
|
2019-03-25 12:38:26 +00:00 |
MisleadingIndentationCheck.cpp
|
[clang-tidy] Fix invalid location in readability-misleading-indentation diagnostic
|
2019-04-17 16:19:47 +00:00 |
MisleadingIndentationCheck.h
|
[clang-tidy] Switch checks to #include "ClangTidyCheck.h"
|
2019-03-25 12:38:26 +00:00 |
MisplacedArrayIndexCheck.cpp
|
Update the file headers across all of the LLVM projects in the monorepo
|
2019-01-19 08:50:56 +00:00 |
MisplacedArrayIndexCheck.h
|
[clang-tidy] Switch checks to #include "ClangTidyCheck.h"
|
2019-03-25 12:38:26 +00:00 |
NamedParameterCheck.cpp
|
Update the file headers across all of the LLVM projects in the monorepo
|
2019-01-19 08:50:56 +00:00 |
NamedParameterCheck.h
|
[clang-tidy] Switch checks to #include "ClangTidyCheck.h"
|
2019-03-25 12:38:26 +00:00 |
NamespaceCommentCheck.cpp
|
Re-apply r357823 "[Lexer] NFC: Fix an off-by-one bug in getAsCharRange()."
|
2019-04-23 21:15:26 +00:00 |
NamespaceCommentCheck.h
|
[clang-tidy] Switch checks to #include "ClangTidyCheck.h"
|
2019-03-25 12:38:26 +00:00 |
NonConstParameterCheck.cpp
|
Update the file headers across all of the LLVM projects in the monorepo
|
2019-01-19 08:50:56 +00:00 |
NonConstParameterCheck.h
|
[clang-tidy] Switch checks to #include "ClangTidyCheck.h"
|
2019-03-25 12:38:26 +00:00 |
ReadabilityTidyModule.cpp
|
Update the file headers across all of the LLVM projects in the monorepo
|
2019-01-19 08:50:56 +00:00 |
RedundantControlFlowCheck.cpp
|
Update the file headers across all of the LLVM projects in the monorepo
|
2019-01-19 08:50:56 +00:00 |
RedundantControlFlowCheck.h
|
[clang-tidy] Switch checks to #include "ClangTidyCheck.h"
|
2019-03-25 12:38:26 +00:00 |
RedundantDeclarationCheck.cpp
|
Update the file headers across all of the LLVM projects in the monorepo
|
2019-01-19 08:50:56 +00:00 |
RedundantDeclarationCheck.h
|
[clang-tidy] Switch checks to #include "ClangTidyCheck.h"
|
2019-03-25 12:38:26 +00:00 |
RedundantFunctionPtrDereferenceCheck.cpp
|
Update the file headers across all of the LLVM projects in the monorepo
|
2019-01-19 08:50:56 +00:00 |
RedundantFunctionPtrDereferenceCheck.h
|
[clang-tidy] Switch checks to #include "ClangTidyCheck.h"
|
2019-03-25 12:38:26 +00:00 |
RedundantMemberInitCheck.cpp
|
Update the file headers across all of the LLVM projects in the monorepo
|
2019-01-19 08:50:56 +00:00 |
RedundantMemberInitCheck.h
|
[clang-tidy] Switch checks to #include "ClangTidyCheck.h"
|
2019-03-25 12:38:26 +00:00 |
RedundantPreprocessorCheck.cpp
|
[clang-tidy] Move all checks to the new registerPPCallbacks API
|
2019-03-22 18:58:12 +00:00 |
RedundantPreprocessorCheck.h
|
[clang-tidy] Switch checks to #include "ClangTidyCheck.h"
|
2019-03-25 12:38:26 +00:00 |
RedundantSmartptrGetCheck.cpp
|
Fixed: Duck-typing in readability-redundant-smartptr-get didn't catch MSVC STL smart pointers.
|
2019-05-02 16:41:28 +00:00 |
RedundantSmartptrGetCheck.h
|
[clang-tidy] Switch checks to #include "ClangTidyCheck.h"
|
2019-03-25 12:38:26 +00:00 |
RedundantStringCStrCheck.cpp
|
Update the file headers across all of the LLVM projects in the monorepo
|
2019-01-19 08:50:56 +00:00 |
RedundantStringCStrCheck.h
|
[clang-tidy] Switch checks to #include "ClangTidyCheck.h"
|
2019-03-25 12:38:26 +00:00 |
RedundantStringInitCheck.cpp
|
Update the file headers across all of the LLVM projects in the monorepo
|
2019-01-19 08:50:56 +00:00 |
RedundantStringInitCheck.h
|
[clang-tidy] Switch checks to #include "ClangTidyCheck.h"
|
2019-03-25 12:38:26 +00:00 |
SimplifyBooleanExprCheck.cpp
|
Fix file headers. NFC
|
2019-03-01 09:52:53 +00:00 |
SimplifyBooleanExprCheck.h
|
[clang-tidy] Switch checks to #include "ClangTidyCheck.h"
|
2019-03-25 12:38:26 +00:00 |
SimplifySubscriptExprCheck.cpp
|
Update the file headers across all of the LLVM projects in the monorepo
|
2019-01-19 08:50:56 +00:00 |
SimplifySubscriptExprCheck.h
|
[clang-tidy] Switch checks to #include "ClangTidyCheck.h"
|
2019-03-25 12:38:26 +00:00 |
StaticAccessedThroughInstanceCheck.cpp
|
Update the file headers across all of the LLVM projects in the monorepo
|
2019-01-19 08:50:56 +00:00 |
StaticAccessedThroughInstanceCheck.h
|
[clang-tidy] Switch checks to #include "ClangTidyCheck.h"
|
2019-03-25 12:38:26 +00:00 |
StaticDefinitionInAnonymousNamespaceCheck.cpp
|
Update the file headers across all of the LLVM projects in the monorepo
|
2019-01-19 08:50:56 +00:00 |
StaticDefinitionInAnonymousNamespaceCheck.h
|
[clang-tidy] Switch checks to #include "ClangTidyCheck.h"
|
2019-03-25 12:38:26 +00:00 |
StringCompareCheck.cpp
|
Fix file headers. NFC
|
2019-03-01 09:52:53 +00:00 |
StringCompareCheck.h
|
[clang-tidy] Switch checks to #include "ClangTidyCheck.h"
|
2019-03-25 12:38:26 +00:00 |
UniqueptrDeleteReleaseCheck.cpp
|
Update the file headers across all of the LLVM projects in the monorepo
|
2019-01-19 08:50:56 +00:00 |
UniqueptrDeleteReleaseCheck.h
|
[clang-tidy] Switch checks to #include "ClangTidyCheck.h"
|
2019-03-25 12:38:26 +00:00 |
UppercaseLiteralSuffixCheck.cpp
|
Update the file headers across all of the LLVM projects in the monorepo
|
2019-01-19 08:50:56 +00:00 |
UppercaseLiteralSuffixCheck.h
|
[clang-tidy] Switch checks to #include "ClangTidyCheck.h"
|
2019-03-25 12:38:26 +00:00 |