Import llvm-toolchain-3.8_3.8.1.orig-clang-tools-extra.tar.bz2
authorSylvestre Ledru <sylvestre@debian.org>
Thu, 23 Jun 2016 06:49:29 +0000 (06:49 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Thu, 23 Jun 2016 06:49:29 +0000 (06:49 +0000)
commit8a12cc647869b8ee717ca03eb55069d55e4a35eb
tree7f5f0a2a0b7b59108cf110a0662762b57ed8c271
Import llvm-toolchain-3.8_3.8.1.orig-clang-tools-extra.tar.bz2

[dgit import orig llvm-toolchain-3.8_3.8.1.orig-clang-tools-extra.tar.bz2]
657 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]
Makefile [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/Makefile [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/lib/Tooling/Makefile [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-apply-replacements/tool/Makefile [new file with mode: 0644]
clang-query/CMakeLists.txt [new file with mode: 0644]
clang-query/Makefile [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-query/tool/Makefile [new file with mode: 0644]
clang-rename/CMakeLists.txt [new file with mode: 0644]
clang-rename/Makefile [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/Makefile [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/Makefile [new file with mode: 0644]
clang-tidy/add_new_check.py [new file with mode: 0755]
clang-tidy/cert/CERTTidyModule.cpp [new file with mode: 0644]
clang-tidy/cert/CMakeLists.txt [new file with mode: 0644]
clang-tidy/cert/LICENSE.TXT [new file with mode: 0644]
clang-tidy/cert/Makefile [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/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/Makefile [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/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/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/Makefile [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/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/Makefile [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/AssignOperatorSignatureCheck.cpp [new file with mode: 0644]
clang-tidy/misc/AssignOperatorSignatureCheck.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/DefinitionsInHeadersCheck.cpp [new file with mode: 0644]
clang-tidy/misc/DefinitionsInHeadersCheck.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/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/Makefile [new file with mode: 0644]
clang-tidy/misc/MiscTidyModule.cpp [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/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/SizeofContainerCheck.cpp [new file with mode: 0644]
clang-tidy/misc/SizeofContainerCheck.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/StringIntegerAssignmentCheck.cpp [new file with mode: 0644]
clang-tidy/misc/StringIntegerAssignmentCheck.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/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/VirtualNearMissCheck.cpp [new file with mode: 0644]
clang-tidy/misc/VirtualNearMissCheck.h [new file with mode: 0644]
clang-tidy/modernize/CMakeLists.txt [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/MakeUniqueCheck.cpp [new file with mode: 0644]
clang-tidy/modernize/MakeUniqueCheck.h [new file with mode: 0644]
clang-tidy/modernize/Makefile [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/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/UseDefaultCheck.cpp [new file with mode: 0644]
clang-tidy/modernize/UseDefaultCheck.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/performance/CMakeLists.txt [new file with mode: 0644]
clang-tidy/performance/Makefile [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/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/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/Makefile [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/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/SimplifyBooleanExprCheck.cpp [new file with mode: 0644]
clang-tidy/readability/SimplifyBooleanExprCheck.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/Makefile [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/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/Makefile [new file with mode: 0644]
clang-tidy/utils/Matchers.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/Makefile [new file with mode: 0644]
docs/ModularizeUsage.rst [new file with mode: 0644]
docs/README.txt [new file with mode: 0644]
docs/clang-modernize.rst [new file with mode: 0644]
docs/clang-tidy.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-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-oop11-cpp.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-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-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/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-assign-operator-signature.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-definitions-in-headers.rst [new file with mode: 0644]
docs/clang-tidy/checks/misc-inaccurate-erase.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-move-constructor-init.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-sizeof-container.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-integer-assignment.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-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-virtual-near-miss.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-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-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-default.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/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-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-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-simplify-boolean-expr.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.cfg.in [new file with mode: 0644]
docs/doxygen.intro [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]
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/Makefile [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/Makefile [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/Makefile [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/VarTest.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/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/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-loop-convert/structures.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/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/config-files.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-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-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/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-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/line-filter.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-assign-operator-signature.cpp [new file with mode: 0644]
test/clang-tidy/misc-bool-pointer-implicit-conversion.cpp [new file with mode: 0644]
test/clang-tidy/misc-definitions-in-headers.hpp [new file with mode: 0644]
test/clang-tidy/misc-inaccurate-erase.cpp [new file with mode: 0644]
test/clang-tidy/misc-inefficient-algorithm.cpp [new file with mode: 0644]
test/clang-tidy/misc-macro-parentheses.cpp [new file with mode: 0644]
test/clang-tidy/misc-move-constructor-init.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-repeated-side-effects-in-macro.c [new file with mode: 0644]
test/clang-tidy/misc-sizeof-container.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-integer-assignment.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-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-virtual-near-miss.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-unique.cpp [new file with mode: 0644]
test/clang-tidy/modernize-pass-by-value.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.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-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.cpp [new file with mode: 0644]
test/clang-tidy/move-const-arg.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-unnecessary-copy-initialization.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-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-smartptr-get.cpp [new file with mode: 0644]
test/clang-tidy/readability-redundant-string-cstr.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-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/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/Makefile [new file with mode: 0644]
tool-template/ToolTemplate.cpp [new file with mode: 0644]
unittests/CMakeLists.txt [new file with mode: 0644]
unittests/Makefile [new file with mode: 0644]
unittests/clang-apply-replacements/CMakeLists.txt [new file with mode: 0644]
unittests/clang-apply-replacements/Makefile [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/Makefile [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/Makefile [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/Makefile [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/common/VirtualFileHelper.h [new file with mode: 0644]