Import llvm-toolchain-3.9_3.9.1.orig-clang-tools-extra.tar.bz2
authorSylvestre Ledru <sylvestre@debian.org>
Wed, 14 Dec 2016 08:22:02 +0000 (08:22 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Wed, 14 Dec 2016 08:22:02 +0000 (08:22 +0000)
commit0ffca73d1f514a55cf88b1d3be03760acb867d33
treed2cc97d7980d46ebf03fbc6ccf8348b33c38fd0f
Import llvm-toolchain-3.9_3.9.1.orig-clang-tools-extra.tar.bz2

[dgit import orig llvm-toolchain-3.9_3.9.1.orig-clang-tools-extra.tar.bz2]
944 files changed:
.arcconfig [new file with mode: 0644]
.gitignore [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
CODE_OWNERS.TXT [new file with mode: 0644]
LICENSE.TXT [new file with mode: 0644]
README.txt [new file with mode: 0644]
clang-apply-replacements/CMakeLists.txt [new file with mode: 0644]
clang-apply-replacements/include/clang-apply-replacements/Tooling/ApplyReplacements.h [new file with mode: 0644]
clang-apply-replacements/lib/Tooling/ApplyReplacements.cpp [new file with mode: 0644]
clang-apply-replacements/tool/CMakeLists.txt [new file with mode: 0644]
clang-apply-replacements/tool/ClangApplyReplacementsMain.cpp [new file with mode: 0644]
clang-query/CMakeLists.txt [new file with mode: 0644]
clang-query/Query.cpp [new file with mode: 0644]
clang-query/Query.h [new file with mode: 0644]
clang-query/QueryParser.cpp [new file with mode: 0644]
clang-query/QueryParser.h [new file with mode: 0644]
clang-query/QuerySession.h [new file with mode: 0644]
clang-query/tool/CMakeLists.txt [new file with mode: 0644]
clang-query/tool/ClangQuery.cpp [new file with mode: 0644]
clang-rename/CMakeLists.txt [new file with mode: 0644]
clang-rename/RenamingAction.cpp [new file with mode: 0644]
clang-rename/RenamingAction.h [new file with mode: 0644]
clang-rename/USRFinder.cpp [new file with mode: 0644]
clang-rename/USRFinder.h [new file with mode: 0644]
clang-rename/USRFindingAction.cpp [new file with mode: 0644]
clang-rename/USRFindingAction.h [new file with mode: 0644]
clang-rename/USRLocFinder.cpp [new file with mode: 0644]
clang-rename/USRLocFinder.h [new file with mode: 0644]
clang-rename/tool/CMakeLists.txt [new file with mode: 0644]
clang-rename/tool/ClangRename.cpp [new file with mode: 0644]
clang-rename/tool/clang-rename.py [new file with mode: 0644]
clang-tidy/CMakeLists.txt [new file with mode: 0644]
clang-tidy/ClangTidy.cpp [new file with mode: 0644]
clang-tidy/ClangTidy.h [new file with mode: 0644]
clang-tidy/ClangTidyDiagnosticConsumer.cpp [new file with mode: 0644]
clang-tidy/ClangTidyDiagnosticConsumer.h [new file with mode: 0644]
clang-tidy/ClangTidyModule.cpp [new file with mode: 0644]
clang-tidy/ClangTidyModule.h [new file with mode: 0644]
clang-tidy/ClangTidyModuleRegistry.h [new file with mode: 0644]
clang-tidy/ClangTidyOptions.cpp [new file with mode: 0644]
clang-tidy/ClangTidyOptions.h [new file with mode: 0644]
clang-tidy/add_new_check.py [new file with mode: 0755]
clang-tidy/boost/BoostTidyModule.cpp [new file with mode: 0644]
clang-tidy/boost/CMakeLists.txt [new file with mode: 0644]
clang-tidy/boost/UseToStringCheck.cpp [new file with mode: 0644]
clang-tidy/boost/UseToStringCheck.h [new file with mode: 0644]
clang-tidy/cert/CERTTidyModule.cpp [new file with mode: 0644]
clang-tidy/cert/CMakeLists.txt [new file with mode: 0644]
clang-tidy/cert/CommandProcessorCheck.cpp [new file with mode: 0644]
clang-tidy/cert/CommandProcessorCheck.h [new file with mode: 0644]
clang-tidy/cert/FloatLoopCounter.cpp [new file with mode: 0644]
clang-tidy/cert/FloatLoopCounter.h [new file with mode: 0644]
clang-tidy/cert/LICENSE.TXT [new file with mode: 0644]
clang-tidy/cert/SetLongJmpCheck.cpp [new file with mode: 0644]
clang-tidy/cert/SetLongJmpCheck.h [new file with mode: 0644]
clang-tidy/cert/StaticObjectExceptionCheck.cpp [new file with mode: 0644]
clang-tidy/cert/StaticObjectExceptionCheck.h [new file with mode: 0644]
clang-tidy/cert/StrToNumCheck.cpp [new file with mode: 0644]
clang-tidy/cert/StrToNumCheck.h [new file with mode: 0644]
clang-tidy/cert/ThrownExceptionTypeCheck.cpp [new file with mode: 0644]
clang-tidy/cert/ThrownExceptionTypeCheck.h [new file with mode: 0644]
clang-tidy/cert/VariadicFunctionDefCheck.cpp [new file with mode: 0644]
clang-tidy/cert/VariadicFunctionDefCheck.h [new file with mode: 0644]
clang-tidy/cppcoreguidelines/CMakeLists.txt [new file with mode: 0644]
clang-tidy/cppcoreguidelines/CppCoreGuidelinesTidyModule.cpp [new file with mode: 0644]
clang-tidy/cppcoreguidelines/InterfacesGlobalInitCheck.cpp [new file with mode: 0644]
clang-tidy/cppcoreguidelines/InterfacesGlobalInitCheck.h [new file with mode: 0644]
clang-tidy/cppcoreguidelines/ProBoundsArrayToPointerDecayCheck.cpp [new file with mode: 0644]
clang-tidy/cppcoreguidelines/ProBoundsArrayToPointerDecayCheck.h [new file with mode: 0644]
clang-tidy/cppcoreguidelines/ProBoundsConstantArrayIndexCheck.cpp [new file with mode: 0644]
clang-tidy/cppcoreguidelines/ProBoundsConstantArrayIndexCheck.h [new file with mode: 0644]
clang-tidy/cppcoreguidelines/ProBoundsPointerArithmeticCheck.cpp [new file with mode: 0644]
clang-tidy/cppcoreguidelines/ProBoundsPointerArithmeticCheck.h [new file with mode: 0644]
clang-tidy/cppcoreguidelines/ProTypeConstCastCheck.cpp [new file with mode: 0644]
clang-tidy/cppcoreguidelines/ProTypeConstCastCheck.h [new file with mode: 0644]
clang-tidy/cppcoreguidelines/ProTypeCstyleCastCheck.cpp [new file with mode: 0644]
clang-tidy/cppcoreguidelines/ProTypeCstyleCastCheck.h [new file with mode: 0644]
clang-tidy/cppcoreguidelines/ProTypeMemberInitCheck.cpp [new file with mode: 0644]
clang-tidy/cppcoreguidelines/ProTypeMemberInitCheck.h [new file with mode: 0644]
clang-tidy/cppcoreguidelines/ProTypeReinterpretCastCheck.cpp [new file with mode: 0644]
clang-tidy/cppcoreguidelines/ProTypeReinterpretCastCheck.h [new file with mode: 0644]
clang-tidy/cppcoreguidelines/ProTypeStaticCastDowncastCheck.cpp [new file with mode: 0644]
clang-tidy/cppcoreguidelines/ProTypeStaticCastDowncastCheck.h [new file with mode: 0644]
clang-tidy/cppcoreguidelines/ProTypeUnionAccessCheck.cpp [new file with mode: 0644]
clang-tidy/cppcoreguidelines/ProTypeUnionAccessCheck.h [new file with mode: 0644]
clang-tidy/cppcoreguidelines/ProTypeVarargCheck.cpp [new file with mode: 0644]
clang-tidy/cppcoreguidelines/ProTypeVarargCheck.h [new file with mode: 0644]
clang-tidy/google/AvoidCStyleCastsCheck.cpp [new file with mode: 0644]
clang-tidy/google/AvoidCStyleCastsCheck.h [new file with mode: 0644]
clang-tidy/google/CMakeLists.txt [new file with mode: 0644]
clang-tidy/google/DefaultArgumentsCheck.cpp [new file with mode: 0644]
clang-tidy/google/DefaultArgumentsCheck.h [new file with mode: 0644]
clang-tidy/google/ExplicitConstructorCheck.cpp [new file with mode: 0644]
clang-tidy/google/ExplicitConstructorCheck.h [new file with mode: 0644]
clang-tidy/google/ExplicitMakePairCheck.cpp [new file with mode: 0644]
clang-tidy/google/ExplicitMakePairCheck.h [new file with mode: 0644]
clang-tidy/google/GlobalNamesInHeadersCheck.cpp [new file with mode: 0644]
clang-tidy/google/GlobalNamesInHeadersCheck.h [new file with mode: 0644]
clang-tidy/google/GoogleTidyModule.cpp [new file with mode: 0644]
clang-tidy/google/IntegerTypesCheck.cpp [new file with mode: 0644]
clang-tidy/google/IntegerTypesCheck.h [new file with mode: 0644]
clang-tidy/google/MemsetZeroLengthCheck.cpp [new file with mode: 0644]
clang-tidy/google/MemsetZeroLengthCheck.h [new file with mode: 0644]
clang-tidy/google/NonConstReferences.cpp [new file with mode: 0644]
clang-tidy/google/NonConstReferences.h [new file with mode: 0644]
clang-tidy/google/OverloadedUnaryAndCheck.cpp [new file with mode: 0644]
clang-tidy/google/OverloadedUnaryAndCheck.h [new file with mode: 0644]
clang-tidy/google/StringReferenceMemberCheck.cpp [new file with mode: 0644]
clang-tidy/google/StringReferenceMemberCheck.h [new file with mode: 0644]
clang-tidy/google/TodoCommentCheck.cpp [new file with mode: 0644]
clang-tidy/google/TodoCommentCheck.h [new file with mode: 0644]
clang-tidy/google/UnnamedNamespaceInHeaderCheck.cpp [new file with mode: 0644]
clang-tidy/google/UnnamedNamespaceInHeaderCheck.h [new file with mode: 0644]
clang-tidy/google/UsingNamespaceDirectiveCheck.cpp [new file with mode: 0644]
clang-tidy/google/UsingNamespaceDirectiveCheck.h [new file with mode: 0644]
clang-tidy/llvm/CMakeLists.txt [new file with mode: 0644]
clang-tidy/llvm/HeaderGuardCheck.cpp [new file with mode: 0644]
clang-tidy/llvm/HeaderGuardCheck.h [new file with mode: 0644]
clang-tidy/llvm/IncludeOrderCheck.cpp [new file with mode: 0644]
clang-tidy/llvm/IncludeOrderCheck.h [new file with mode: 0644]
clang-tidy/llvm/LLVMTidyModule.cpp [new file with mode: 0644]
clang-tidy/llvm/TwineLocalCheck.cpp [new file with mode: 0644]
clang-tidy/llvm/TwineLocalCheck.h [new file with mode: 0644]
clang-tidy/misc/ArgumentCommentCheck.cpp [new file with mode: 0644]
clang-tidy/misc/ArgumentCommentCheck.h [new file with mode: 0644]
clang-tidy/misc/AssertSideEffectCheck.cpp [new file with mode: 0644]
clang-tidy/misc/AssertSideEffectCheck.h [new file with mode: 0644]
clang-tidy/misc/BoolPointerImplicitConversionCheck.cpp [new file with mode: 0644]
clang-tidy/misc/BoolPointerImplicitConversionCheck.h [new file with mode: 0644]
clang-tidy/misc/CMakeLists.txt [new file with mode: 0644]
clang-tidy/misc/DanglingHandleCheck.cpp [new file with mode: 0644]
clang-tidy/misc/DanglingHandleCheck.h [new file with mode: 0644]
clang-tidy/misc/DefinitionsInHeadersCheck.cpp [new file with mode: 0644]
clang-tidy/misc/DefinitionsInHeadersCheck.h [new file with mode: 0644]
clang-tidy/misc/FoldInitTypeCheck.cpp [new file with mode: 0644]
clang-tidy/misc/FoldInitTypeCheck.h [new file with mode: 0644]
clang-tidy/misc/ForwardDeclarationNamespaceCheck.cpp [new file with mode: 0644]
clang-tidy/misc/ForwardDeclarationNamespaceCheck.h [new file with mode: 0644]
clang-tidy/misc/InaccurateEraseCheck.cpp [new file with mode: 0644]
clang-tidy/misc/InaccurateEraseCheck.h [new file with mode: 0644]
clang-tidy/misc/IncorrectRoundings.cpp [new file with mode: 0644]
clang-tidy/misc/IncorrectRoundings.h [new file with mode: 0644]
clang-tidy/misc/InefficientAlgorithmCheck.cpp [new file with mode: 0644]
clang-tidy/misc/InefficientAlgorithmCheck.h [new file with mode: 0644]
clang-tidy/misc/MacroParenthesesCheck.cpp [new file with mode: 0644]
clang-tidy/misc/MacroParenthesesCheck.h [new file with mode: 0644]
clang-tidy/misc/MacroRepeatedSideEffectsCheck.cpp [new file with mode: 0644]
clang-tidy/misc/MacroRepeatedSideEffectsCheck.h [new file with mode: 0644]
clang-tidy/misc/MiscTidyModule.cpp [new file with mode: 0644]
clang-tidy/misc/MisplacedConstCheck.cpp [new file with mode: 0644]
clang-tidy/misc/MisplacedConstCheck.h [new file with mode: 0644]
clang-tidy/misc/MisplacedWideningCastCheck.cpp [new file with mode: 0644]
clang-tidy/misc/MisplacedWideningCastCheck.h [new file with mode: 0644]
clang-tidy/misc/MoveConstantArgumentCheck.cpp [new file with mode: 0644]
clang-tidy/misc/MoveConstantArgumentCheck.h [new file with mode: 0644]
clang-tidy/misc/MoveConstructorInitCheck.cpp [new file with mode: 0644]
clang-tidy/misc/MoveConstructorInitCheck.h [new file with mode: 0644]
clang-tidy/misc/MultipleStatementMacroCheck.cpp [new file with mode: 0644]
clang-tidy/misc/MultipleStatementMacroCheck.h [new file with mode: 0644]
clang-tidy/misc/NewDeleteOverloadsCheck.cpp [new file with mode: 0644]
clang-tidy/misc/NewDeleteOverloadsCheck.h [new file with mode: 0644]
clang-tidy/misc/NoexceptMoveConstructorCheck.cpp [new file with mode: 0644]
clang-tidy/misc/NoexceptMoveConstructorCheck.h [new file with mode: 0644]
clang-tidy/misc/NonCopyableObjects.cpp [new file with mode: 0644]
clang-tidy/misc/NonCopyableObjects.h [new file with mode: 0644]
clang-tidy/misc/PointerAndIntegralOperationCheck.cpp [new file with mode: 0644]
clang-tidy/misc/PointerAndIntegralOperationCheck.h [new file with mode: 0644]
clang-tidy/misc/RedundantExpressionCheck.cpp [new file with mode: 0644]
clang-tidy/misc/RedundantExpressionCheck.h [new file with mode: 0644]
clang-tidy/misc/SizeofContainerCheck.cpp [new file with mode: 0644]
clang-tidy/misc/SizeofContainerCheck.h [new file with mode: 0644]
clang-tidy/misc/SizeofExpressionCheck.cpp [new file with mode: 0644]
clang-tidy/misc/SizeofExpressionCheck.h [new file with mode: 0644]
clang-tidy/misc/StaticAssertCheck.cpp [new file with mode: 0644]
clang-tidy/misc/StaticAssertCheck.h [new file with mode: 0644]
clang-tidy/misc/StringConstructorCheck.cpp [new file with mode: 0644]
clang-tidy/misc/StringConstructorCheck.h [new file with mode: 0644]
clang-tidy/misc/StringIntegerAssignmentCheck.cpp [new file with mode: 0644]
clang-tidy/misc/StringIntegerAssignmentCheck.h [new file with mode: 0644]
clang-tidy/misc/StringLiteralWithEmbeddedNulCheck.cpp [new file with mode: 0644]
clang-tidy/misc/StringLiteralWithEmbeddedNulCheck.h [new file with mode: 0644]
clang-tidy/misc/SuspiciousMissingCommaCheck.cpp [new file with mode: 0644]
clang-tidy/misc/SuspiciousMissingCommaCheck.h [new file with mode: 0644]
clang-tidy/misc/SuspiciousSemicolonCheck.cpp [new file with mode: 0644]
clang-tidy/misc/SuspiciousSemicolonCheck.h [new file with mode: 0644]
clang-tidy/misc/SuspiciousStringCompareCheck.cpp [new file with mode: 0644]
clang-tidy/misc/SuspiciousStringCompareCheck.h [new file with mode: 0644]
clang-tidy/misc/SwappedArgumentsCheck.cpp [new file with mode: 0644]
clang-tidy/misc/SwappedArgumentsCheck.h [new file with mode: 0644]
clang-tidy/misc/ThrowByValueCatchByReferenceCheck.cpp [new file with mode: 0644]
clang-tidy/misc/ThrowByValueCatchByReferenceCheck.h [new file with mode: 0644]
clang-tidy/misc/UnconventionalAssignOperatorCheck.cpp [new file with mode: 0644]
clang-tidy/misc/UnconventionalAssignOperatorCheck.h [new file with mode: 0644]
clang-tidy/misc/UndelegatedConstructor.cpp [new file with mode: 0644]
clang-tidy/misc/UndelegatedConstructor.h [new file with mode: 0644]
clang-tidy/misc/UniqueptrResetReleaseCheck.cpp [new file with mode: 0644]
clang-tidy/misc/UniqueptrResetReleaseCheck.h [new file with mode: 0644]
clang-tidy/misc/UnusedAliasDeclsCheck.cpp [new file with mode: 0644]
clang-tidy/misc/UnusedAliasDeclsCheck.h [new file with mode: 0644]
clang-tidy/misc/UnusedParametersCheck.cpp [new file with mode: 0644]
clang-tidy/misc/UnusedParametersCheck.h [new file with mode: 0644]
clang-tidy/misc/UnusedRAIICheck.cpp [new file with mode: 0644]
clang-tidy/misc/UnusedRAIICheck.h [new file with mode: 0644]
clang-tidy/misc/UnusedUsingDeclsCheck.cpp [new file with mode: 0644]
clang-tidy/misc/UnusedUsingDeclsCheck.h [new file with mode: 0644]
clang-tidy/misc/VirtualNearMissCheck.cpp [new file with mode: 0644]
clang-tidy/misc/VirtualNearMissCheck.h [new file with mode: 0644]
clang-tidy/modernize/AvoidBindCheck.cpp [new file with mode: 0644]
clang-tidy/modernize/AvoidBindCheck.h [new file with mode: 0644]
clang-tidy/modernize/CMakeLists.txt [new file with mode: 0644]
clang-tidy/modernize/DeprecatedHeadersCheck.cpp [new file with mode: 0644]
clang-tidy/modernize/DeprecatedHeadersCheck.h [new file with mode: 0644]
clang-tidy/modernize/LoopConvertCheck.cpp [new file with mode: 0644]
clang-tidy/modernize/LoopConvertCheck.h [new file with mode: 0644]
clang-tidy/modernize/LoopConvertUtils.cpp [new file with mode: 0644]
clang-tidy/modernize/LoopConvertUtils.h [new file with mode: 0644]
clang-tidy/modernize/MakeSharedCheck.cpp [new file with mode: 0644]
clang-tidy/modernize/MakeSharedCheck.h [new file with mode: 0644]
clang-tidy/modernize/MakeSmartPtrCheck.cpp [new file with mode: 0644]
clang-tidy/modernize/MakeSmartPtrCheck.h [new file with mode: 0644]
clang-tidy/modernize/MakeUniqueCheck.cpp [new file with mode: 0644]
clang-tidy/modernize/MakeUniqueCheck.h [new file with mode: 0644]
clang-tidy/modernize/ModernizeTidyModule.cpp [new file with mode: 0644]
clang-tidy/modernize/PassByValueCheck.cpp [new file with mode: 0644]
clang-tidy/modernize/PassByValueCheck.h [new file with mode: 0644]
clang-tidy/modernize/RawStringLiteralCheck.cpp [new file with mode: 0644]
clang-tidy/modernize/RawStringLiteralCheck.h [new file with mode: 0644]
clang-tidy/modernize/RedundantVoidArgCheck.cpp [new file with mode: 0644]
clang-tidy/modernize/RedundantVoidArgCheck.h [new file with mode: 0644]
clang-tidy/modernize/ReplaceAutoPtrCheck.cpp [new file with mode: 0644]
clang-tidy/modernize/ReplaceAutoPtrCheck.h [new file with mode: 0644]
clang-tidy/modernize/ShrinkToFitCheck.cpp [new file with mode: 0644]
clang-tidy/modernize/ShrinkToFitCheck.h [new file with mode: 0644]
clang-tidy/modernize/UseAutoCheck.cpp [new file with mode: 0644]
clang-tidy/modernize/UseAutoCheck.h [new file with mode: 0644]
clang-tidy/modernize/UseBoolLiteralsCheck.cpp [new file with mode: 0644]
clang-tidy/modernize/UseBoolLiteralsCheck.h [new file with mode: 0644]
clang-tidy/modernize/UseDefaultCheck.cpp [new file with mode: 0644]
clang-tidy/modernize/UseDefaultCheck.h [new file with mode: 0644]
clang-tidy/modernize/UseEmplaceCheck.cpp [new file with mode: 0644]
clang-tidy/modernize/UseEmplaceCheck.h [new file with mode: 0644]
clang-tidy/modernize/UseNullptrCheck.cpp [new file with mode: 0644]
clang-tidy/modernize/UseNullptrCheck.h [new file with mode: 0644]
clang-tidy/modernize/UseOverrideCheck.cpp [new file with mode: 0644]
clang-tidy/modernize/UseOverrideCheck.h [new file with mode: 0644]
clang-tidy/modernize/UseUsingCheck.cpp [new file with mode: 0644]
clang-tidy/modernize/UseUsingCheck.h [new file with mode: 0644]
clang-tidy/performance/CMakeLists.txt [new file with mode: 0644]
clang-tidy/performance/FasterStringFindCheck.cpp [new file with mode: 0644]
clang-tidy/performance/FasterStringFindCheck.h [new file with mode: 0644]
clang-tidy/performance/ForRangeCopyCheck.cpp [new file with mode: 0644]
clang-tidy/performance/ForRangeCopyCheck.h [new file with mode: 0644]
clang-tidy/performance/ImplicitCastInLoopCheck.cpp [new file with mode: 0644]
clang-tidy/performance/ImplicitCastInLoopCheck.h [new file with mode: 0644]
clang-tidy/performance/PerformanceTidyModule.cpp [new file with mode: 0644]
clang-tidy/performance/UnnecessaryCopyInitialization.cpp [new file with mode: 0644]
clang-tidy/performance/UnnecessaryCopyInitialization.h [new file with mode: 0644]
clang-tidy/performance/UnnecessaryValueParamCheck.cpp [new file with mode: 0644]
clang-tidy/performance/UnnecessaryValueParamCheck.h [new file with mode: 0644]
clang-tidy/plugin/CMakeLists.txt [new file with mode: 0644]
clang-tidy/plugin/ClangTidyPlugin.cpp [new file with mode: 0644]
clang-tidy/readability/AvoidConstParamsInDecls.cpp [new file with mode: 0644]
clang-tidy/readability/AvoidConstParamsInDecls.h [new file with mode: 0644]
clang-tidy/readability/BracesAroundStatementsCheck.cpp [new file with mode: 0644]
clang-tidy/readability/BracesAroundStatementsCheck.h [new file with mode: 0644]
clang-tidy/readability/CMakeLists.txt [new file with mode: 0644]
clang-tidy/readability/ContainerSizeEmptyCheck.cpp [new file with mode: 0644]
clang-tidy/readability/ContainerSizeEmptyCheck.h [new file with mode: 0644]
clang-tidy/readability/DeletedDefaultCheck.cpp [new file with mode: 0644]
clang-tidy/readability/DeletedDefaultCheck.h [new file with mode: 0644]
clang-tidy/readability/ElseAfterReturnCheck.cpp [new file with mode: 0644]
clang-tidy/readability/ElseAfterReturnCheck.h [new file with mode: 0644]
clang-tidy/readability/FunctionSizeCheck.cpp [new file with mode: 0644]
clang-tidy/readability/FunctionSizeCheck.h [new file with mode: 0644]
clang-tidy/readability/IdentifierNamingCheck.cpp [new file with mode: 0644]
clang-tidy/readability/IdentifierNamingCheck.h [new file with mode: 0644]
clang-tidy/readability/ImplicitBoolCastCheck.cpp [new file with mode: 0644]
clang-tidy/readability/ImplicitBoolCastCheck.h [new file with mode: 0644]
clang-tidy/readability/InconsistentDeclarationParameterNameCheck.cpp [new file with mode: 0644]
clang-tidy/readability/InconsistentDeclarationParameterNameCheck.h [new file with mode: 0644]
clang-tidy/readability/NamedParameterCheck.cpp [new file with mode: 0644]
clang-tidy/readability/NamedParameterCheck.h [new file with mode: 0644]
clang-tidy/readability/NamespaceCommentCheck.cpp [new file with mode: 0644]
clang-tidy/readability/NamespaceCommentCheck.h [new file with mode: 0644]
clang-tidy/readability/ReadabilityTidyModule.cpp [new file with mode: 0644]
clang-tidy/readability/RedundantControlFlowCheck.cpp [new file with mode: 0644]
clang-tidy/readability/RedundantControlFlowCheck.h [new file with mode: 0644]
clang-tidy/readability/RedundantSmartptrGetCheck.cpp [new file with mode: 0644]
clang-tidy/readability/RedundantSmartptrGetCheck.h [new file with mode: 0644]
clang-tidy/readability/RedundantStringCStrCheck.cpp [new file with mode: 0644]
clang-tidy/readability/RedundantStringCStrCheck.h [new file with mode: 0644]
clang-tidy/readability/RedundantStringInitCheck.cpp [new file with mode: 0644]
clang-tidy/readability/RedundantStringInitCheck.h [new file with mode: 0644]
clang-tidy/readability/SimplifyBooleanExprCheck.cpp [new file with mode: 0644]
clang-tidy/readability/SimplifyBooleanExprCheck.h [new file with mode: 0644]
clang-tidy/readability/StaticDefinitionInAnonymousNamespaceCheck.cpp [new file with mode: 0644]
clang-tidy/readability/StaticDefinitionInAnonymousNamespaceCheck.h [new file with mode: 0644]
clang-tidy/readability/UniqueptrDeleteReleaseCheck.cpp [new file with mode: 0644]
clang-tidy/readability/UniqueptrDeleteReleaseCheck.h [new file with mode: 0644]
clang-tidy/rename_check.py [new file with mode: 0755]
clang-tidy/tool/CMakeLists.txt [new file with mode: 0644]
clang-tidy/tool/ClangTidyMain.cpp [new file with mode: 0644]
clang-tidy/tool/clang-tidy-diff.py [new file with mode: 0755]
clang-tidy/tool/run-clang-tidy.py [new file with mode: 0755]
clang-tidy/utils/CMakeLists.txt [new file with mode: 0644]
clang-tidy/utils/DeclRefExprUtils.cpp [new file with mode: 0644]
clang-tidy/utils/DeclRefExprUtils.h [new file with mode: 0644]
clang-tidy/utils/FixItHintUtils.cpp [new file with mode: 0644]
clang-tidy/utils/FixItHintUtils.h [new file with mode: 0644]
clang-tidy/utils/HeaderFileExtensionsUtils.cpp [new file with mode: 0644]
clang-tidy/utils/HeaderFileExtensionsUtils.h [new file with mode: 0644]
clang-tidy/utils/HeaderGuard.cpp [new file with mode: 0644]
clang-tidy/utils/HeaderGuard.h [new file with mode: 0644]
clang-tidy/utils/IncludeInserter.cpp [new file with mode: 0644]
clang-tidy/utils/IncludeInserter.h [new file with mode: 0644]
clang-tidy/utils/IncludeSorter.cpp [new file with mode: 0644]
clang-tidy/utils/IncludeSorter.h [new file with mode: 0644]
clang-tidy/utils/LexerUtils.cpp [new file with mode: 0644]
clang-tidy/utils/LexerUtils.h [new file with mode: 0644]
clang-tidy/utils/Matchers.h [new file with mode: 0644]
clang-tidy/utils/OptionsUtils.cpp [new file with mode: 0644]
clang-tidy/utils/OptionsUtils.h [new file with mode: 0644]
clang-tidy/utils/TypeTraits.cpp [new file with mode: 0644]
clang-tidy/utils/TypeTraits.h [new file with mode: 0644]
docs/CMakeLists.txt [new file with mode: 0644]
docs/Doxyfile [new file with mode: 0644]
docs/ModularizeUsage.rst [new file with mode: 0644]
docs/README.txt [new file with mode: 0644]
docs/ReleaseNotes.rst [new file with mode: 0644]
docs/clang-modernize.rst [new file with mode: 0644]
docs/clang-rename.rst [new file with mode: 0644]
docs/clang-tidy.rst [new file with mode: 0644]
docs/clang-tidy/checks/boost-use-to-string.rst [new file with mode: 0644]
docs/clang-tidy/checks/cert-dcl03-c.rst [new file with mode: 0644]
docs/clang-tidy/checks/cert-dcl50-cpp.rst [new file with mode: 0644]
docs/clang-tidy/checks/cert-dcl54-cpp.rst [new file with mode: 0644]
docs/clang-tidy/checks/cert-dcl59-cpp.rst [new file with mode: 0644]
docs/clang-tidy/checks/cert-env33-c.rst [new file with mode: 0644]
docs/clang-tidy/checks/cert-err34-c.rst [new file with mode: 0644]
docs/clang-tidy/checks/cert-err52-cpp.rst [new file with mode: 0644]
docs/clang-tidy/checks/cert-err58-cpp.rst [new file with mode: 0644]
docs/clang-tidy/checks/cert-err60-cpp.rst [new file with mode: 0644]
docs/clang-tidy/checks/cert-err61-cpp.rst [new file with mode: 0644]
docs/clang-tidy/checks/cert-fio38-c.rst [new file with mode: 0644]
docs/clang-tidy/checks/cert-flp30-c.rst [new file with mode: 0644]
docs/clang-tidy/checks/cert-oop11-cpp.rst [new file with mode: 0644]
docs/clang-tidy/checks/cppcoreguidelines-interfaces-global-init.rst [new file with mode: 0644]
docs/clang-tidy/checks/cppcoreguidelines-pro-bounds-array-to-pointer-decay.rst [new file with mode: 0644]
docs/clang-tidy/checks/cppcoreguidelines-pro-bounds-constant-array-index.rst [new file with mode: 0644]
docs/clang-tidy/checks/cppcoreguidelines-pro-bounds-pointer-arithmetic.rst [new file with mode: 0644]
docs/clang-tidy/checks/cppcoreguidelines-pro-type-const-cast.rst [new file with mode: 0644]
docs/clang-tidy/checks/cppcoreguidelines-pro-type-cstyle-cast.rst [new file with mode: 0644]
docs/clang-tidy/checks/cppcoreguidelines-pro-type-member-init.rst [new file with mode: 0644]
docs/clang-tidy/checks/cppcoreguidelines-pro-type-reinterpret-cast.rst [new file with mode: 0644]
docs/clang-tidy/checks/cppcoreguidelines-pro-type-static-cast-downcast.rst [new file with mode: 0644]
docs/clang-tidy/checks/cppcoreguidelines-pro-type-union-access.rst [new file with mode: 0644]
docs/clang-tidy/checks/cppcoreguidelines-pro-type-vararg.rst [new file with mode: 0644]
docs/clang-tidy/checks/google-build-explicit-make-pair.rst [new file with mode: 0644]
docs/clang-tidy/checks/google-build-namespaces.rst [new file with mode: 0644]
docs/clang-tidy/checks/google-build-using-namespace.rst [new file with mode: 0644]
docs/clang-tidy/checks/google-default-arguments.rst [new file with mode: 0644]
docs/clang-tidy/checks/google-explicit-constructor.rst [new file with mode: 0644]
docs/clang-tidy/checks/google-global-names-in-headers.rst [new file with mode: 0644]
docs/clang-tidy/checks/google-readability-braces-around-statements.rst [new file with mode: 0644]
docs/clang-tidy/checks/google-readability-casting.rst [new file with mode: 0644]
docs/clang-tidy/checks/google-readability-function-size.rst [new file with mode: 0644]
docs/clang-tidy/checks/google-readability-namespace-comments.rst [new file with mode: 0644]
docs/clang-tidy/checks/google-readability-redundant-smartptr-get.rst [new file with mode: 0644]
docs/clang-tidy/checks/google-readability-todo.rst [new file with mode: 0644]
docs/clang-tidy/checks/google-runtime-int.rst [new file with mode: 0644]
docs/clang-tidy/checks/google-runtime-member-string-references.rst [new file with mode: 0644]
docs/clang-tidy/checks/google-runtime-memset.rst [new file with mode: 0644]
docs/clang-tidy/checks/google-runtime-operator.rst [new file with mode: 0644]
docs/clang-tidy/checks/google-runtime-references.rst [new file with mode: 0644]
docs/clang-tidy/checks/list.rst [new file with mode: 0644]
docs/clang-tidy/checks/llvm-header-guard.rst [new file with mode: 0644]
docs/clang-tidy/checks/llvm-include-order.rst [new file with mode: 0644]
docs/clang-tidy/checks/llvm-namespace-comment.rst [new file with mode: 0644]
docs/clang-tidy/checks/llvm-twine-local.rst [new file with mode: 0644]
docs/clang-tidy/checks/misc-argument-comment.rst [new file with mode: 0644]
docs/clang-tidy/checks/misc-assert-side-effect.rst [new file with mode: 0644]
docs/clang-tidy/checks/misc-bool-pointer-implicit-conversion.rst [new file with mode: 0644]
docs/clang-tidy/checks/misc-dangling-handle.rst [new file with mode: 0644]
docs/clang-tidy/checks/misc-definitions-in-headers.rst [new file with mode: 0644]
docs/clang-tidy/checks/misc-fold-init-type.rst [new file with mode: 0644]
docs/clang-tidy/checks/misc-forward-declaration-namespace.rst [new file with mode: 0644]
docs/clang-tidy/checks/misc-inaccurate-erase.rst [new file with mode: 0644]
docs/clang-tidy/checks/misc-incorrect-roundings.rst [new file with mode: 0644]
docs/clang-tidy/checks/misc-inefficient-algorithm.rst [new file with mode: 0644]
docs/clang-tidy/checks/misc-macro-parentheses.rst [new file with mode: 0644]
docs/clang-tidy/checks/misc-macro-repeated-side-effects.rst [new file with mode: 0644]
docs/clang-tidy/checks/misc-misplaced-const.rst [new file with mode: 0644]
docs/clang-tidy/checks/misc-misplaced-widening-cast.rst [new file with mode: 0644]
docs/clang-tidy/checks/misc-move-const-arg.rst [new file with mode: 0644]
docs/clang-tidy/checks/misc-move-constructor-init.rst [new file with mode: 0644]
docs/clang-tidy/checks/misc-multiple-statement-macro.rst [new file with mode: 0644]
docs/clang-tidy/checks/misc-new-delete-overloads.rst [new file with mode: 0644]
docs/clang-tidy/checks/misc-noexcept-move-constructor.rst [new file with mode: 0644]
docs/clang-tidy/checks/misc-non-copyable-objects.rst [new file with mode: 0644]
docs/clang-tidy/checks/misc-pointer-and-integral-operation.rst [new file with mode: 0644]
docs/clang-tidy/checks/misc-redundant-expression.rst [new file with mode: 0644]
docs/clang-tidy/checks/misc-sizeof-container.rst [new file with mode: 0644]
docs/clang-tidy/checks/misc-sizeof-expression.rst [new file with mode: 0644]
docs/clang-tidy/checks/misc-static-assert.rst [new file with mode: 0644]
docs/clang-tidy/checks/misc-string-constructor.rst [new file with mode: 0644]
docs/clang-tidy/checks/misc-string-integer-assignment.rst [new file with mode: 0644]
docs/clang-tidy/checks/misc-string-literal-with-embedded-nul.rst [new file with mode: 0644]
docs/clang-tidy/checks/misc-suspicious-missing-comma.rst [new file with mode: 0644]
docs/clang-tidy/checks/misc-suspicious-semicolon.rst [new file with mode: 0644]
docs/clang-tidy/checks/misc-suspicious-string-compare.rst [new file with mode: 0644]
docs/clang-tidy/checks/misc-swapped-arguments.rst [new file with mode: 0644]
docs/clang-tidy/checks/misc-throw-by-value-catch-by-reference.rst [new file with mode: 0644]
docs/clang-tidy/checks/misc-unconventional-assign-operator.rst [new file with mode: 0644]
docs/clang-tidy/checks/misc-undelegated-constructor.rst [new file with mode: 0644]
docs/clang-tidy/checks/misc-uniqueptr-reset-release.rst [new file with mode: 0644]
docs/clang-tidy/checks/misc-unused-alias-decls.rst [new file with mode: 0644]
docs/clang-tidy/checks/misc-unused-parameters.rst [new file with mode: 0644]
docs/clang-tidy/checks/misc-unused-raii.rst [new file with mode: 0644]
docs/clang-tidy/checks/misc-unused-using-decls.rst [new file with mode: 0644]
docs/clang-tidy/checks/misc-virtual-near-miss.rst [new file with mode: 0644]
docs/clang-tidy/checks/modernize-avoid-bind.rst [new file with mode: 0644]
docs/clang-tidy/checks/modernize-deprecated-headers.rst [new file with mode: 0644]
docs/clang-tidy/checks/modernize-loop-convert.rst [new file with mode: 0644]
docs/clang-tidy/checks/modernize-make-shared.rst [new file with mode: 0644]
docs/clang-tidy/checks/modernize-make-unique.rst [new file with mode: 0644]
docs/clang-tidy/checks/modernize-pass-by-value.rst [new file with mode: 0644]
docs/clang-tidy/checks/modernize-raw-string-literal.rst [new file with mode: 0644]
docs/clang-tidy/checks/modernize-redundant-void-arg.rst [new file with mode: 0644]
docs/clang-tidy/checks/modernize-replace-auto-ptr.rst [new file with mode: 0644]
docs/clang-tidy/checks/modernize-shrink-to-fit.rst [new file with mode: 0644]
docs/clang-tidy/checks/modernize-use-auto.rst [new file with mode: 0644]
docs/clang-tidy/checks/modernize-use-bool-literals.rst [new file with mode: 0644]
docs/clang-tidy/checks/modernize-use-default.rst [new file with mode: 0644]
docs/clang-tidy/checks/modernize-use-emplace.rst [new file with mode: 0644]
docs/clang-tidy/checks/modernize-use-nullptr.rst [new file with mode: 0644]
docs/clang-tidy/checks/modernize-use-override.rst [new file with mode: 0644]
docs/clang-tidy/checks/modernize-use-using.rst [new file with mode: 0644]
docs/clang-tidy/checks/performance-faster-string-find.rst [new file with mode: 0644]
docs/clang-tidy/checks/performance-for-range-copy.rst [new file with mode: 0644]
docs/clang-tidy/checks/performance-implicit-cast-in-loop.rst [new file with mode: 0644]
docs/clang-tidy/checks/performance-unnecessary-copy-initialization.rst [new file with mode: 0644]
docs/clang-tidy/checks/performance-unnecessary-value-param.rst [new file with mode: 0644]
docs/clang-tidy/checks/readability-avoid-const-params-in-decls.rst [new file with mode: 0644]
docs/clang-tidy/checks/readability-braces-around-statements.rst [new file with mode: 0644]
docs/clang-tidy/checks/readability-container-size-empty.rst [new file with mode: 0644]
docs/clang-tidy/checks/readability-deleted-default.rst [new file with mode: 0644]
docs/clang-tidy/checks/readability-else-after-return.rst [new file with mode: 0644]
docs/clang-tidy/checks/readability-function-size.rst [new file with mode: 0644]
docs/clang-tidy/checks/readability-identifier-naming.rst [new file with mode: 0644]
docs/clang-tidy/checks/readability-implicit-bool-cast.rst [new file with mode: 0644]
docs/clang-tidy/checks/readability-inconsistent-declaration-parameter-name.rst [new file with mode: 0644]
docs/clang-tidy/checks/readability-named-parameter.rst [new file with mode: 0644]
docs/clang-tidy/checks/readability-redundant-control-flow.rst [new file with mode: 0644]
docs/clang-tidy/checks/readability-redundant-smartptr-get.rst [new file with mode: 0644]
docs/clang-tidy/checks/readability-redundant-string-cstr.rst [new file with mode: 0644]
docs/clang-tidy/checks/readability-redundant-string-init.rst [new file with mode: 0644]
docs/clang-tidy/checks/readability-simplify-boolean-expr.rst [new file with mode: 0644]
docs/clang-tidy/checks/readability-static-definition-in-anonymous-namespace.rst [new file with mode: 0644]
docs/clang-tidy/checks/readability-uniqueptr-delete-release.rst [new file with mode: 0644]
docs/clang-tidy/index.rst [new file with mode: 0644]
docs/clang-tidy/tools/dump_check_docs.py [new file with mode: 0755]
docs/conf.py [new file with mode: 0644]
docs/cpp11-migrate.rst [new file with mode: 0644]
docs/doxygen-mainpage.dox [new file with mode: 0644]
docs/doxygen.cfg.in [new file with mode: 0644]
docs/include-fixer.rst [new file with mode: 0644]
docs/index.rst [new file with mode: 0644]
docs/make.bat [new file with mode: 0644]
docs/modularize.rst [new file with mode: 0644]
docs/pp-trace.rst [new file with mode: 0644]
include-fixer/CMakeLists.txt [new file with mode: 0644]
include-fixer/InMemorySymbolIndex.cpp [new file with mode: 0644]
include-fixer/InMemorySymbolIndex.h [new file with mode: 0644]
include-fixer/IncludeFixer.cpp [new file with mode: 0644]
include-fixer/IncludeFixer.h [new file with mode: 0644]
include-fixer/IncludeFixerContext.cpp [new file with mode: 0644]
include-fixer/IncludeFixerContext.h [new file with mode: 0644]
include-fixer/SymbolIndex.h [new file with mode: 0644]
include-fixer/SymbolIndexManager.cpp [new file with mode: 0644]
include-fixer/SymbolIndexManager.h [new file with mode: 0644]
include-fixer/YamlSymbolIndex.cpp [new file with mode: 0644]
include-fixer/YamlSymbolIndex.h [new file with mode: 0644]
include-fixer/find-all-symbols/CMakeLists.txt [new file with mode: 0644]
include-fixer/find-all-symbols/FindAllMacros.cpp [new file with mode: 0644]
include-fixer/find-all-symbols/FindAllMacros.h [new file with mode: 0644]
include-fixer/find-all-symbols/FindAllSymbols.cpp [new file with mode: 0644]
include-fixer/find-all-symbols/FindAllSymbols.h [new file with mode: 0644]
include-fixer/find-all-symbols/FindAllSymbolsAction.cpp [new file with mode: 0644]
include-fixer/find-all-symbols/FindAllSymbolsAction.h [new file with mode: 0644]
include-fixer/find-all-symbols/HeaderMapCollector.cpp [new file with mode: 0644]
include-fixer/find-all-symbols/HeaderMapCollector.h [new file with mode: 0644]
include-fixer/find-all-symbols/PathConfig.cpp [new file with mode: 0644]
include-fixer/find-all-symbols/PathConfig.h [new file with mode: 0644]
include-fixer/find-all-symbols/PragmaCommentHandler.cpp [new file with mode: 0644]
include-fixer/find-all-symbols/PragmaCommentHandler.h [new file with mode: 0644]
include-fixer/find-all-symbols/STLPostfixHeaderMap.cpp [new file with mode: 0644]
include-fixer/find-all-symbols/STLPostfixHeaderMap.h [new file with mode: 0644]
include-fixer/find-all-symbols/SymbolInfo.cpp [new file with mode: 0644]
include-fixer/find-all-symbols/SymbolInfo.h [new file with mode: 0644]
include-fixer/find-all-symbols/SymbolReporter.h [new file with mode: 0644]
include-fixer/find-all-symbols/tool/CMakeLists.txt [new file with mode: 0644]
include-fixer/find-all-symbols/tool/FindAllSymbolsMain.cpp [new file with mode: 0644]
include-fixer/find-all-symbols/tool/run-find-all-symbols.py [new file with mode: 0755]
include-fixer/tool/CMakeLists.txt [new file with mode: 0644]
include-fixer/tool/ClangIncludeFixer.cpp [new file with mode: 0644]
include-fixer/tool/clang-include-fixer.py [new file with mode: 0644]
modularize/CMakeLists.txt [new file with mode: 0644]
modularize/CoverageChecker.cpp [new file with mode: 0644]
modularize/CoverageChecker.h [new file with mode: 0644]
modularize/Modularize.cpp [new file with mode: 0644]
modularize/Modularize.h [new file with mode: 0644]
modularize/ModularizeUtilities.cpp [new file with mode: 0644]
modularize/ModularizeUtilities.h [new file with mode: 0644]
modularize/ModuleAssistant.cpp [new file with mode: 0644]
modularize/PreprocessorTracker.cpp [new file with mode: 0644]
modularize/PreprocessorTracker.h [new file with mode: 0644]
pp-trace/CMakeLists.txt [new file with mode: 0644]
pp-trace/PPCallbacksTracker.cpp [new file with mode: 0644]
pp-trace/PPCallbacksTracker.h [new file with mode: 0644]
pp-trace/PPTrace.cpp [new file with mode: 0644]
test/.clang-format [new file with mode: 0644]
test/CMakeLists.txt [new file with mode: 0644]
test/Unit/lit.cfg [new file with mode: 0644]
test/Unit/lit.site.cfg.in [new file with mode: 0644]
test/clang-apply-replacements/Inputs/basic/basic.h [new file with mode: 0644]
test/clang-apply-replacements/Inputs/basic/file1.yaml [new file with mode: 0644]
test/clang-apply-replacements/Inputs/basic/file2.yaml [new file with mode: 0644]
test/clang-apply-replacements/Inputs/conflict/common.h [new file with mode: 0644]
test/clang-apply-replacements/Inputs/conflict/expected.txt [new file with mode: 0644]
test/clang-apply-replacements/Inputs/conflict/file1.yaml [new file with mode: 0644]
test/clang-apply-replacements/Inputs/conflict/file2.yaml [new file with mode: 0644]
test/clang-apply-replacements/Inputs/conflict/file3.yaml [new file with mode: 0644]
test/clang-apply-replacements/Inputs/crlf/crlf.cpp [new file with mode: 0644]
test/clang-apply-replacements/Inputs/crlf/crlf.cpp.expected [new file with mode: 0644]
test/clang-apply-replacements/Inputs/crlf/file1.yaml [new file with mode: 0644]
test/clang-apply-replacements/Inputs/format/no.cpp [new file with mode: 0644]
test/clang-apply-replacements/Inputs/format/no.yaml [new file with mode: 0644]
test/clang-apply-replacements/Inputs/format/yes.cpp [new file with mode: 0644]
test/clang-apply-replacements/Inputs/format/yes.yaml [new file with mode: 0644]
test/clang-apply-replacements/basic.cpp [new file with mode: 0644]
test/clang-apply-replacements/conflict.cpp [new file with mode: 0644]
test/clang-apply-replacements/crlf.cpp [new file with mode: 0644]
test/clang-apply-replacements/format.cpp [new file with mode: 0644]
test/clang-query/Inputs/foo.script [new file with mode: 0644]
test/clang-query/errors.c [new file with mode: 0644]
test/clang-query/function-decl.c [new file with mode: 0644]
test/clang-rename/ClassFindByName.cpp [new file with mode: 0644]
test/clang-rename/ClassNameInFunctionDefenition.cpp [new file with mode: 0644]
test/clang-rename/ClassReplacements.cpp [new file with mode: 0644]
test/clang-rename/ClassSimpleRenaming.cpp [new file with mode: 0644]
test/clang-rename/ComplicatedClassType.cpp [new file with mode: 0644]
test/clang-rename/ConstCastExpr.cpp [new file with mode: 0644]
test/clang-rename/ConstructExpr.cpp [new file with mode: 0644]
test/clang-rename/CtorFindByDeclaration.cpp [new file with mode: 0644]
test/clang-rename/CtorFindByDefinition.cpp [new file with mode: 0644]
test/clang-rename/CtorInitializer.cpp [new file with mode: 0644]
test/clang-rename/DeclRefExpr.cpp [new file with mode: 0644]
test/clang-rename/DtorDeclaration.cpp [new file with mode: 0644]
test/clang-rename/DtorDefinition.cpp [new file with mode: 0644]
test/clang-rename/DynamicCastExpr.cpp [new file with mode: 0644]
test/clang-rename/Field.cpp [new file with mode: 0644]
test/clang-rename/FunctionMacro.cpp [new file with mode: 0644]
test/clang-rename/MemberExprMacro.cpp [new file with mode: 0644]
test/clang-rename/Namespace.cpp [new file with mode: 0644]
test/clang-rename/NoNewName.cpp [new file with mode: 0644]
test/clang-rename/ReinterpretCastExpr.cpp [new file with mode: 0644]
test/clang-rename/StaticCastExpr.cpp [new file with mode: 0644]
test/clang-rename/TemplateTypename.cpp [new file with mode: 0644]
test/clang-rename/UserDefinedConversion.cpp [new file with mode: 0644]
test/clang-rename/UserDefinedConversionFindByTypeDeclaration.cpp [new file with mode: 0644]
test/clang-rename/Variable.cpp [new file with mode: 0644]
test/clang-rename/VariableMacro.cpp [new file with mode: 0644]
test/clang-tidy/Inputs/Headers/a.h [new file with mode: 0644]
test/clang-tidy/Inputs/Headers/b.h [new file with mode: 0644]
test/clang-tidy/Inputs/Headers/clang-c/c.h [new file with mode: 0644]
test/clang-tidy/Inputs/Headers/clang/b.h [new file with mode: 0644]
test/clang-tidy/Inputs/Headers/gtest/foo.h [new file with mode: 0644]
test/clang-tidy/Inputs/Headers/i.h [new file with mode: 0644]
test/clang-tidy/Inputs/Headers/j.h [new file with mode: 0644]
test/clang-tidy/Inputs/Headers/llvm-c/d.h [new file with mode: 0644]
test/clang-tidy/Inputs/Headers/llvm/a.h [new file with mode: 0644]
test/clang-tidy/Inputs/Headers/s.h [new file with mode: 0644]
test/clang-tidy/Inputs/compilation-database/template.json [new file with mode: 0644]
test/clang-tidy/Inputs/config-files/.clang-tidy [new file with mode: 0644]
test/clang-tidy/Inputs/config-files/1/.clang-tidy [new file with mode: 0644]
test/clang-tidy/Inputs/explain-config/.clang-tidy [new file with mode: 0644]
test/clang-tidy/Inputs/file-filter/header1.h [new file with mode: 0644]
test/clang-tidy/Inputs/file-filter/header2.h [new file with mode: 0644]
test/clang-tidy/Inputs/file-filter/system/system-header.h [new file with mode: 0644]
test/clang-tidy/Inputs/google-namespaces.h [new file with mode: 0644]
test/clang-tidy/Inputs/line-filter/header1.h [new file with mode: 0644]
test/clang-tidy/Inputs/line-filter/header2.h [new file with mode: 0644]
test/clang-tidy/Inputs/line-filter/header3.h [new file with mode: 0644]
test/clang-tidy/Inputs/modernize-deprecated-headers/assert.h [new file with mode: 0644]
test/clang-tidy/Inputs/modernize-deprecated-headers/complex.h [new file with mode: 0644]
test/clang-tidy/Inputs/modernize-deprecated-headers/ctype.h [new file with mode: 0644]
test/clang-tidy/Inputs/modernize-deprecated-headers/errno.h [new file with mode: 0644]
test/clang-tidy/Inputs/modernize-deprecated-headers/fenv.h [new file with mode: 0644]
test/clang-tidy/Inputs/modernize-deprecated-headers/float.h [new file with mode: 0644]
test/clang-tidy/Inputs/modernize-deprecated-headers/inttypes.h [new file with mode: 0644]
test/clang-tidy/Inputs/modernize-deprecated-headers/iso646.h [new file with mode: 0644]
test/clang-tidy/Inputs/modernize-deprecated-headers/limits.h [new file with mode: 0644]
test/clang-tidy/Inputs/modernize-deprecated-headers/locale.h [new file with mode: 0644]
test/clang-tidy/Inputs/modernize-deprecated-headers/math.h [new file with mode: 0644]
test/clang-tidy/Inputs/modernize-deprecated-headers/setjmp.h [new file with mode: 0644]
test/clang-tidy/Inputs/modernize-deprecated-headers/signal.h [new file with mode: 0644]
test/clang-tidy/Inputs/modernize-deprecated-headers/stdalign.h [new file with mode: 0644]
test/clang-tidy/Inputs/modernize-deprecated-headers/stdarg.h [new file with mode: 0644]
test/clang-tidy/Inputs/modernize-deprecated-headers/stdbool.h [new file with mode: 0644]
test/clang-tidy/Inputs/modernize-deprecated-headers/stddef.h [new file with mode: 0644]
test/clang-tidy/Inputs/modernize-deprecated-headers/stdint.h [new file with mode: 0644]
test/clang-tidy/Inputs/modernize-deprecated-headers/stdio.h [new file with mode: 0644]
test/clang-tidy/Inputs/modernize-deprecated-headers/stdlib.h [new file with mode: 0644]
test/clang-tidy/Inputs/modernize-deprecated-headers/string.h [new file with mode: 0644]
test/clang-tidy/Inputs/modernize-deprecated-headers/tgmath.h [new file with mode: 0644]
test/clang-tidy/Inputs/modernize-deprecated-headers/time.h [new file with mode: 0644]
test/clang-tidy/Inputs/modernize-deprecated-headers/uchar.h [new file with mode: 0644]
test/clang-tidy/Inputs/modernize-deprecated-headers/wchar.h [new file with mode: 0644]
test/clang-tidy/Inputs/modernize-deprecated-headers/wctype.h [new file with mode: 0644]
test/clang-tidy/Inputs/modernize-loop-convert/structures.h [new file with mode: 0644]
test/clang-tidy/Inputs/modernize-pass-by-value/header.h [new file with mode: 0644]
test/clang-tidy/Inputs/modernize-replace-auto-ptr/memory.h [new file with mode: 0644]
test/clang-tidy/Inputs/modernize-use-auto/containers.h [new file with mode: 0644]
test/clang-tidy/Inputs/overlapping/o.h [new file with mode: 0644]
test/clang-tidy/Inputs/readability-identifier-naming/system/system-header.h [new file with mode: 0644]
test/clang-tidy/Inputs/readability-identifier-naming/user-header.h [new file with mode: 0644]
test/clang-tidy/basic.cpp [new file with mode: 0644]
test/clang-tidy/boost-use-to-string.cpp [new file with mode: 0644]
test/clang-tidy/cert-env33-c.c [new file with mode: 0644]
test/clang-tidy/cert-err34-c.c [new file with mode: 0644]
test/clang-tidy/cert-err34-c.cpp [new file with mode: 0644]
test/clang-tidy/cert-flp30-c.c [new file with mode: 0644]
test/clang-tidy/cert-oop11-cpp.cpp [new file with mode: 0644]
test/clang-tidy/cert-setlongjmp.cpp [new file with mode: 0644]
test/clang-tidy/cert-static-object-exception.cpp [new file with mode: 0644]
test/clang-tidy/cert-throw-exception-type.cpp [new file with mode: 0644]
test/clang-tidy/cert-variadic-function-def.cpp [new file with mode: 0644]
test/clang-tidy/check_clang_tidy.py [new file with mode: 0755]
test/clang-tidy/clang-tidy-diff.cpp [new file with mode: 0644]
test/clang-tidy/clang-tidy-run-with-database.cpp [new file with mode: 0644]
test/clang-tidy/config-files.cpp [new file with mode: 0644]
test/clang-tidy/cppcoreguidelines-interfaces-global-init.cpp [new file with mode: 0644]
test/clang-tidy/cppcoreguidelines-pro-bounds-array-to-pointer-decay.cpp [new file with mode: 0644]
test/clang-tidy/cppcoreguidelines-pro-bounds-constant-array-index-c++03.cpp [new file with mode: 0644]
test/clang-tidy/cppcoreguidelines-pro-bounds-constant-array-index-gslheader.cpp [new file with mode: 0644]
test/clang-tidy/cppcoreguidelines-pro-bounds-constant-array-index.cpp [new file with mode: 0644]
test/clang-tidy/cppcoreguidelines-pro-bounds-pointer-arithmetic.cpp [new file with mode: 0644]
test/clang-tidy/cppcoreguidelines-pro-type-const-cast.cpp [new file with mode: 0644]
test/clang-tidy/cppcoreguidelines-pro-type-cstyle-cast.cpp [new file with mode: 0644]
test/clang-tidy/cppcoreguidelines-pro-type-member-init-cxx98.cpp [new file with mode: 0644]
test/clang-tidy/cppcoreguidelines-pro-type-member-init-delayed.cpp [new file with mode: 0644]
test/clang-tidy/cppcoreguidelines-pro-type-member-init.cpp [new file with mode: 0644]
test/clang-tidy/cppcoreguidelines-pro-type-reinterpret-cast.cpp [new file with mode: 0644]
test/clang-tidy/cppcoreguidelines-pro-type-static-cast-downcast.cpp [new file with mode: 0644]
test/clang-tidy/cppcoreguidelines-pro-type-union-access.cpp [new file with mode: 0644]
test/clang-tidy/cppcoreguidelines-pro-type-vararg.cpp [new file with mode: 0644]
test/clang-tidy/custom-diagnostics.cpp [new file with mode: 0644]
test/clang-tidy/deduplication.cpp [new file with mode: 0644]
test/clang-tidy/diagnostic.cpp [new file with mode: 0644]
test/clang-tidy/explain-checks.cpp [new file with mode: 0644]
test/clang-tidy/file-filter.cpp [new file with mode: 0644]
test/clang-tidy/fix-errors.cpp [new file with mode: 0644]
test/clang-tidy/fix.cpp [new file with mode: 0644]
test/clang-tidy/google-build-explicit-make-pair.cpp [new file with mode: 0644]
test/clang-tidy/google-default-arguments.cpp [new file with mode: 0644]
test/clang-tidy/google-explicit-constructor.cpp [new file with mode: 0644]
test/clang-tidy/google-module.cpp [new file with mode: 0644]
test/clang-tidy/google-namespaces.cpp [new file with mode: 0644]
test/clang-tidy/google-overloaded-unary-and.cpp [new file with mode: 0644]
test/clang-tidy/google-readability-casting.c [new file with mode: 0644]
test/clang-tidy/google-readability-casting.cpp [new file with mode: 0644]
test/clang-tidy/google-readability-namespace-comments.cpp [new file with mode: 0644]
test/clang-tidy/google-readability-todo.cpp [new file with mode: 0644]
test/clang-tidy/google-runtime-int-std.cpp [new file with mode: 0644]
test/clang-tidy/google-runtime-int.c [new file with mode: 0644]
test/clang-tidy/google-runtime-int.cpp [new file with mode: 0644]
test/clang-tidy/google-runtime-member-string-references.cpp [new file with mode: 0644]
test/clang-tidy/google-runtime-memset-zero-length.cpp [new file with mode: 0644]
test/clang-tidy/google-runtime-references.cpp [new file with mode: 0644]
test/clang-tidy/line-filter.cpp [new file with mode: 0644]
test/clang-tidy/list-checks.cpp [new file with mode: 0644]
test/clang-tidy/llvm-include-order.cpp [new file with mode: 0644]
test/clang-tidy/llvm-twine-local.cpp [new file with mode: 0644]
test/clang-tidy/macros.cpp [new file with mode: 0644]
test/clang-tidy/misc-argument-comment.cpp [new file with mode: 0644]
test/clang-tidy/misc-assert-side-effect.cpp [new file with mode: 0644]
test/clang-tidy/misc-bool-pointer-implicit-conversion.cpp [new file with mode: 0644]
test/clang-tidy/misc-dangling-handle.cpp [new file with mode: 0644]
test/clang-tidy/misc-definitions-in-headers.hpp [new file with mode: 0644]
test/clang-tidy/misc-fold-init-type.cpp [new file with mode: 0644]
test/clang-tidy/misc-forward-declaration-namespace.cpp [new file with mode: 0644]
test/clang-tidy/misc-inaccurate-erase.cpp [new file with mode: 0644]
test/clang-tidy/misc-incorrect-roundings.cpp [new file with mode: 0644]
test/clang-tidy/misc-inefficient-algorithm.cpp [new file with mode: 0644]
test/clang-tidy/misc-macro-parentheses-cmdline.cpp [new file with mode: 0644]
test/clang-tidy/misc-macro-parentheses.cpp [new file with mode: 0644]
test/clang-tidy/misc-macro-repeated-side-effects.c [new file with mode: 0644]
test/clang-tidy/misc-misplaced-const.c [new file with mode: 0644]
test/clang-tidy/misc-misplaced-const.cpp [new file with mode: 0644]
test/clang-tidy/misc-misplaced-widening-cast-explicit-only.cpp [new file with mode: 0644]
test/clang-tidy/misc-misplaced-widening-cast.cpp [new file with mode: 0644]
test/clang-tidy/misc-move-const-arg.cpp [new file with mode: 0644]
test/clang-tidy/misc-move-constructor-init.cpp [new file with mode: 0644]
test/clang-tidy/misc-multiple-statement-macro.cpp [new file with mode: 0644]
test/clang-tidy/misc-new-delete-overloads-sized-dealloc.cpp [new file with mode: 0644]
test/clang-tidy/misc-new-delete-overloads.cpp [new file with mode: 0644]
test/clang-tidy/misc-noexcept-move-constructor.cpp [new file with mode: 0644]
test/clang-tidy/misc-non-copyable-objects.c [new file with mode: 0644]
test/clang-tidy/misc-non-copyable-objects.cpp [new file with mode: 0644]
test/clang-tidy/misc-pointer-and-integral-operation-cxx98.cpp [new file with mode: 0644]
test/clang-tidy/misc-pointer-and-integral-operation.cpp [new file with mode: 0644]
test/clang-tidy/misc-redundant-expression.cpp [new file with mode: 0644]
test/clang-tidy/misc-sizeof-container.cpp [new file with mode: 0644]
test/clang-tidy/misc-sizeof-expression.cpp [new file with mode: 0644]
test/clang-tidy/misc-static-assert.c [new file with mode: 0644]
test/clang-tidy/misc-static-assert.cpp [new file with mode: 0644]
test/clang-tidy/misc-string-constructor.cpp [new file with mode: 0644]
test/clang-tidy/misc-string-integer-assignment.cpp [new file with mode: 0644]
test/clang-tidy/misc-string-literal-with-embedded-nul.cpp [new file with mode: 0644]
test/clang-tidy/misc-suspicious-missing-comma.cpp [new file with mode: 0644]
test/clang-tidy/misc-suspicious-semicolon-fail.cpp [new file with mode: 0644]
test/clang-tidy/misc-suspicious-semicolon.cpp [new file with mode: 0644]
test/clang-tidy/misc-suspicious-string-compare.c [new file with mode: 0644]
test/clang-tidy/misc-suspicious-string-compare.cpp [new file with mode: 0644]
test/clang-tidy/misc-swapped-arguments.cpp [new file with mode: 0644]
test/clang-tidy/misc-throw-by-value-catch-by-reference.cpp [new file with mode: 0644]
test/clang-tidy/misc-unconventional-assign-operator.cpp [new file with mode: 0644]
test/clang-tidy/misc-undelegated-constructor-cxx98.cpp [new file with mode: 0644]
test/clang-tidy/misc-undelegated-constructor.cpp [new file with mode: 0644]
test/clang-tidy/misc-uniqueptr-reset-release.cpp [new file with mode: 0644]
test/clang-tidy/misc-unused-alias-decls.cpp [new file with mode: 0644]
test/clang-tidy/misc-unused-parameters.c [new file with mode: 0644]
test/clang-tidy/misc-unused-parameters.cpp [new file with mode: 0644]
test/clang-tidy/misc-unused-raii.cpp [new file with mode: 0644]
test/clang-tidy/misc-unused-using-decls.cpp [new file with mode: 0644]
test/clang-tidy/misc-virtual-near-miss.cpp [new file with mode: 0644]
test/clang-tidy/modernize-avoid-bind.cpp [new file with mode: 0644]
test/clang-tidy/modernize-deprecated-headers-cxx03.cpp [new file with mode: 0644]
test/clang-tidy/modernize-deprecated-headers-cxx11.cpp [new file with mode: 0644]
test/clang-tidy/modernize-loop-convert-assert-failure.cpp [new file with mode: 0644]
test/clang-tidy/modernize-loop-convert-basic.cpp [new file with mode: 0644]
test/clang-tidy/modernize-loop-convert-camelback.cpp [new file with mode: 0644]
test/clang-tidy/modernize-loop-convert-const.cpp [new file with mode: 0644]
test/clang-tidy/modernize-loop-convert-extra.cpp [new file with mode: 0644]
test/clang-tidy/modernize-loop-convert-lowercase.cpp [new file with mode: 0644]
test/clang-tidy/modernize-loop-convert-negative.cpp [new file with mode: 0644]
test/clang-tidy/modernize-loop-convert-uppercase.cpp [new file with mode: 0644]
test/clang-tidy/modernize-loop-convert.c [new file with mode: 0644]
test/clang-tidy/modernize-make-shared.cpp [new file with mode: 0644]
test/clang-tidy/modernize-make-unique.cpp [new file with mode: 0644]
test/clang-tidy/modernize-pass-by-value-header.cpp [new file with mode: 0644]
test/clang-tidy/modernize-pass-by-value-macro-header.cpp [new file with mode: 0644]
test/clang-tidy/modernize-pass-by-value.cpp [new file with mode: 0644]
test/clang-tidy/modernize-raw-string-literal-delimiter.cpp [new file with mode: 0644]
test/clang-tidy/modernize-raw-string-literal.cpp [new file with mode: 0644]
test/clang-tidy/modernize-redundant-void-arg-delayed.cpp [new file with mode: 0644]
test/clang-tidy/modernize-redundant-void-arg.c [new file with mode: 0644]
test/clang-tidy/modernize-redundant-void-arg.cpp [new file with mode: 0644]
test/clang-tidy/modernize-replace-auto-ptr.cpp [new file with mode: 0644]
test/clang-tidy/modernize-shrink-to-fit.cpp [new file with mode: 0644]
test/clang-tidy/modernize-use-auto-iterator.cpp [new file with mode: 0644]
test/clang-tidy/modernize-use-auto-new-remove-stars.cpp [new file with mode: 0644]
test/clang-tidy/modernize-use-auto-new.cpp [new file with mode: 0644]
test/clang-tidy/modernize-use-bool-literals.cpp [new file with mode: 0644]
test/clang-tidy/modernize-use-default-copy.cpp [new file with mode: 0644]
test/clang-tidy/modernize-use-default-delayed.cpp [new file with mode: 0644]
test/clang-tidy/modernize-use-default.cpp [new file with mode: 0644]
test/clang-tidy/modernize-use-emplace.cpp [new file with mode: 0644]
test/clang-tidy/modernize-use-nullptr-basic.cpp [new file with mode: 0644]
test/clang-tidy/modernize-use-nullptr.c [new file with mode: 0644]
test/clang-tidy/modernize-use-nullptr.cpp [new file with mode: 0644]
test/clang-tidy/modernize-use-override-cxx98.cpp [new file with mode: 0644]
test/clang-tidy/modernize-use-override-ms.cpp [new file with mode: 0644]
test/clang-tidy/modernize-use-override.cpp [new file with mode: 0644]
test/clang-tidy/modernize-use-using.cpp [new file with mode: 0644]
test/clang-tidy/nolint.cpp [new file with mode: 0644]
test/clang-tidy/overlapping.cpp [new file with mode: 0644]
test/clang-tidy/performance-faster-string-find.cpp [new file with mode: 0644]
test/clang-tidy/performance-for-range-copy-warn-on-all-auto-copies.cpp [new file with mode: 0644]
test/clang-tidy/performance-for-range-copy.cpp [new file with mode: 0644]
test/clang-tidy/performance-implicit-cast-in-loop.cpp [new file with mode: 0644]
test/clang-tidy/performance-unnecessary-copy-initialization.cpp [new file with mode: 0644]
test/clang-tidy/performance-unnecessary-value-param-delayed.cpp [new file with mode: 0644]
test/clang-tidy/performance-unnecessary-value-param.cpp [new file with mode: 0644]
test/clang-tidy/readability-avoid-const-params-in-decls.cpp [new file with mode: 0644]
test/clang-tidy/readability-braces-around-statements-assert-failure.cpp [new file with mode: 0644]
test/clang-tidy/readability-braces-around-statements-few-lines.cpp [new file with mode: 0644]
test/clang-tidy/readability-braces-around-statements-same-line.cpp [new file with mode: 0644]
test/clang-tidy/readability-braces-around-statements-single-line.cpp [new file with mode: 0644]
test/clang-tidy/readability-braces-around-statements.cpp [new file with mode: 0644]
test/clang-tidy/readability-container-size-empty.cpp [new file with mode: 0644]
test/clang-tidy/readability-deleted-default.cpp [new file with mode: 0644]
test/clang-tidy/readability-else-after-return.cpp [new file with mode: 0644]
test/clang-tidy/readability-function-size.cpp [new file with mode: 0644]
test/clang-tidy/readability-identifier-naming.cpp [new file with mode: 0644]
test/clang-tidy/readability-implicit-bool-cast-allow-conditional-casts.cpp [new file with mode: 0644]
test/clang-tidy/readability-implicit-bool-cast-cxx98.cpp [new file with mode: 0644]
test/clang-tidy/readability-implicit-bool-cast.cpp [new file with mode: 0644]
test/clang-tidy/readability-inconsistent-declaration-parameter-name.cpp [new file with mode: 0644]
test/clang-tidy/readability-named-parameter.cpp [new file with mode: 0644]
test/clang-tidy/readability-redundant-control-flow.cpp [new file with mode: 0644]
test/clang-tidy/readability-redundant-smartptr-get.cpp [new file with mode: 0644]
test/clang-tidy/readability-redundant-string-cstr-msvc.cpp [new file with mode: 0644]
test/clang-tidy/readability-redundant-string-cstr.cpp [new file with mode: 0644]
test/clang-tidy/readability-redundant-string-init-msvc.cpp [new file with mode: 0644]
test/clang-tidy/readability-redundant-string-init.cpp [new file with mode: 0644]
test/clang-tidy/readability-simplify-bool-expr-chained-conditional-assignment.cpp [new file with mode: 0644]
test/clang-tidy/readability-simplify-bool-expr-chained-conditional-return.cpp [new file with mode: 0644]
test/clang-tidy/readability-simplify-bool-expr.cpp [new file with mode: 0644]
test/clang-tidy/readability-static-definition-in-anonymous-namespace.cpp [new file with mode: 0644]
test/clang-tidy/readability-uniqueptr-delete-release.cpp [new file with mode: 0644]
test/clang-tidy/select-checks.cpp [new file with mode: 0644]
test/clang-tidy/serialize-diagnostics.cpp [new file with mode: 0644]
test/clang-tidy/static-analyzer-config.cpp [new file with mode: 0644]
test/clang-tidy/static-analyzer.cpp [new file with mode: 0644]
test/clang-tidy/temporaries.cpp [new file with mode: 0644]
test/clang-tidy/validate-check-names.cpp [new file with mode: 0644]
test/clang-tidy/werrors-diagnostics.cpp [new file with mode: 0644]
test/clang-tidy/werrors-plural.cpp [new file with mode: 0644]
test/clang-tidy/werrors.cpp [new file with mode: 0644]
test/include-fixer/Inputs/database_template.json [new file with mode: 0644]
test/include-fixer/Inputs/fake_yaml_db.yaml [new file with mode: 0644]
test/include-fixer/Inputs/merge/a.yaml [new file with mode: 0644]
test/include-fixer/Inputs/merge/b.yaml [new file with mode: 0644]
test/include-fixer/commandline_options.cpp [new file with mode: 0644]
test/include-fixer/exit_on_fatal.cpp [new file with mode: 0644]
test/include-fixer/fixeddb.cpp [new file with mode: 0644]
test/include-fixer/include_path.cpp [new file with mode: 0644]
test/include-fixer/merge.test [new file with mode: 0644]
test/include-fixer/prefix_variable.cpp [new file with mode: 0644]
test/include-fixer/ranking.cpp [new file with mode: 0644]
test/include-fixer/yamldb.cpp [new file with mode: 0644]
test/include-fixer/yamldb_autodetect.cpp [new file with mode: 0644]
test/lit.cfg [new file with mode: 0644]
test/lit.site.cfg.in [new file with mode: 0644]
test/modularize/Inputs/Anonymous.h [new file with mode: 0644]
test/modularize/Inputs/CompileError/HasError.h [new file with mode: 0644]
test/modularize/Inputs/CompileError/Level1A.h [new file with mode: 0644]
test/modularize/Inputs/CompileError/module.modulemap [new file with mode: 0644]
test/modularize/Inputs/CoverageNoProblems/Includes1/.hidden/DontFindMe.h [new file with mode: 0644]
test/modularize/Inputs/CoverageNoProblems/Includes1/Level1A.h [new file with mode: 0644]
test/modularize/Inputs/CoverageNoProblems/Includes2/Level2A.h [new file with mode: 0644]
test/modularize/Inputs/CoverageNoProblems/NonIncludes/Level3A.h [new file with mode: 0644]
test/modularize/Inputs/CoverageNoProblems/module.modulemap [new file with mode: 0644]
test/modularize/Inputs/CoverageProblems/Level1A.h [new file with mode: 0644]
test/modularize/Inputs/CoverageProblems/Level1B.h [new file with mode: 0644]
test/modularize/Inputs/CoverageProblems/Level2A.h [new file with mode: 0644]
test/modularize/Inputs/CoverageProblems/Level2B.h [new file with mode: 0644]
test/modularize/Inputs/CoverageProblems/Level3A.h [new file with mode: 0644]
test/modularize/Inputs/CoverageProblems/Level3B [new file with mode: 0644]
test/modularize/Inputs/CoverageProblems/Sub/Level3B.h [new file with mode: 0644]
test/modularize/Inputs/CoverageProblems/UmbrellaFile.h [new file with mode: 0644]
test/modularize/Inputs/CoverageProblems/UmbrellaInclude1.h [new file with mode: 0644]
test/modularize/Inputs/CoverageProblems/UmbrellaInclude2.h [new file with mode: 0644]
test/modularize/Inputs/CoverageProblems/UmbrellaSub/Umbrell1.h [new file with mode: 0644]
test/modularize/Inputs/CoverageProblems/UmbrellaSub/Umbrell2.h [new file with mode: 0644]
test/modularize/Inputs/CoverageProblems/module.modulemap [new file with mode: 0644]
test/modularize/Inputs/DuplicateHeader1.h [new file with mode: 0644]
test/modularize/Inputs/DuplicateHeader2.h [new file with mode: 0644]
test/modularize/Inputs/Empty.h [new file with mode: 0644]
test/modularize/Inputs/HeaderGuard.h [new file with mode: 0644]
test/modularize/Inputs/HeaderGuardSub1.h [new file with mode: 0644]
test/modularize/Inputs/HeaderGuardSub2.h [new file with mode: 0644]
test/modularize/Inputs/HeaderGuardSubSub.h [new file with mode: 0644]
test/modularize/Inputs/HeaderGuardSubSubDefined.h [new file with mode: 0644]
test/modularize/Inputs/IncludeInExtern.h [new file with mode: 0644]
test/modularize/Inputs/IncludeInNamespace.h [new file with mode: 0644]
test/modularize/Inputs/InconsistentHeader1.h [new file with mode: 0644]
test/modularize/Inputs/InconsistentHeader2.h [new file with mode: 0644]
test/modularize/Inputs/InconsistentSubHeader.h [new file with mode: 0644]
test/modularize/Inputs/IsDependent.h [new file with mode: 0644]
test/modularize/Inputs/MissingHeader/Level1A.h [new file with mode: 0644]
test/modularize/Inputs/MissingHeader/module.modulemap [new file with mode: 0644]
test/modularize/Inputs/NamespaceClasses.h [new file with mode: 0644]
test/modularize/Inputs/NestedMacro.h [new file with mode: 0644]
test/modularize/Inputs/NoProblems.modulemap [new file with mode: 0644]
test/modularize/Inputs/ProblemsDuplicate.modulemap [new file with mode: 0644]
test/modularize/Inputs/SomeDecls.h [new file with mode: 0644]
test/modularize/Inputs/SomeOtherTypes.h [new file with mode: 0644]
test/modularize/Inputs/SomeTypes.h [new file with mode: 0644]
test/modularize/Inputs/SubModule1/Header1.h [new file with mode: 0644]
test/modularize/Inputs/SubModule1/Header2.h [new file with mode: 0644]
test/modularize/Inputs/SubModule2/Header3.h [new file with mode: 0644]
test/modularize/Inputs/SubModule2/Header4.h [new file with mode: 0644]
test/modularize/Inputs/TemplateClasses.h [new file with mode: 0644]
test/modularize/NoProblems.modularize [new file with mode: 0644]
test/modularize/NoProblemsAnonymous.modularize [new file with mode: 0644]
test/modularize/NoProblemsAssistant.modularize [new file with mode: 0644]
test/modularize/NoProblemsCoverage.modularize [new file with mode: 0644]
test/modularize/NoProblemsDependencies.modularize [new file with mode: 0644]
test/modularize/NoProblemsGuard.modularize [new file with mode: 0644]
test/modularize/NoProblemsList.modularize [new file with mode: 0644]
test/modularize/NoProblemsNamespace.modularize [new file with mode: 0644]
test/modularize/NoProblemsNamespaceClasses.modularize [new file with mode: 0644]
test/modularize/NoProblemsNestedMacro.modularize [new file with mode: 0644]
test/modularize/NoProblemsTemplateClasses.modularize [new file with mode: 0644]
test/modularize/ProblemsCompileError.modularize [new file with mode: 0644]
test/modularize/ProblemsCoverage.modularize [new file with mode: 0644]
test/modularize/ProblemsDisplayLists.modularize [new file with mode: 0644]
test/modularize/ProblemsDuplicate.modularize [new file with mode: 0644]
test/modularize/ProblemsExternC.modularize [new file with mode: 0644]
test/modularize/ProblemsInconsistent.modularize [new file with mode: 0644]
test/modularize/ProblemsMissingHeader.modularize [new file with mode: 0644]
test/modularize/ProblemsNamespace.modularize [new file with mode: 0644]
test/modularize/SubModule2.h [new file with mode: 0644]
test/pp-trace/Inputs/Level1A.h [new file with mode: 0644]
test/pp-trace/Inputs/Level1B.h [new file with mode: 0644]
test/pp-trace/Inputs/Level2A.h [new file with mode: 0644]
test/pp-trace/Inputs/Level2B.h [new file with mode: 0644]
test/pp-trace/Inputs/ModularizeList.txt [new file with mode: 0644]
test/pp-trace/Inputs/module.map [new file with mode: 0644]
test/pp-trace/pp-trace-conditional.cpp [new file with mode: 0644]
test/pp-trace/pp-trace-ident.cpp [new file with mode: 0644]
test/pp-trace/pp-trace-include.cpp [new file with mode: 0644]
test/pp-trace/pp-trace-macro.cpp [new file with mode: 0644]
test/pp-trace/pp-trace-modules.cpp [new file with mode: 0644]
test/pp-trace/pp-trace-pragma-general.cpp [new file with mode: 0644]
test/pp-trace/pp-trace-pragma-ms.cpp [new file with mode: 0644]
test/pp-trace/pp-trace-pragma-opencl.cpp [new file with mode: 0644]
tool-template/CMakeLists.txt [new file with mode: 0644]
tool-template/ToolTemplate.cpp [new file with mode: 0644]
unittests/CMakeLists.txt [new file with mode: 0644]
unittests/clang-apply-replacements/CMakeLists.txt [new file with mode: 0644]
unittests/clang-apply-replacements/ReformattingTest.cpp [new file with mode: 0644]
unittests/clang-query/CMakeLists.txt [new file with mode: 0644]
unittests/clang-query/QueryEngineTest.cpp [new file with mode: 0644]
unittests/clang-query/QueryParserTest.cpp [new file with mode: 0644]
unittests/clang-rename/CMakeLists.txt [new file with mode: 0644]
unittests/clang-rename/USRLocFindingTest.cpp [new file with mode: 0644]
unittests/clang-tidy/CMakeLists.txt [new file with mode: 0644]
unittests/clang-tidy/ClangTidyDiagnosticConsumerTest.cpp [new file with mode: 0644]
unittests/clang-tidy/ClangTidyOptionsTest.cpp [new file with mode: 0644]
unittests/clang-tidy/ClangTidyTest.h [new file with mode: 0644]
unittests/clang-tidy/GoogleModuleTest.cpp [new file with mode: 0644]
unittests/clang-tidy/IncludeInserterTest.cpp [new file with mode: 0644]
unittests/clang-tidy/LLVMModuleTest.cpp [new file with mode: 0644]
unittests/clang-tidy/MiscModuleTest.cpp [new file with mode: 0644]
unittests/clang-tidy/OverlappingReplacementsTest.cpp [new file with mode: 0644]
unittests/clang-tidy/ReadabilityModuleTest.cpp [new file with mode: 0644]
unittests/include-fixer/CMakeLists.txt [new file with mode: 0644]
unittests/include-fixer/IncludeFixerTest.cpp [new file with mode: 0644]
unittests/include-fixer/find-all-symbols/CMakeLists.txt [new file with mode: 0644]
unittests/include-fixer/find-all-symbols/FindAllSymbolsTests.cpp [new file with mode: 0644]
unittests/include/common/VirtualFileHelper.h [new file with mode: 0644]