]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Vendor import of clang trunk r351319 (just before the release_80 branch
authordim <dim@FreeBSD.org>
Sat, 19 Jan 2019 10:04:05 +0000 (10:04 +0000)
committerdim <dim@FreeBSD.org>
Sat, 19 Jan 2019 10:04:05 +0000 (10:04 +0000)
commit686d4d9fda2f889eb136bb6404a79ccec1c57b5e
tree02a1ac369cb734d0abfa5000dd86e5b7797e6a74
parent7fca3dfa56767b5584ffd47d70a7d116428a0ea0
Vendor import of clang trunk r351319 (just before the release_80 branch
point):
https://llvm.org/svn/llvm-project/cfe/trunk@351319
2900 files changed:
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
LICENSE.TXT
NOTES.txt
bindings/python/README.txt
bindings/python/clang/cindex.py
bindings/python/examples/cindex/cindex-dump.py
bindings/python/tests/CMakeLists.txt [new file with mode: 0644]
bindings/python/tests/cindex/test_access_specifiers.py
bindings/python/tests/cindex/test_cdb.py
bindings/python/tests/cindex/test_code_completion.py
bindings/python/tests/cindex/test_comment.py
bindings/python/tests/cindex/test_cursor.py
bindings/python/tests/cindex/test_cursor_kind.py
bindings/python/tests/cindex/test_diagnostics.py
bindings/python/tests/cindex/test_exception_specification_kind.py
bindings/python/tests/cindex/test_file.py
bindings/python/tests/cindex/test_index.py
bindings/python/tests/cindex/test_linkage.py
bindings/python/tests/cindex/test_location.py
bindings/python/tests/cindex/test_tls_kind.py
bindings/python/tests/cindex/test_token_kind.py
bindings/python/tests/cindex/test_tokens.py
bindings/python/tests/cindex/test_translation_unit.py
bindings/python/tests/cindex/test_type.py
bindings/python/tests/cindex/util.py
cmake/caches/Fuchsia-stage2.cmake
cmake/caches/Fuchsia.cmake
cmake/modules/AddClang.cmake
cmake/modules/FindZ3.cmake
docs/AddressSanitizer.rst
docs/AutomaticReferenceCounting.rst
docs/Block-ABI-Apple.txt
docs/ClangCommandLineReference.rst
docs/ClangFormat.rst
docs/ClangFormatStyleOptions.rst
docs/ClangPlugins.rst
docs/ClangTools.rst
docs/CommandGuide/clang.rst
docs/ControlFlowIntegrity.rst
docs/ControlFlowIntegrityDesign.rst
docs/CrossCompilation.rst
docs/DiagnosticsReference.rst
docs/HardwareAssistedAddressSanitizerDesign.rst
docs/InternalsManual.rst
docs/IntroductionToTheClangAST.rst
docs/LanguageExtensions.rst
docs/LibASTMatchers.rst
docs/LibASTMatchersReference.html
docs/LibASTMatchersTutorial.rst
docs/LibFormat.rst
docs/LibTooling.rst
docs/MSVCCompatibility.rst
docs/MemorySanitizer.rst
docs/Modules.rst
docs/OpenMPSupport.rst
docs/PCHInternals.rst
docs/PTHInternals.rst [deleted file]
docs/RAVFrontendAction.rst
docs/ReleaseNotes.rst
docs/SanitizerCoverage.rst
docs/SourceBasedCodeCoverage.rst
docs/ThinLTO.rst
docs/ThreadSanitizer.rst
docs/Toolchain.rst
docs/Tooling.rst
docs/UndefinedBehaviorSanitizer.rst
docs/UsersManual.rst
docs/analyzer/DebugChecks.rst
docs/analyzer/RegionStore.txt
docs/conf.py
docs/index.rst
docs/tools/dump_ast_matchers.py
docs/tools/dump_format_style.py
examples/AnnotateFunctions/CMakeLists.txt
examples/PrintFunctionNames/CMakeLists.txt
examples/analyzer-plugin/CMakeLists.txt
examples/analyzer-plugin/MainCallChecker.cpp
examples/clang-interpreter/CMakeLists.txt
examples/clang-interpreter/Test.cxx
examples/clang-interpreter/main.cpp
include/clang-c/Index.h
include/clang/AST/ASTContext.h
include/clang/AST/ASTContextAllocate.h [new file with mode: 0644]
include/clang/AST/ASTDiagnostic.h
include/clang/AST/ASTDumperUtils.h [new file with mode: 0644]
include/clang/AST/ASTImporter.h
include/clang/AST/ASTImporterLookupTable.h [new file with mode: 0644]
include/clang/AST/ASTStructuralEquivalence.h
include/clang/AST/ASTVector.h
include/clang/AST/Attr.h
include/clang/AST/AttrIterator.h
include/clang/AST/AttrVisitor.h [new file with mode: 0644]
include/clang/AST/BaseSubobject.h
include/clang/AST/CMakeLists.txt
include/clang/AST/CanonicalType.h
include/clang/AST/Comment.h
include/clang/AST/CommentDiagnostic.h
include/clang/AST/CommentVisitor.h
include/clang/AST/Decl.h
include/clang/AST/DeclBase.h
include/clang/AST/DeclCXX.h
include/clang/AST/DeclFriend.h
include/clang/AST/DeclObjC.h
include/clang/AST/DeclOpenMP.h
include/clang/AST/DeclTemplate.h
include/clang/AST/DeclVisitor.h
include/clang/AST/DeclarationName.h
include/clang/AST/EvaluatedExprVisitor.h
include/clang/AST/Expr.h
include/clang/AST/ExprCXX.h
include/clang/AST/ExprObjC.h
include/clang/AST/ExprOpenMP.h
include/clang/AST/FormatString.h [moved from include/clang/Analysis/Analyses/FormatString.h with 95% similarity]
include/clang/AST/GlobalDecl.h
include/clang/AST/LexicallyOrderedRecursiveASTVisitor.h
include/clang/AST/Mangle.h
include/clang/AST/NSAPI.h
include/clang/AST/NestedNameSpecifier.h
include/clang/AST/ODRHash.h
include/clang/AST/OSLog.h [moved from include/clang/Analysis/Analyses/OSLog.h with 85% similarity]
include/clang/AST/OpenMPClause.h
include/clang/AST/OperationKinds.def
include/clang/AST/PrettyPrinter.h
include/clang/AST/RawCommentList.h
include/clang/AST/RecursiveASTVisitor.h
include/clang/AST/Stmt.h
include/clang/AST/StmtCXX.h
include/clang/AST/StmtDataCollectors.td
include/clang/AST/StmtObjC.h
include/clang/AST/StmtOpenMP.h
include/clang/AST/StmtVisitor.h
include/clang/AST/TemplateArgumentVisitor.h [new file with mode: 0644]
include/clang/AST/TemplateBase.h
include/clang/AST/TemplateName.h
include/clang/AST/TextNodeDumper.h [new file with mode: 0644]
include/clang/AST/Type.h
include/clang/AST/TypeLoc.h
include/clang/ASTMatchers/ASTMatchers.h
include/clang/ASTMatchers/ASTMatchersInternal.h
include/clang/ASTMatchers/Dynamic/Parser.h
include/clang/Analysis/Analyses/ExprMutationAnalyzer.h [new file with mode: 0644]
include/clang/Analysis/Analyses/LiveVariables.h
include/clang/Analysis/Analyses/PseudoConstantAnalysis.h [deleted file]
include/clang/Analysis/Analyses/ThreadSafetyCommon.h
include/clang/Analysis/Analyses/ThreadSafetyTIL.h
include/clang/Analysis/Analyses/ThreadSafetyTraverse.h
include/clang/Analysis/AnalysisDeclContext.h
include/clang/Analysis/AnalysisDiagnostic.h
include/clang/Analysis/CallGraph.h
include/clang/Analysis/CloneDetection.h
include/clang/Analysis/ConstructionContext.h
include/clang/Analysis/ProgramPoint.h
include/clang/Analysis/SelectorExtras.h [moved from lib/StaticAnalyzer/Checkers/SelectorExtras.h with 74% similarity]
include/clang/Basic/AlignedAllocation.h
include/clang/Basic/AllDiagnostics.h
include/clang/Basic/Attr.td
include/clang/Basic/AttrDocs.td
include/clang/Basic/Builtins.def
include/clang/Basic/BuiltinsAArch64.def
include/clang/Basic/BuiltinsAMDGPU.def
include/clang/Basic/BuiltinsARM.def
include/clang/Basic/BuiltinsHexagon.def
include/clang/Basic/BuiltinsNios2.def [deleted file]
include/clang/Basic/BuiltinsPPC.def
include/clang/Basic/BuiltinsWebAssembly.def
include/clang/Basic/BuiltinsX86.def
include/clang/Basic/BuiltinsX86_64.def
include/clang/Basic/CodeGenOptions.def [moved from include/clang/Frontend/CodeGenOptions.def with 93% similarity]
include/clang/Basic/CodeGenOptions.h [moved from include/clang/Frontend/CodeGenOptions.h with 90% similarity]
include/clang/Basic/Cuda.h
include/clang/Basic/DebugInfoOptions.h
include/clang/Basic/DeclNodes.td
include/clang/Basic/Diagnostic.h
include/clang/Basic/DiagnosticAST.h [new file with mode: 0644]
include/clang/Basic/DiagnosticASTKinds.td
include/clang/Basic/DiagnosticAnalysis.h [new file with mode: 0644]
include/clang/Basic/DiagnosticComment.h [new file with mode: 0644]
include/clang/Basic/DiagnosticCommonKinds.td
include/clang/Basic/DiagnosticCrossTU.h [new file with mode: 0644]
include/clang/Basic/DiagnosticCrossTUKinds.td
include/clang/Basic/DiagnosticDriver.h [new file with mode: 0644]
include/clang/Basic/DiagnosticDriverKinds.td
include/clang/Basic/DiagnosticFrontend.h [new file with mode: 0644]
include/clang/Basic/DiagnosticFrontendKinds.td
include/clang/Basic/DiagnosticGroups.td
include/clang/Basic/DiagnosticIDs.h
include/clang/Basic/DiagnosticLex.h [new file with mode: 0644]
include/clang/Basic/DiagnosticLexKinds.td
include/clang/Basic/DiagnosticParse.h [new file with mode: 0644]
include/clang/Basic/DiagnosticParseKinds.td
include/clang/Basic/DiagnosticRefactoring.h [new file with mode: 0644]
include/clang/Basic/DiagnosticSema.h [new file with mode: 0644]
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Basic/DiagnosticSerialization.h [new file with mode: 0644]
include/clang/Basic/Features.def
include/clang/Basic/FileManager.h
include/clang/Basic/FileSystemStatCache.h
include/clang/Basic/FixedPoint.h [new file with mode: 0644]
include/clang/Basic/IdentifierTable.h
include/clang/Basic/LangOptions.def
include/clang/Basic/LangOptions.h
include/clang/Basic/MSP430Target.def [new file with mode: 0644]
include/clang/Basic/ObjCRuntime.h
include/clang/Basic/OpenCLExtensionTypes.def [new file with mode: 0644]
include/clang/Basic/OpenCLExtensions.def
include/clang/Basic/OpenMPKinds.def
include/clang/Basic/OpenMPKinds.h
include/clang/Basic/PlistSupport.h
include/clang/Basic/Sanitizers.def
include/clang/Basic/Sanitizers.h
include/clang/Basic/SourceLocation.h
include/clang/Basic/SourceManager.h
include/clang/Basic/Specifiers.h
include/clang/Basic/StmtNodes.td
include/clang/Basic/TargetBuiltins.h
include/clang/Basic/TargetInfo.h
include/clang/Basic/TargetOptions.h
include/clang/Basic/TokenKinds.def
include/clang/Basic/TokenKinds.h
include/clang/Basic/TypeTraits.h
include/clang/Basic/VirtualFileSystem.h [deleted file]
include/clang/Basic/X86Target.def
include/clang/Basic/XRayInstr.h
include/clang/Basic/arm_neon.td
include/clang/Basic/arm_neon_incl.td
include/clang/CodeGen/CGFunctionInfo.h
include/clang/CodeGen/SwiftCallingConv.h
include/clang/CrossTU/CrossTUDiagnostic.h
include/clang/CrossTU/CrossTranslationUnit.h
include/clang/Driver/Action.h
include/clang/Driver/CC1Options.td
include/clang/Driver/CLCompatOptions.td
include/clang/Driver/DarwinSDKInfo.h [new file with mode: 0644]
include/clang/Driver/Distro.h
include/clang/Driver/Driver.h
include/clang/Driver/DriverDiagnostic.h
include/clang/Driver/Job.h
include/clang/Driver/Options.td
include/clang/Driver/SanitizerArgs.h
include/clang/Driver/ToolChain.h
include/clang/Driver/Types.def
include/clang/Format/Format.h
include/clang/Frontend/ASTConsumers.h
include/clang/Frontend/ASTUnit.h
include/clang/Frontend/CompilerInstance.h
include/clang/Frontend/CompilerInvocation.h
include/clang/Frontend/FrontendAction.h
include/clang/Frontend/FrontendActions.h
include/clang/Frontend/FrontendDiagnostic.h
include/clang/Frontend/FrontendOptions.h
include/clang/Frontend/LangStandards.def
include/clang/Frontend/PCHContainerOperations.h
include/clang/Frontend/PrecompiledPreamble.h
include/clang/Frontend/Utils.h
include/clang/Index/IndexDataConsumer.h
include/clang/Index/IndexSymbol.h
include/clang/Index/IndexingAction.h
include/clang/Index/USRGeneration.h
include/clang/Lex/CodeCompletionHandler.h
include/clang/Lex/DirectoryLookup.h
include/clang/Lex/HeaderMap.h
include/clang/Lex/HeaderSearch.h
include/clang/Lex/LexDiagnostic.h
include/clang/Lex/Lexer.h
include/clang/Lex/MacroInfo.h
include/clang/Lex/ModuleMap.h
include/clang/Lex/PPCallbacks.h
include/clang/Lex/PTHLexer.h [deleted file]
include/clang/Lex/PTHManager.h [deleted file]
include/clang/Lex/Pragma.h
include/clang/Lex/PreprocessingRecord.h
include/clang/Lex/Preprocessor.h
include/clang/Lex/PreprocessorLexer.h
include/clang/Lex/PreprocessorOptions.h
include/clang/Lex/TokenConcatenation.h
include/clang/Lex/TokenLexer.h
include/clang/Parse/LoopHint.h [moved from include/clang/Sema/LoopHint.h with 92% similarity]
include/clang/Parse/ParseDiagnostic.h
include/clang/Parse/Parser.h
include/clang/Sema/CodeCompleteConsumer.h
include/clang/Sema/CodeCompleteOptions.h
include/clang/Sema/DeclSpec.h
include/clang/Sema/Initialization.h
include/clang/Sema/Lookup.h
include/clang/Sema/Overload.h
include/clang/Sema/ParsedAttr.h
include/clang/Sema/Scope.h
include/clang/Sema/ScopeInfo.h
include/clang/Sema/Sema.h
include/clang/Sema/SemaDiagnostic.h
include/clang/Serialization/ASTBitCodes.h
include/clang/Serialization/ASTReader.h
include/clang/Serialization/ASTWriter.h
include/clang/Serialization/ContinuousRangeMap.h
include/clang/Serialization/GlobalModuleIndex.h
include/clang/Serialization/PCHContainerOperations.h [new file with mode: 0644]
include/clang/Serialization/SerializationDiagnostic.h
include/clang/StaticAnalyzer/Checkers/BuiltinCheckerRegistration.h [moved from lib/StaticAnalyzer/Checkers/ClangSACheckers.h with 92% similarity]
include/clang/StaticAnalyzer/Checkers/CheckerBase.td
include/clang/StaticAnalyzer/Checkers/Checkers.td
include/clang/StaticAnalyzer/Checkers/ClangCheckers.h [deleted file]
include/clang/StaticAnalyzer/Checkers/ObjCRetainCount.h [deleted file]
include/clang/StaticAnalyzer/Core/Analyses.def
include/clang/StaticAnalyzer/Core/AnalyzerOptions.def [new file with mode: 0644]
include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h
include/clang/StaticAnalyzer/Core/BugReporter/BugType.h
include/clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h
include/clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h
include/clang/StaticAnalyzer/Core/Checker.h
include/clang/StaticAnalyzer/Core/CheckerManager.h
include/clang/StaticAnalyzer/Core/CheckerOptInfo.h [deleted file]
include/clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h
include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h
include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h
include/clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeMap.h
include/clang/StaticAnalyzer/Core/PathSensitive/Environment.h
include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h
include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h
include/clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h
include/clang/StaticAnalyzer/Core/PathSensitive/RangedConstraintManager.h
include/clang/StaticAnalyzer/Core/PathSensitive/Regions.def
include/clang/StaticAnalyzer/Core/PathSensitive/SMTConstraintManager.h
include/clang/StaticAnalyzer/Core/PathSensitive/SMTContext.h [deleted file]
include/clang/StaticAnalyzer/Core/PathSensitive/SMTConv.h [new file with mode: 0644]
include/clang/StaticAnalyzer/Core/PathSensitive/SMTSolver.h
include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h
include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
include/clang/StaticAnalyzer/Core/PathSensitive/Store.h
include/clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h
include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h
include/clang/StaticAnalyzer/Core/PathSensitive/TaintManager.h
include/clang/StaticAnalyzer/Core/PathSensitive/WorkList.h
include/clang/StaticAnalyzer/Core/RetainSummaryManager.h [new file with mode: 0644]
include/clang/StaticAnalyzer/Frontend/CheckerRegistration.h
include/clang/StaticAnalyzer/Frontend/CheckerRegistry.h [moved from include/clang/StaticAnalyzer/Core/CheckerRegistry.h with 84% similarity]
include/clang/StaticAnalyzer/Frontend/FrontendActions.h
include/clang/Tooling/AllTUsExecution.h
include/clang/Tooling/CompilationDatabase.h
include/clang/Tooling/CompilationDatabasePluginRegistry.h
include/clang/Tooling/DiagnosticsYaml.h
include/clang/Tooling/Execution.h
include/clang/Tooling/Refactoring/RecursiveSymbolVisitor.h
include/clang/Tooling/Refactoring/RefactoringDiagnostic.h
include/clang/Tooling/StandaloneExecution.h
include/clang/Tooling/Tooling.h
include/clang/module.modulemap
lib/ARCMigrate/ARCMT.cpp
lib/ARCMigrate/CMakeLists.txt
lib/ARCMigrate/FileRemapper.cpp
lib/ARCMigrate/ObjCMT.cpp
lib/ARCMigrate/TransAPIUses.cpp
lib/ARCMigrate/TransAutoreleasePool.cpp
lib/ARCMigrate/TransGCAttrs.cpp
lib/ARCMigrate/TransGCCalls.cpp
lib/ARCMigrate/TransProtectedScope.cpp
lib/ARCMigrate/TransRetainReleaseDealloc.cpp
lib/ARCMigrate/TransUnbridgedCasts.cpp
lib/ARCMigrate/TransformActions.cpp
lib/ARCMigrate/Transforms.cpp
lib/AST/APValue.cpp
lib/AST/ASTContext.cpp
lib/AST/ASTDiagnostic.cpp
lib/AST/ASTDumper.cpp
lib/AST/ASTImporter.cpp
lib/AST/ASTImporterLookupTable.cpp [new file with mode: 0644]
lib/AST/ASTStructuralEquivalence.cpp
lib/AST/CMakeLists.txt
lib/AST/CXXInheritance.cpp
lib/AST/CommentLexer.cpp
lib/AST/CommentParser.cpp
lib/AST/CommentSema.cpp
lib/AST/Decl.cpp
lib/AST/DeclBase.cpp
lib/AST/DeclCXX.cpp
lib/AST/DeclObjC.cpp
lib/AST/DeclOpenMP.cpp
lib/AST/DeclPrinter.cpp
lib/AST/DeclTemplate.cpp
lib/AST/DeclarationName.cpp
lib/AST/Expr.cpp
lib/AST/ExprCXX.cpp
lib/AST/ExprClassification.cpp
lib/AST/ExprConstant.cpp
lib/AST/ExternalASTMerger.cpp
lib/AST/FormatString.cpp [moved from lib/Analysis/FormatString.cpp with 95% similarity]
lib/AST/FormatStringParsing.h [moved from lib/Analysis/FormatStringParsing.h with 92% similarity]
lib/AST/ItaniumMangle.cpp
lib/AST/Linkage.h
lib/AST/Mangle.cpp
lib/AST/MicrosoftMangle.cpp
lib/AST/NSAPI.cpp
lib/AST/NestedNameSpecifier.cpp
lib/AST/ODRHash.cpp
lib/AST/OSLog.cpp [moved from lib/Analysis/OSLog.cpp with 93% similarity]
lib/AST/OpenMPClause.cpp
lib/AST/ParentMap.cpp
lib/AST/PrintfFormatString.cpp [moved from lib/Analysis/PrintfFormatString.cpp with 94% similarity]
lib/AST/RawCommentList.cpp
lib/AST/RecordLayoutBuilder.cpp
lib/AST/ScanfFormatString.cpp [moved from lib/Analysis/ScanfFormatString.cpp with 99% similarity]
lib/AST/SelectorLocationsKind.cpp
lib/AST/Stmt.cpp
lib/AST/StmtCXX.cpp
lib/AST/StmtObjC.cpp
lib/AST/StmtOpenMP.cpp
lib/AST/StmtPrinter.cpp
lib/AST/StmtProfile.cpp
lib/AST/TextNodeDumper.cpp [new file with mode: 0644]
lib/AST/Type.cpp
lib/AST/TypeLoc.cpp
lib/AST/TypePrinter.cpp
lib/AST/VTableBuilder.cpp
lib/ASTMatchers/ASTMatchFinder.cpp
lib/ASTMatchers/ASTMatchersInternal.cpp
lib/ASTMatchers/Dynamic/Parser.cpp
lib/ASTMatchers/Dynamic/Registry.cpp
lib/Analysis/AnalysisDeclContext.cpp
lib/Analysis/BodyFarm.cpp
lib/Analysis/CFG.cpp
lib/Analysis/CMakeLists.txt
lib/Analysis/CallGraph.cpp
lib/Analysis/CloneDetection.cpp
lib/Analysis/Consumed.cpp
lib/Analysis/ExprMutationAnalyzer.cpp [new file with mode: 0644]
lib/Analysis/LiveVariables.cpp
lib/Analysis/ProgramPoint.cpp
lib/Analysis/PseudoConstantAnalysis.cpp [deleted file]
lib/Analysis/ReachableCode.cpp
lib/Analysis/ThreadSafety.cpp
lib/Analysis/ThreadSafetyCommon.cpp
lib/Analysis/ThreadSafetyTIL.cpp
lib/Basic/Attributes.cpp
lib/Basic/Builtins.cpp
lib/Basic/CMakeLists.txt
lib/Basic/CodeGenOptions.cpp [moved from lib/Frontend/CodeGenOptions.cpp with 90% similarity]
lib/Basic/Cuda.cpp
lib/Basic/Diagnostic.cpp
lib/Basic/FileManager.cpp
lib/Basic/FileSystemStatCache.cpp
lib/Basic/FixedPoint.cpp [new file with mode: 0644]
lib/Basic/IdentifierTable.cpp
lib/Basic/Module.cpp
lib/Basic/OpenMPKinds.cpp
lib/Basic/SourceLocation.cpp
lib/Basic/SourceManager.cpp
lib/Basic/TargetInfo.cpp
lib/Basic/Targets.cpp
lib/Basic/Targets/AArch64.cpp
lib/Basic/Targets/AArch64.h
lib/Basic/Targets/AMDGPU.cpp
lib/Basic/Targets/AMDGPU.h
lib/Basic/Targets/ARC.cpp [new file with mode: 0644]
lib/Basic/Targets/ARC.h [new file with mode: 0644]
lib/Basic/Targets/ARM.cpp
lib/Basic/Targets/Hexagon.cpp
lib/Basic/Targets/Mips.cpp
lib/Basic/Targets/Mips.h
lib/Basic/Targets/NVPTX.cpp
lib/Basic/Targets/Nios2.cpp [deleted file]
lib/Basic/Targets/Nios2.h [deleted file]
lib/Basic/Targets/OSTargets.cpp
lib/Basic/Targets/OSTargets.h
lib/Basic/Targets/PPC.cpp
lib/Basic/Targets/PPC.h
lib/Basic/Targets/Sparc.h
lib/Basic/Targets/WebAssembly.cpp
lib/Basic/Targets/WebAssembly.h
lib/Basic/Targets/X86.cpp
lib/Basic/Targets/X86.h
lib/Basic/VirtualFileSystem.cpp [deleted file]
lib/CodeGen/BackendUtil.cpp
lib/CodeGen/CGAtomic.cpp
lib/CodeGen/CGBlocks.cpp
lib/CodeGen/CGBlocks.h
lib/CodeGen/CGBuiltin.cpp
lib/CodeGen/CGCUDANV.cpp
lib/CodeGen/CGCXX.cpp
lib/CodeGen/CGCXXABI.cpp
lib/CodeGen/CGCall.cpp
lib/CodeGen/CGCall.h
lib/CodeGen/CGClass.cpp
lib/CodeGen/CGCleanup.cpp
lib/CodeGen/CGCoroutine.cpp
lib/CodeGen/CGDebugInfo.cpp
lib/CodeGen/CGDebugInfo.h
lib/CodeGen/CGDecl.cpp
lib/CodeGen/CGDeclCXX.cpp
lib/CodeGen/CGException.cpp
lib/CodeGen/CGExpr.cpp
lib/CodeGen/CGExprAgg.cpp
lib/CodeGen/CGExprCXX.cpp
lib/CodeGen/CGExprComplex.cpp
lib/CodeGen/CGExprConstant.cpp
lib/CodeGen/CGExprScalar.cpp
lib/CodeGen/CGLoopInfo.cpp
lib/CodeGen/CGLoopInfo.h
lib/CodeGen/CGNonTrivialStruct.cpp
lib/CodeGen/CGObjC.cpp
lib/CodeGen/CGObjCGNU.cpp
lib/CodeGen/CGObjCMac.cpp
lib/CodeGen/CGObjCRuntime.cpp
lib/CodeGen/CGObjCRuntime.h
lib/CodeGen/CGOpenCLRuntime.cpp
lib/CodeGen/CGOpenCLRuntime.h
lib/CodeGen/CGOpenMPRuntime.cpp
lib/CodeGen/CGOpenMPRuntime.h
lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
lib/CodeGen/CGOpenMPRuntimeNVPTX.h
lib/CodeGen/CGRecordLayoutBuilder.cpp
lib/CodeGen/CGStmt.cpp
lib/CodeGen/CGStmtOpenMP.cpp
lib/CodeGen/CGVTT.cpp
lib/CodeGen/CGVTables.cpp
lib/CodeGen/CGValue.h
lib/CodeGen/CMakeLists.txt
lib/CodeGen/CodeGenABITypes.cpp
lib/CodeGen/CodeGenAction.cpp
lib/CodeGen/CodeGenFunction.cpp
lib/CodeGen/CodeGenFunction.h
lib/CodeGen/CodeGenModule.cpp
lib/CodeGen/CodeGenModule.h
lib/CodeGen/CodeGenPGO.cpp
lib/CodeGen/CodeGenPGO.h
lib/CodeGen/CodeGenTBAA.cpp
lib/CodeGen/CodeGenTypes.cpp
lib/CodeGen/CodeGenTypes.h
lib/CodeGen/ConstantEmitter.h
lib/CodeGen/CoverageMappingGen.cpp
lib/CodeGen/CoverageMappingGen.h
lib/CodeGen/ItaniumCXXABI.cpp
lib/CodeGen/MacroPPCallbacks.cpp
lib/CodeGen/MacroPPCallbacks.h
lib/CodeGen/MicrosoftCXXABI.cpp
lib/CodeGen/ModuleBuilder.cpp
lib/CodeGen/ObjectFilePCHContainerOperations.cpp
lib/CodeGen/SwiftCallingConv.cpp
lib/CodeGen/TargetInfo.cpp
lib/CodeGen/VarBypassDetector.cpp
lib/CodeGen/VarBypassDetector.h
lib/CrossTU/CrossTranslationUnit.cpp
lib/Driver/Action.cpp
lib/Driver/CMakeLists.txt
lib/Driver/Compilation.cpp
lib/Driver/DarwinSDKInfo.cpp [new file with mode: 0644]
lib/Driver/Distro.cpp
lib/Driver/Driver.cpp
lib/Driver/Job.cpp
lib/Driver/SanitizerArgs.cpp
lib/Driver/ToolChain.cpp
lib/Driver/ToolChains/AMDGPU.cpp
lib/Driver/ToolChains/AMDGPU.h
lib/Driver/ToolChains/Arch/AArch64.cpp
lib/Driver/ToolChains/Arch/AArch64.h
lib/Driver/ToolChains/Arch/ARM.cpp
lib/Driver/ToolChains/Arch/ARM.h
lib/Driver/ToolChains/Arch/Mips.cpp
lib/Driver/ToolChains/Arch/PPC.cpp
lib/Driver/ToolChains/Arch/PPC.h
lib/Driver/ToolChains/Arch/X86.cpp
lib/Driver/ToolChains/BareMetal.cpp
lib/Driver/ToolChains/Clang.cpp
lib/Driver/ToolChains/CommonArgs.cpp
lib/Driver/ToolChains/CommonArgs.h
lib/Driver/ToolChains/CrossWindows.cpp
lib/Driver/ToolChains/Cuda.cpp
lib/Driver/ToolChains/Cuda.h
lib/Driver/ToolChains/Darwin.cpp
lib/Driver/ToolChains/Darwin.h
lib/Driver/ToolChains/FreeBSD.cpp
lib/Driver/ToolChains/Fuchsia.cpp
lib/Driver/ToolChains/Gnu.cpp
lib/Driver/ToolChains/HIP.cpp
lib/Driver/ToolChains/HIP.h
lib/Driver/ToolChains/Hexagon.cpp
lib/Driver/ToolChains/Hexagon.h
lib/Driver/ToolChains/Hurd.cpp [new file with mode: 0644]
lib/Driver/ToolChains/Hurd.h [new file with mode: 0644]
lib/Driver/ToolChains/Linux.cpp
lib/Driver/ToolChains/Linux.h
lib/Driver/ToolChains/MSP430.cpp [new file with mode: 0644]
lib/Driver/ToolChains/MSP430.h [new file with mode: 0644]
lib/Driver/ToolChains/MSVC.cpp
lib/Driver/ToolChains/MSVC.h
lib/Driver/ToolChains/MinGW.cpp
lib/Driver/ToolChains/MinGW.h
lib/Driver/ToolChains/Minix.cpp
lib/Driver/ToolChains/MipsLinux.h
lib/Driver/ToolChains/NetBSD.cpp
lib/Driver/ToolChains/NetBSD.h
lib/Driver/ToolChains/OpenBSD.cpp
lib/Driver/ToolChains/OpenBSD.h
lib/Driver/ToolChains/PS4CPU.cpp
lib/Driver/ToolChains/RISCVToolchain.cpp [moved from lib/Driver/ToolChains/RISCV.cpp with 80% similarity]
lib/Driver/ToolChains/RISCVToolchain.h [moved from lib/Driver/ToolChains/RISCV.h with 77% similarity]
lib/Driver/ToolChains/Solaris.h
lib/Driver/ToolChains/WebAssembly.cpp
lib/Driver/ToolChains/WebAssembly.h
lib/Driver/Types.cpp
lib/Driver/XRayArgs.cpp
lib/Edit/RewriteObjCFoundationAPI.cpp
lib/Format/BreakableToken.cpp
lib/Format/ContinuationIndenter.cpp
lib/Format/Format.cpp
lib/Format/FormatToken.h
lib/Format/FormatTokenLexer.cpp
lib/Format/FormatTokenLexer.h
lib/Format/NamespaceEndCommentsFixer.cpp
lib/Format/TokenAnnotator.cpp
lib/Format/TokenAnnotator.h
lib/Format/UnwrappedLineFormatter.cpp
lib/Format/UnwrappedLineParser.cpp
lib/Format/UnwrappedLineParser.h
lib/Format/WhitespaceManager.cpp
lib/Frontend/ASTConsumers.cpp
lib/Frontend/ASTMerge.cpp
lib/Frontend/ASTUnit.cpp
lib/Frontend/CMakeLists.txt
lib/Frontend/CacheTokens.cpp [deleted file]
lib/Frontend/ChainedIncludesSource.cpp
lib/Frontend/CompilerInstance.cpp
lib/Frontend/CompilerInvocation.cpp
lib/Frontend/CreateInvocationFromCommandLine.cpp
lib/Frontend/DependencyFile.cpp
lib/Frontend/DiagnosticRenderer.cpp
lib/Frontend/FrontendAction.cpp
lib/Frontend/FrontendActions.cpp
lib/Frontend/InitHeaderSearch.cpp
lib/Frontend/InitPreprocessor.cpp
lib/Frontend/ModuleDependencyCollector.cpp
lib/Frontend/PrecompiledPreamble.cpp
lib/Frontend/PrintPreprocessedOutput.cpp
lib/Frontend/Rewrite/FrontendActions.cpp
lib/Frontend/Rewrite/InclusionRewriter.cpp
lib/Frontend/Rewrite/RewriteModernObjC.cpp
lib/Frontend/Rewrite/RewriteObjC.cpp
lib/FrontendTool/ExecuteCompilerInvocation.cpp
lib/Headers/CMakeLists.txt
lib/Headers/__clang_cuda_runtime_wrapper.h
lib/Headers/adxintrin.h
lib/Headers/altivec.h
lib/Headers/avx512bwintrin.h
lib/Headers/avx512dqintrin.h
lib/Headers/avx512fintrin.h
lib/Headers/avx512pfintrin.h
lib/Headers/avx512vbmi2intrin.h
lib/Headers/avx512vbmiintrin.h
lib/Headers/avx512vbmivlintrin.h
lib/Headers/avx512vlbwintrin.h
lib/Headers/avx512vlintrin.h
lib/Headers/avx512vlvbmi2intrin.h
lib/Headers/bmiintrin.h
lib/Headers/cuda_wrappers/new
lib/Headers/emmintrin.h
lib/Headers/float.h
lib/Headers/immintrin.h
lib/Headers/intrin.h
lib/Headers/lzcntintrin.h
lib/Headers/opencl-c.h
lib/Headers/unwind.h
lib/Headers/vecintrin.h
lib/Index/CommentToXML.cpp
lib/Index/IndexBody.cpp
lib/Index/IndexDecl.cpp
lib/Index/IndexSymbol.cpp
lib/Index/IndexTypeSourceInfo.cpp
lib/Index/IndexingAction.cpp
lib/Index/IndexingContext.cpp
lib/Index/SimpleFormatContext.h
lib/Index/USRGeneration.cpp
lib/Lex/CMakeLists.txt
lib/Lex/HeaderMap.cpp
lib/Lex/HeaderSearch.cpp
lib/Lex/Lexer.cpp
lib/Lex/LiteralSupport.cpp
lib/Lex/MacroInfo.cpp
lib/Lex/ModuleMap.cpp
lib/Lex/PPDirectives.cpp
lib/Lex/PPLexerChange.cpp
lib/Lex/PPMacroExpansion.cpp
lib/Lex/PTHLexer.cpp [deleted file]
lib/Lex/Pragma.cpp
lib/Lex/Preprocessor.cpp
lib/Lex/TokenConcatenation.cpp
lib/Parse/ParseAST.cpp
lib/Parse/ParseCXXInlineMethods.cpp
lib/Parse/ParseDecl.cpp
lib/Parse/ParseDeclCXX.cpp
lib/Parse/ParseExpr.cpp
lib/Parse/ParseExprCXX.cpp
lib/Parse/ParseInit.cpp
lib/Parse/ParseObjc.cpp
lib/Parse/ParseOpenMP.cpp
lib/Parse/ParsePragma.cpp
lib/Parse/ParseStmt.cpp
lib/Parse/ParseTemplate.cpp
lib/Parse/ParseTentative.cpp
lib/Parse/Parser.cpp
lib/Rewrite/HTMLRewrite.cpp
lib/Rewrite/RewriteRope.cpp
lib/Sema/AnalysisBasedWarnings.cpp
lib/Sema/CMakeLists.txt
lib/Sema/CodeCompleteConsumer.cpp
lib/Sema/DeclSpec.cpp
lib/Sema/IdentifierResolver.cpp
lib/Sema/JumpDiagnostics.cpp
lib/Sema/ParsedAttr.cpp
lib/Sema/ScopeInfo.cpp
lib/Sema/Sema.cpp
lib/Sema/SemaAccess.cpp
lib/Sema/SemaAttr.cpp
lib/Sema/SemaCUDA.cpp
lib/Sema/SemaCXXScopeSpec.cpp
lib/Sema/SemaCast.cpp
lib/Sema/SemaChecking.cpp
lib/Sema/SemaCodeComplete.cpp
lib/Sema/SemaCoroutine.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclAttr.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaDeclObjC.cpp
lib/Sema/SemaExceptionSpec.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaExprCXX.cpp
lib/Sema/SemaExprMember.cpp
lib/Sema/SemaExprObjC.cpp
lib/Sema/SemaInit.cpp
lib/Sema/SemaLambda.cpp
lib/Sema/SemaLookup.cpp
lib/Sema/SemaObjCProperty.cpp
lib/Sema/SemaOpenMP.cpp
lib/Sema/SemaOverload.cpp
lib/Sema/SemaPseudoObject.cpp
lib/Sema/SemaStmt.cpp
lib/Sema/SemaStmtAsm.cpp
lib/Sema/SemaStmtAttr.cpp
lib/Sema/SemaTemplate.cpp
lib/Sema/SemaTemplateDeduction.cpp
lib/Sema/SemaTemplateInstantiate.cpp
lib/Sema/SemaTemplateInstantiateDecl.cpp
lib/Sema/SemaTemplateVariadic.cpp
lib/Sema/SemaType.cpp
lib/Sema/TreeTransform.h
lib/Serialization/ASTCommon.cpp
lib/Serialization/ASTReader.cpp
lib/Serialization/ASTReaderDecl.cpp
lib/Serialization/ASTReaderStmt.cpp
lib/Serialization/ASTWriter.cpp
lib/Serialization/ASTWriterDecl.cpp
lib/Serialization/ASTWriterStmt.cpp
lib/Serialization/CMakeLists.txt
lib/Serialization/GlobalModuleIndex.cpp
lib/Serialization/ModuleManager.cpp
lib/Serialization/PCHContainerOperations.cpp [moved from lib/Frontend/PCHContainerOperations.cpp with 94% similarity]
lib/StaticAnalyzer/Checkers/AllocationDiagnostics.cpp [deleted file]
lib/StaticAnalyzer/Checkers/AllocationDiagnostics.h [deleted file]
lib/StaticAnalyzer/Checkers/AllocationState.h
lib/StaticAnalyzer/Checkers/AnalysisOrderChecker.cpp
lib/StaticAnalyzer/Checkers/AnalyzerStatsChecker.cpp
lib/StaticAnalyzer/Checkers/ArrayBoundChecker.cpp
lib/StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp
lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp
lib/StaticAnalyzer/Checkers/BlockInCriticalSectionChecker.cpp
lib/StaticAnalyzer/Checkers/BoolAssignmentChecker.cpp
lib/StaticAnalyzer/Checkers/BuiltinFunctionChecker.cpp
lib/StaticAnalyzer/Checkers/CMakeLists.txt
lib/StaticAnalyzer/Checkers/CStringChecker.cpp
lib/StaticAnalyzer/Checkers/CStringSyntaxChecker.cpp
lib/StaticAnalyzer/Checkers/CXXSelfAssignmentChecker.cpp
lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
lib/StaticAnalyzer/Checkers/CastSizeChecker.cpp
lib/StaticAnalyzer/Checkers/CastToStructChecker.cpp
lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
lib/StaticAnalyzer/Checkers/CheckObjCInstMethSignature.cpp
lib/StaticAnalyzer/Checkers/CheckSecuritySyntaxOnly.cpp
lib/StaticAnalyzer/Checkers/CheckSizeofPointer.cpp
lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp
lib/StaticAnalyzer/Checkers/ChrootChecker.cpp
lib/StaticAnalyzer/Checkers/ClangCheckers.cpp [deleted file]
lib/StaticAnalyzer/Checkers/CloneChecker.cpp
lib/StaticAnalyzer/Checkers/ConversionChecker.cpp
lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp
lib/StaticAnalyzer/Checkers/DebugCheckers.cpp
lib/StaticAnalyzer/Checkers/DeleteWithNonVirtualDtorChecker.cpp
lib/StaticAnalyzer/Checkers/DereferenceChecker.cpp
lib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp
lib/StaticAnalyzer/Checkers/DivZeroChecker.cpp
lib/StaticAnalyzer/Checkers/DynamicTypeChecker.cpp
lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
lib/StaticAnalyzer/Checkers/EnumCastOutOfRangeChecker.cpp [new file with mode: 0644]
lib/StaticAnalyzer/Checkers/ExprInspectionChecker.cpp
lib/StaticAnalyzer/Checkers/FixedAddressChecker.cpp
lib/StaticAnalyzer/Checkers/GCDAntipatternChecker.cpp
lib/StaticAnalyzer/Checkers/GTestChecker.cpp
lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp
lib/StaticAnalyzer/Checkers/InnerPointerChecker.cpp
lib/StaticAnalyzer/Checkers/InterCheckerAPI.h
lib/StaticAnalyzer/Checkers/IteratorChecker.cpp
lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp
lib/StaticAnalyzer/Checkers/LLVMConventionsChecker.cpp
lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp
lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.cpp
lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.h
lib/StaticAnalyzer/Checkers/MPI-Checker/MPIChecker.cpp
lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp
lib/StaticAnalyzer/Checkers/MacOSXAPIChecker.cpp
lib/StaticAnalyzer/Checkers/MallocChecker.cpp
lib/StaticAnalyzer/Checkers/MallocOverflowSecurityChecker.cpp
lib/StaticAnalyzer/Checkers/MallocSizeofChecker.cpp
lib/StaticAnalyzer/Checkers/MisusedMovedObjectChecker.cpp [deleted file]
lib/StaticAnalyzer/Checkers/MmapWriteExecChecker.cpp
lib/StaticAnalyzer/Checkers/MoveChecker.cpp [new file with mode: 0644]
lib/StaticAnalyzer/Checkers/NSAutoreleasePoolChecker.cpp
lib/StaticAnalyzer/Checkers/NSErrorChecker.cpp
lib/StaticAnalyzer/Checkers/NoReturnFunctionChecker.cpp
lib/StaticAnalyzer/Checkers/NonNullParamChecker.cpp
lib/StaticAnalyzer/Checkers/NonnullGlobalConstantsChecker.cpp
lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
lib/StaticAnalyzer/Checkers/NumberObjectConversionChecker.cpp
lib/StaticAnalyzer/Checkers/ObjCAtSyncChecker.cpp
lib/StaticAnalyzer/Checkers/ObjCAutoreleaseWriteChecker.cpp
lib/StaticAnalyzer/Checkers/ObjCContainersASTChecker.cpp
lib/StaticAnalyzer/Checkers/ObjCContainersChecker.cpp
lib/StaticAnalyzer/Checkers/ObjCMissingSuperCallChecker.cpp
lib/StaticAnalyzer/Checkers/ObjCPropertyChecker.cpp
lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp
lib/StaticAnalyzer/Checkers/ObjCSuperDeallocChecker.cpp
lib/StaticAnalyzer/Checkers/ObjCUnusedIVarsChecker.cpp
lib/StaticAnalyzer/Checkers/PaddingChecker.cpp
lib/StaticAnalyzer/Checkers/PointerArithChecker.cpp
lib/StaticAnalyzer/Checkers/PointerSubChecker.cpp
lib/StaticAnalyzer/Checkers/PthreadLockChecker.cpp
lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp [deleted file]
lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp [new file with mode: 0644]
lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.h [new file with mode: 0644]
lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp [new file with mode: 0644]
lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.h [new file with mode: 0644]
lib/StaticAnalyzer/Checkers/ReturnPointerRangeChecker.cpp
lib/StaticAnalyzer/Checkers/ReturnUndefChecker.cpp
lib/StaticAnalyzer/Checkers/RunLoopAutoreleaseLeakChecker.cpp
lib/StaticAnalyzer/Checkers/SimpleStreamChecker.cpp
lib/StaticAnalyzer/Checkers/StackAddrEscapeChecker.cpp
lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
lib/StaticAnalyzer/Checkers/StreamChecker.cpp
lib/StaticAnalyzer/Checkers/TaintTesterChecker.cpp
lib/StaticAnalyzer/Checkers/TestAfterDivZeroChecker.cpp
lib/StaticAnalyzer/Checkers/TraversalChecker.cpp
lib/StaticAnalyzer/Checkers/TrustNonnullChecker.cpp
lib/StaticAnalyzer/Checkers/UndefBranchChecker.cpp
lib/StaticAnalyzer/Checkers/UndefCapturedBlockVarChecker.cpp
lib/StaticAnalyzer/Checkers/UndefResultChecker.cpp
lib/StaticAnalyzer/Checkers/UndefinedArraySubscriptChecker.cpp
lib/StaticAnalyzer/Checkers/UndefinedAssignmentChecker.cpp
lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedObject.h [new file with mode: 0644]
lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedObjectChecker.cpp [new file with mode: 0644]
lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedPointee.cpp [new file with mode: 0644]
lib/StaticAnalyzer/Checkers/UninitializedObjectChecker.cpp [deleted file]
lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp
lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp
lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp
lib/StaticAnalyzer/Checkers/ValistChecker.cpp
lib/StaticAnalyzer/Checkers/VforkChecker.cpp
lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp
lib/StaticAnalyzer/Core/AnalysisManager.cpp
lib/StaticAnalyzer/Core/AnalyzerOptions.cpp
lib/StaticAnalyzer/Core/BasicValueFactory.cpp
lib/StaticAnalyzer/Core/BugReporter.cpp
lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
lib/StaticAnalyzer/Core/CMakeLists.txt
lib/StaticAnalyzer/Core/CallEvent.cpp
lib/StaticAnalyzer/Core/Checker.cpp
lib/StaticAnalyzer/Core/CheckerHelpers.cpp
lib/StaticAnalyzer/Core/CheckerManager.cpp
lib/StaticAnalyzer/Core/CheckerRegistry.cpp [deleted file]
lib/StaticAnalyzer/Core/CommonBugCategories.cpp
lib/StaticAnalyzer/Core/CoreEngine.cpp
lib/StaticAnalyzer/Core/DynamicTypeMap.cpp
lib/StaticAnalyzer/Core/Environment.cpp
lib/StaticAnalyzer/Core/ExplodedGraph.cpp
lib/StaticAnalyzer/Core/ExprEngine.cpp
lib/StaticAnalyzer/Core/ExprEngineC.cpp
lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
lib/StaticAnalyzer/Core/ExprEngineObjC.cpp
lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
lib/StaticAnalyzer/Core/LoopWidening.cpp
lib/StaticAnalyzer/Core/MemRegion.cpp
lib/StaticAnalyzer/Core/PathDiagnostic.cpp
lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
lib/StaticAnalyzer/Core/ProgramState.cpp
lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
lib/StaticAnalyzer/Core/RangedConstraintManager.cpp
lib/StaticAnalyzer/Core/RegionStore.cpp
lib/StaticAnalyzer/Core/RetainSummaryManager.cpp [new file with mode: 0644]
lib/StaticAnalyzer/Core/SMTConstraintManager.cpp [deleted file]
lib/StaticAnalyzer/Core/SValBuilder.cpp
lib/StaticAnalyzer/Core/SVals.cpp
lib/StaticAnalyzer/Core/SarifDiagnostics.cpp [new file with mode: 0644]
lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
lib/StaticAnalyzer/Core/Store.cpp
lib/StaticAnalyzer/Core/SymbolManager.cpp
lib/StaticAnalyzer/Core/TaintManager.cpp [new file with mode: 0644]
lib/StaticAnalyzer/Core/WorkList.cpp
lib/StaticAnalyzer/Core/Z3ConstraintManager.cpp
lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
lib/StaticAnalyzer/Frontend/CMakeLists.txt
lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp
lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp [new file with mode: 0644]
lib/StaticAnalyzer/Frontend/ModelInjector.cpp
lib/StaticAnalyzer/README.txt
lib/Tooling/ASTDiff/ASTDiff.cpp
lib/Tooling/AllTUsExecution.cpp
lib/Tooling/CMakeLists.txt
lib/Tooling/CompilationDatabase.cpp
lib/Tooling/Core/Diagnostic.cpp
lib/Tooling/Core/Lookup.cpp
lib/Tooling/Core/Replacement.cpp
lib/Tooling/Execution.cpp
lib/Tooling/Inclusions/HeaderIncludes.cpp
lib/Tooling/InterpolatingCompilationDatabase.cpp
lib/Tooling/JSONCompilationDatabase.cpp
lib/Tooling/Refactoring/ASTSelection.cpp
lib/Tooling/Refactoring/Extract/Extract.cpp
lib/Tooling/Refactoring/Rename/USRFinder.cpp
lib/Tooling/Refactoring/Rename/USRLocFinder.cpp
lib/Tooling/StandaloneExecution.cpp
lib/Tooling/Tooling.cpp
runtime/CMakeLists.txt
test/ARCMT/objcmt-arc-cf-annotations.m.result
test/AST/Inputs/module.modulemap [moved from test/Misc/Inputs/module.modulemap with 100% similarity]
test/AST/Inputs/std-coroutine.h [new file with mode: 0644]
test/AST/ast-dump-arm-attr.c [moved from test/Misc/ast-dump-arm-attr.c with 100% similarity]
test/AST/ast-dump-array.cpp [new file with mode: 0644]
test/AST/ast-dump-attr.cpp [moved from test/Misc/ast-dump-attr.cpp with 86% similarity]
test/AST/ast-dump-attr.m [moved from test/Misc/ast-dump-attr.m with 100% similarity]
test/AST/ast-dump-c-attr.c [moved from test/Misc/ast-dump-c-attr.c with 92% similarity]
test/AST/ast-dump-color.cpp [moved from test/Misc/ast-dump-color.cpp with 94% similarity]
test/AST/ast-dump-comment.cpp [moved from test/Misc/ast-dump-comment.cpp with 100% similarity]
test/AST/ast-dump-decl-stmts.cpp [new file with mode: 0644]
test/AST/ast-dump-decl.c [moved from test/Misc/ast-dump-decl.c with 97% similarity]
test/AST/ast-dump-decl.cpp [moved from test/Misc/ast-dump-decl.cpp with 90% similarity]
test/AST/ast-dump-decl.m [moved from test/Misc/ast-dump-decl.m with 94% similarity]
test/AST/ast-dump-decl.mm [moved from test/Misc/ast-dump-decl.mm with 100% similarity]
test/AST/ast-dump-expr.c [new file with mode: 0644]
test/AST/ast-dump-expr.cpp [new file with mode: 0644]
test/AST/ast-dump-funcs.cpp [new file with mode: 0644]
test/AST/ast-dump-invalid.cpp [moved from test/Misc/ast-dump-invalid.cpp with 85% similarity]
test/AST/ast-dump-lookups.cpp [moved from test/Misc/ast-dump-lookups.cpp with 100% similarity]
test/AST/ast-dump-msp430-attr.c [moved from test/Misc/ast-dump-msp430-attr.c with 100% similarity]
test/AST/ast-dump-pipe.cl [moved from test/Misc/ast-dump-pipe.cl with 100% similarity]
test/AST/ast-dump-record-definition-data.cpp [new file with mode: 0644]
test/AST/ast-dump-records.c [new file with mode: 0644]
test/AST/ast-dump-records.cpp [new file with mode: 0644]
test/AST/ast-dump-special-member-functions.cpp [new file with mode: 0644]
test/AST/ast-dump-stmt.c [new file with mode: 0644]
test/AST/ast-dump-stmt.cpp [new file with mode: 0644]
test/AST/ast-dump-stmt.m [moved from test/Misc/ast-dump-stmt.m with 100% similarity]
test/AST/ast-dump-template-decls.cpp [new file with mode: 0644]
test/AST/ast-dump-templates.cpp [moved from test/Misc/ast-dump-templates.cpp with 100% similarity]
test/AST/ast-dump-wchar.cpp [moved from test/Misc/ast-dump-wchar.cpp with 100% similarity]
test/AST/ast-print-attr.c [new file with mode: 0644]
test/AST/ast-print-bool.c [moved from test/Misc/ast-print-bool.c with 100% similarity]
test/AST/ast-print-char-literal.cpp [moved from test/Misc/ast-print-char-literal.cpp with 100% similarity]
test/AST/ast-print-enum-decl.c [moved from test/Misc/ast-print-enum-decl.c with 100% similarity]
test/AST/ast-print-objectivec.m [moved from test/Misc/ast-print-objectivec.m with 100% similarity]
test/AST/ast-print-out-of-line-func.cpp [moved from test/Misc/ast-print-out-of-line-func.cpp with 100% similarity]
test/AST/ast-print-pragmas-xfail.cpp [moved from test/Misc/ast-print-pragmas-xfail.cpp with 100% similarity]
test/AST/ast-print-pragmas.cpp [moved from test/Misc/ast-print-pragmas.cpp with 76% similarity]
test/AST/ast-print-record-decl.c [moved from test/Misc/ast-print-record-decl.c with 100% similarity]
test/AST/attr-print-emit.cpp [moved from test/Misc/attr-print-emit.cpp with 100% similarity]
test/AST/attr-target-ast.c [moved from test/Sema/attr-target-ast.c with 100% similarity]
test/AST/auto-pragma.cpp [moved from test/SemaCXX/auto-pragma.cpp with 100% similarity]
test/AST/bool-type.m [moved from test/SemaObjC/bool-type.m with 100% similarity]
test/AST/builtins-arm-strex-rettype.c [moved from test/Sema/builtins-arm-strex-rettype.c with 100% similarity]
test/AST/c-casts.c [new file with mode: 0644]
test/AST/category-attribute.m [moved from test/SemaObjC/category-attribute.m with 100% similarity]
test/AST/coroutine-source-location-crash.cpp [moved from test/SemaCXX/coroutine-source-location-crash.cpp with 100% similarity]
test/AST/dump.cpp [moved from test/OpenMP/dump.cpp with 67% similarity]
test/AST/finally-msvc.m [moved from test/SemaObjC/finally-msvc.m with 100% similarity]
test/AST/fixed_point.c [moved from test/Frontend/fixed_point.c with 100% similarity]
test/AST/fixed_point_to_string.c [new file with mode: 0644]
test/AST/float16.cpp [moved from test/Frontend/float16.cpp with 98% similarity]
test/AST/foreachtemplatized.mm [moved from test/SemaObjC/foreachtemplatized.mm with 100% similarity]
test/AST/implicit-cast-dump.c [moved from test/Sema/implicit-cast-dump.c with 100% similarity]
test/AST/multistep-explicit-cast.c [moved from test/Sema/multistep-explicit-cast.c with 100% similarity]
test/AST/multistep-explicit-cast.cpp [moved from test/SemaCXX/multistep-explicit-cast.cpp with 100% similarity]
test/AST/objc-default-ctor-init.mm [moved from test/Parser/objc-default-ctor-init.mm with 100% similarity]
test/AST/pragma-attribute-cxx-subject-match-rules.cpp [moved from test/Misc/pragma-attribute-cxx-subject-match-rules.cpp with 100% similarity]
test/AST/pragma-attribute-objc-subject-match-rules.m [moved from test/Misc/pragma-attribute-objc-subject-match-rules.m with 100% similarity]
test/AST/property-atomic-bool.m [moved from test/SemaObjC/property-atomic-bool.m with 100% similarity]
test/AST/rdr6094103-unordered-compare-promote.c [moved from test/Sema/rdr6094103-unordered-compare-promote.c with 100% similarity]
test/AST/sourceranges.cpp [moved from test/SemaCXX/sourceranges.cpp with 92% similarity]
test/AST/template-implicit-vars.cpp [moved from test/SemaCXX/template-implicit-vars.cpp with 100% similarity]
test/AST/variadic-promotion.c [moved from test/Sema/variadic-promotion.c with 100% similarity]
test/ASTMerge/unnamed_fields/Inputs/il.cpp [new file with mode: 0644]
test/ASTMerge/unnamed_fields/test.cpp [new file with mode: 0644]
test/Analysis/CFContainers.mm
test/Analysis/CFDateGC.m [deleted file]
test/Analysis/Checkers/RunLoopAutoreleaseLeakChecker.m
test/Analysis/Inputs/ctu-other.c [new file with mode: 0644]
test/Analysis/Inputs/ctu-other.c.externalDefMap.txt [new file with mode: 0644]
test/Analysis/Inputs/ctu-other.cpp.externalDefMap.txt [moved from test/Analysis/Inputs/externalFnMap.txt with 100% similarity]
test/Analysis/Inputs/expected-plists/NewDelete-path-notes.cpp.plist [new file with mode: 0644]
test/Analysis/Inputs/expected-plists/conditional-path-notes.c.plist [new file with mode: 0644]
test/Analysis/Inputs/expected-plists/cstring-plist.c.plist [new file with mode: 0644]
test/Analysis/Inputs/expected-plists/cxx-for-range.cpp.plist [new file with mode: 0644]
test/Analysis/Inputs/expected-plists/edges-new.mm.plist [new file with mode: 0644]
test/Analysis/Inputs/expected-plists/generics.m.plist [new file with mode: 0644]
test/Analysis/Inputs/expected-plists/inline-plist.c.plist [new file with mode: 0644]
test/Analysis/Inputs/expected-plists/inline-unique-reports.c.plist [new file with mode: 0644]
test/Analysis/Inputs/expected-plists/lambda-notes.cpp.plist [new file with mode: 0644]
test/Analysis/Inputs/expected-plists/malloc-plist.c.plist [new file with mode: 0644]
test/Analysis/Inputs/expected-plists/method-call-path-notes.cpp.plist [new file with mode: 0644]
test/Analysis/Inputs/expected-plists/model-file.cpp.plist [new file with mode: 0644]
test/Analysis/Inputs/expected-plists/null-deref-path-notes.m.plist [new file with mode: 0644]
test/Analysis/Inputs/expected-plists/nullability-notes.m.plist [new file with mode: 0644]
test/Analysis/Inputs/expected-plists/objc-arc.m.plist [new file with mode: 0644]
test/Analysis/Inputs/expected-plists/objc-radar17039661.m.plist [new file with mode: 0644]
test/Analysis/Inputs/expected-plists/plist-macros-with-expansion.cpp.plist [new file with mode: 0644]
test/Analysis/Inputs/expected-plists/plist-macros.cpp.plist [new file with mode: 0644]
test/Analysis/Inputs/expected-plists/plist-output-alternate.m.plist [new file with mode: 0644]
test/Analysis/Inputs/expected-plists/plist-output.m.plist [new file with mode: 0644]
test/Analysis/Inputs/expected-plists/plist-stats-output.c.plist [new file with mode: 0644]
test/Analysis/Inputs/expected-plists/retain-release-path-notes.m.plist [new file with mode: 0644]
test/Analysis/Inputs/expected-plists/retain-release.m.objc.plist [new file with mode: 0644]
test/Analysis/Inputs/expected-plists/retain-release.m.objcpp.plist [new file with mode: 0644]
test/Analysis/Inputs/expected-plists/unix-fns.c.plist [new file with mode: 0644]
test/Analysis/Inputs/expected-plists/yaccignore.c.plist [new file with mode: 0644]
test/Analysis/Inputs/system-header-simulator-cxx.h
test/Analysis/Inputs/system-header-simulator-for-nullability.h
test/Analysis/MismatchedDeallocator-path-notes.cpp
test/Analysis/MissingDealloc.m
test/Analysis/MisusedMovedObject.cpp [deleted file]
test/Analysis/NewDelete-custom.cpp
test/Analysis/NewDelete-path-notes.cpp
test/Analysis/NewDelete-sized-deallocation.cpp [new file with mode: 0644]
test/Analysis/PR24184.cpp
test/Analysis/PR2599.m [deleted file]
test/Analysis/PR37855.c
test/Analysis/additive-folding-range-constraints.c
test/Analysis/additive-folding.cpp
test/Analysis/analyzer-config.c
test/Analysis/analyzer-config.cpp [deleted file]
test/Analysis/analyzer-list-configs.c [new file with mode: 0644]
test/Analysis/analyzer_test.py
test/Analysis/array-struct-region.c
test/Analysis/asm.cpp [new file with mode: 0644]
test/Analysis/atomics.c
test/Analysis/blocks-no-inline.c
test/Analysis/bstring.c
test/Analysis/bstring.cpp
test/Analysis/builtin-functions.cpp
test/Analysis/call-invalidation.cpp
test/Analysis/casts.c
test/Analysis/casts.cpp
test/Analysis/cfg-rich-constructors.cpp
test/Analysis/cfg.cpp
test/Analysis/conditional-operator.cpp
test/Analysis/conditional-path-notes.c
test/Analysis/const-method-call.cpp
test/Analysis/constant-folding.c
test/Analysis/conversion.c
test/Analysis/copy-elision.cpp
test/Analysis/copypaste/Inputs/expected-plists/MismatchedDeallocator-path-notes.cpp.plist [new file with mode: 0644]
test/Analysis/copypaste/Inputs/expected-plists/plist-diagnostics-notes-as-events.cpp.plist [new file with mode: 0644]
test/Analysis/copypaste/Inputs/expected-plists/plist-diagnostics.cpp.plist [new file with mode: 0644]
test/Analysis/copypaste/plist-diagnostics-notes-as-events.cpp
test/Analysis/copypaste/plist-diagnostics.cpp
test/Analysis/cstring-plist.c
test/Analysis/cstring-syntax.c
test/Analysis/ctor.mm
test/Analysis/ctu-different-triples.cpp [new file with mode: 0644]
test/Analysis/ctu-main.c [new file with mode: 0644]
test/Analysis/ctu-main.cpp
test/Analysis/ctu-unknown-parts-in-triples.cpp [new file with mode: 0644]
test/Analysis/cxx-for-range.cpp
test/Analysis/cxx-uninitialized-object-inheritance.cpp
test/Analysis/cxx-uninitialized-object-no-dereference.cpp [new file with mode: 0644]
test/Analysis/cxx-uninitialized-object-notes-as-warnings.cpp
test/Analysis/cxx-uninitialized-object-ptr-ref.cpp
test/Analysis/cxx-uninitialized-object-unionlike-constructs.cpp [new file with mode: 0644]
test/Analysis/cxx-uninitialized-object.cpp
test/Analysis/debug-CallGraph.cpp [moved from test/Analysis/debug-CallGraph.c with 76% similarity]
test/Analysis/diagnostics/Inputs/expected-plists/deref-track-symbolic-region.c.plist [new file with mode: 0644]
test/Analysis/diagnostics/Inputs/expected-plists/plist-diagnostics-include-check.cpp.plist [new file with mode: 0644]
test/Analysis/diagnostics/Inputs/expected-plists/plist-multi-file.c.plist [new file with mode: 0644]
test/Analysis/diagnostics/Inputs/expected-plists/report-issues-within-main-file.cpp.plist [new file with mode: 0644]
test/Analysis/diagnostics/Inputs/expected-plists/undef-value-caller.c.plist [new file with mode: 0644]
test/Analysis/diagnostics/Inputs/expected-plists/undef-value-param.c.plist [new file with mode: 0644]
test/Analysis/diagnostics/Inputs/expected-plists/undef-value-param.m.plist [new file with mode: 0644]
test/Analysis/diagnostics/Inputs/expected-sarif/sarif-diagnostics-taint-test.c.sarif [new file with mode: 0644]
test/Analysis/diagnostics/Inputs/expected-sarif/sarif-multi-diagnostic-test.c.sarif [new file with mode: 0644]
test/Analysis/diagnostics/deref-track-symbolic-region.c
test/Analysis/diagnostics/dtors.cpp [new file with mode: 0644]
test/Analysis/diagnostics/explicit-suppression.cpp
test/Analysis/diagnostics/find_last_store.c [new file with mode: 0644]
test/Analysis/diagnostics/no-store-func-path-notes.c
test/Analysis/diagnostics/no-store-func-path-notes.cpp
test/Analysis/diagnostics/no-store-func-path-notes.m
test/Analysis/diagnostics/plist-diagnostics-include-check.cpp
test/Analysis/diagnostics/plist-multi-file.c
test/Analysis/diagnostics/report-issues-within-main-file.cpp
test/Analysis/diagnostics/sarif-diagnostics-taint-test.c [new file with mode: 0644]
test/Analysis/diagnostics/sarif-multi-diagnostic-test.c [new file with mode: 0644]
test/Analysis/diagnostics/track_subexpressions.cpp [new file with mode: 0644]
test/Analysis/diagnostics/undef-value-caller.c
test/Analysis/diagnostics/undef-value-param.c
test/Analysis/diagnostics/undef-value-param.m
test/Analysis/disable-all-checks.c
test/Analysis/dtor.cpp
test/Analysis/dump_egraph.c [new file with mode: 0644]
test/Analysis/dump_egraph.cpp [new file with mode: 0644]
test/Analysis/edges-new.mm
test/Analysis/end-function-return-stmt.cpp [new file with mode: 0644]
test/Analysis/enum-cast-out-of-range.cpp [new file with mode: 0644]
test/Analysis/expr-inspection.cpp [new file with mode: 0644]
test/Analysis/func-mapping-test.cpp
test/Analysis/func.c
test/Analysis/generics.m
test/Analysis/global-region-invalidation.c
test/Analysis/global_region_invalidation.mm
test/Analysis/gtest.cpp
test/Analysis/html_diagnostics/relevant_lines/synthesized_body.cpp [new file with mode: 0644]
test/Analysis/inline-plist.c
test/Analysis/inline-unique-reports.c
test/Analysis/inline.cpp
test/Analysis/inlining/InlineObjCClassMethod.m
test/Analysis/inlining/Inputs/expected-plists/eager-reclamation-path-notes.c.plist [new file with mode: 0644]
test/Analysis/inlining/Inputs/expected-plists/eager-reclamation-path-notes.cpp.plist [new file with mode: 0644]
test/Analysis/inlining/Inputs/expected-plists/path-notes.c.plist [new file with mode: 0644]
test/Analysis/inlining/Inputs/expected-plists/path-notes.cpp.plist [new file with mode: 0644]
test/Analysis/inlining/Inputs/expected-plists/path-notes.m.plist [new file with mode: 0644]
test/Analysis/inlining/containers.cpp
test/Analysis/inlining/dyn-dispatch-bifurcate.cpp
test/Analysis/inlining/eager-reclamation-path-notes.c
test/Analysis/inlining/eager-reclamation-path-notes.cpp
test/Analysis/inlining/false-positive-suppression.c
test/Analysis/inlining/path-notes.c
test/Analysis/inlining/path-notes.cpp
test/Analysis/inlining/path-notes.m
test/Analysis/inlining/stl.cpp
test/Analysis/inner-pointer.cpp
test/Analysis/invalid-a-na-ly-zer-con-fig-value.c [new file with mode: 0644]
test/Analysis/invalid-analyzer-config-value.c [new file with mode: 0644]
test/Analysis/invalidated-iterator.cpp [new file with mode: 0644]
test/Analysis/iterator-range.cpp
test/Analysis/ivars.m
test/Analysis/keychainAPI.m
test/Analysis/lambda-notes.cpp
test/Analysis/lambdas.cpp
test/Analysis/lifetime-extension.cpp
test/Analysis/lit.local.cfg
test/Analysis/live-stmts.cpp [new file with mode: 0644]
test/Analysis/llvm-conventions.cpp [new file with mode: 0644]
test/Analysis/localization-aggressive.m
test/Analysis/logical-ops.c
test/Analysis/loop-block-counts.c [new file with mode: 0644]
test/Analysis/loop-widening-ignore-static-methods.cpp [new file with mode: 0644]
test/Analysis/loop-widening-notes.cpp
test/Analysis/loop-widening.c
test/Analysis/malloc-annotations.c
test/Analysis/malloc-free-after-return.cpp [new file with mode: 0644]
test/Analysis/malloc-plist.c
test/Analysis/malloc.c
test/Analysis/member-expr.cpp
test/Analysis/method-call-path-notes.cpp
test/Analysis/misc-ps-eager-assume.m
test/Analysis/misc-ps.c
test/Analysis/mismatched-iterator.cpp [new file with mode: 0644]
test/Analysis/missing-bind-temporary.cpp
test/Analysis/model-file.cpp
test/Analysis/new-aligned.cpp [new file with mode: 0644]
test/Analysis/new-ctor-conservative.cpp
test/Analysis/new-ctor-inlined.cpp
test/Analysis/new-ctor-recursive.cpp
test/Analysis/new-ctor-symbolic.cpp
test/Analysis/new.cpp
test/Analysis/null-deref-path-notes.cpp
test/Analysis/null-deref-path-notes.m
test/Analysis/nullability-arc.mm [new file with mode: 0644]
test/Analysis/nullability-notes.m
test/Analysis/nullability.mm
test/Analysis/objc-arc.m
test/Analysis/objc-for.m
test/Analysis/objc-radar17039661.m
test/Analysis/objcpp-uninitialized-object.mm [new file with mode: 0644]
test/Analysis/osobject-retain-release.cpp [new file with mode: 0644]
test/Analysis/padding_inherit.cpp [new file with mode: 0644]
test/Analysis/plist-macros-with-expansion.cpp [new file with mode: 0644]
test/Analysis/plist-macros.cpp
test/Analysis/plist-output-alternate.m
test/Analysis/plist-output.m
test/Analysis/plist-stats-output.c
test/Analysis/pr22954.c
test/Analysis/properties.m
test/Analysis/ptr-arith.c
test/Analysis/reference.cpp
test/Analysis/region-store.c
test/Analysis/retain-release-arc.m
test/Analysis/retain-release-cpp-classes.cpp [new file with mode: 0644]
test/Analysis/retain-release-gc-only.m [deleted file]
test/Analysis/retain-release-path-notes-gc.m [deleted file]
test/Analysis/retain-release-path-notes.m
test/Analysis/retain-release.m
test/Analysis/retain-release.mm
test/Analysis/retaincountchecker-compoundregion.m
test/Analysis/scopes-cfg-output.cpp
test/Analysis/security-syntax-checks.m
test/Analysis/self-assign.cpp
test/Analysis/simple-stream-checks.c
test/Analysis/std-c-library-functions-inlined.c [new file with mode: 0644]
test/Analysis/std-c-library-functions.c
test/Analysis/std-c-library-functions.cpp
test/Analysis/string.c
test/Analysis/string.cpp [new file with mode: 0644]
test/Analysis/svalbuilder-float-cast.c [new file with mode: 0644]
test/Analysis/svalbuilder-rearrange-comparisons.c
test/Analysis/switch-case.c
test/Analysis/symbol-reaper.c
test/Analysis/temp-obj-dtors-option.cpp
test/Analysis/templates.cpp
test/Analysis/temporaries.cpp
test/Analysis/temporaries.mm
test/Analysis/test-after-div-zero.c
test/Analysis/test-separate-retaincount.cpp [new file with mode: 0644]
test/Analysis/trustnonnullchecker_test.m
test/Analysis/ubigraph-viz.cpp [deleted file]
test/Analysis/undef-call.c
test/Analysis/uninit-const.cpp
test/Analysis/uninit-vals-ps-region.m [deleted file]
test/Analysis/uninit-vals.c [moved from test/Analysis/uninit-vals-ps.c with 60% similarity]
test/Analysis/uninit-vals.cpp
test/Analysis/uninit-vals.m
test/Analysis/unions.cpp
test/Analysis/unix-fns.c
test/Analysis/use-after-move.cpp [new file with mode: 0644]
test/Analysis/weak-functions.c
test/CMakeLists.txt
test/CXX/class.access/class.friend/p1.cpp
test/CXX/class.access/class.friend/p11.cpp
test/CXX/class.access/class.friend/p3-cxx0x.cpp
test/CXX/class.derived/class.abstract/p16.cpp
test/CXX/class/class.friend/p1.cpp
test/CXX/dcl.dcl/dcl.attr/dcl.attr.nodiscard/p2.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p3.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p4.cpp
test/CXX/dcl.decl/dcl.decomp/p3.cpp
test/CXX/dcl.decl/dcl.decomp/p4.cpp
test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/p1.cpp
test/CXX/drs/dr13xx.cpp
test/CXX/drs/dr1xx.cpp
test/CXX/drs/dr22xx.cpp
test/CXX/drs/dr2xx.cpp
test/CXX/drs/dr5xx.cpp
test/CXX/drs/dr6xx.cpp
test/CXX/expr/expr.const/p6.cpp [new file with mode: 0644]
test/CXX/expr/expr.prim/expr.prim.lambda/p14.cpp
test/CXX/expr/expr.prim/expr.prim.lambda/templates.cpp
test/CXX/special/class.copy/p12-0x.cpp
test/CXX/special/class.copy/p23-cxx11.cpp
test/CXX/special/class.ctor/p5-0x.cpp
test/CXX/special/class.dtor/p5-0x.cpp
test/CXX/special/class.temporary/p6.cpp [new file with mode: 0644]
test/CXX/stmt.stmt/stmt.iter/stmt.ranged/p1.cpp
test/CXX/stmt.stmt/stmt.select/p3.cpp
test/CXX/temp/temp.param/p2.cpp
test/CXX/temp/temp.param/p3.cpp
test/CXX/temp/temp.spec/temp.inst/p7.cpp [new file with mode: 0644]
test/CodeCompletion/accessibility-crash.cpp [new file with mode: 0644]
test/CodeCompletion/accessibility.cpp [new file with mode: 0644]
test/CodeCompletion/call.cpp
test/CodeCompletion/crash-func-decl.cpp [new file with mode: 0644]
test/CodeCompletion/ctor-initializer.cpp
test/CodeCompletion/function-overloads.cpp [new file with mode: 0644]
test/CodeCompletion/included-files.cpp [new file with mode: 0644]
test/CodeCompletion/member-access.c
test/CodeCompletion/member-access.cpp
test/CodeCompletion/objc-message.mm
test/CodeCompletion/objc-protocol-member-access.m
test/CodeCompletion/ordinary-name-cxx11.cpp
test/CodeCompletion/ordinary-name.cpp
test/CodeCompletion/overrides.cpp [new file with mode: 0644]
test/CodeCompletion/paren_locs.cpp [new file with mode: 0644]
test/CodeCompletion/pragma-macro-token-caching.c
test/CodeCompletion/preferred-type.cpp [new file with mode: 0644]
test/CodeCompletion/self-inits.cpp [new file with mode: 0644]
test/CodeCompletion/signatures-crash.cpp [new file with mode: 0644]
test/CodeCompletion/this-quals.cpp [new file with mode: 0644]
test/CodeGen/2007-06-18-SextAttrAggregate.c
test/CodeGen/2008-07-31-asm-labels.c
test/CodeGen/64bit-swiftcall.c
test/CodeGen/Inputs/code-coverage-filter1.h [new file with mode: 0644]
test/CodeGen/Inputs/code-coverage-filter2.h [new file with mode: 0644]
test/CodeGen/Inputs/thinlto_backend_local_name_conflict1.ll [new file with mode: 0644]
test/CodeGen/Inputs/thinlto_backend_local_name_conflict2.ll [new file with mode: 0644]
test/CodeGen/aapcs-align.cpp [moved from test/CodeGen/aapcs-align.cc with 100% similarity]
test/CodeGen/aapcs64-align.cpp [moved from test/CodeGen/aapcs64-align.cc with 100% similarity]
test/CodeGen/aarch64-neon-3v.c
test/CodeGen/aarch64-neon-across.c
test/CodeGen/aarch64-neon-extract.c
test/CodeGen/aarch64-neon-fma.c
test/CodeGen/aarch64-neon-fp16fml.c [new file with mode: 0644]
test/CodeGen/aarch64-neon-ldst-one.c
test/CodeGen/aarch64-neon-scalar-copy.c
test/CodeGen/aarch64-neon-scalar-x-indexed-elem.c
test/CodeGen/aarch64-neon-tbl.c
test/CodeGen/aarch64-neon-vget.c
test/CodeGen/aarch64-poly128.c
test/CodeGen/aarch64-poly64.c
test/CodeGen/aarch64-sign-return-address.c [new file with mode: 0644]
test/CodeGen/aarch64-vpcs.c [new file with mode: 0644]
test/CodeGen/adc-builtins.c
test/CodeGen/address-sanitizer-and-array-cookie.cpp
test/CodeGen/adx-builtins.c
test/CodeGen/annotations-field.c
test/CodeGen/arc/arguments.c [new file with mode: 0644]
test/CodeGen/arc/struct-align.c [new file with mode: 0644]
test/CodeGen/arm-neon-fma.c
test/CodeGen/arm-neon-numeric-maxmin.c
test/CodeGen/arm-neon-vcvtX.c
test/CodeGen/arm-neon-vld.c
test/CodeGen/arm-neon-vst.c
test/CodeGen/arm-target-features.c
test/CodeGen/arm-vfp16-arguments.c [new file with mode: 0644]
test/CodeGen/arm64-microsoft-intrinsics.c
test/CodeGen/arm64-microsoft-status-reg.cpp [new file with mode: 0644]
test/CodeGen/arm64_vdupq_n_f64.c
test/CodeGen/arm_neon_intrinsics.c
test/CodeGen/asan-globals-odr.cpp [new file with mode: 0644]
test/CodeGen/asan-static-odr.cpp [new file with mode: 0644]
test/CodeGen/asan-strings.c [new file with mode: 0644]
test/CodeGen/atomic-ops.c
test/CodeGen/atomics-inlining.c
test/CodeGen/atomics-sema-alignment.c
test/CodeGen/attr-cpuspecific.c
test/CodeGen/attr-speculative-load-hardening.c [new file with mode: 0644]
test/CodeGen/attr-speculative-load-hardening.cpp [new file with mode: 0644]
test/CodeGen/attr-speculative-load-hardening.m [new file with mode: 0644]
test/CodeGen/attr-target-mv-func-ptrs.c
test/CodeGen/attr-target-mv-va-args.c
test/CodeGen/attr-target-mv.c
test/CodeGen/attr-target-x86.c
test/CodeGen/avr-inline-asm-constraints.c
test/CodeGen/avr/attributes/interrupt.c
test/CodeGen/avr/attributes/signal.c
test/CodeGen/avx2-builtins.c
test/CodeGen/avx512bitalg-builtins.c
test/CodeGen/avx512bw-builtins.c
test/CodeGen/avx512dq-builtins.c
test/CodeGen/avx512f-builtins.c
test/CodeGen/avx512vbmi-builtins.c
test/CodeGen/avx512vbmi2-builtins.c
test/CodeGen/avx512vbmivl-builtin.c
test/CodeGen/avx512vl-builtins.c
test/CodeGen/avx512vlbitalg-builtins.c
test/CodeGen/avx512vlbw-builtins.c
test/CodeGen/avx512vlvbmi2-builtins.c
test/CodeGen/block-byref-aggr.c
test/CodeGen/blocks-1.c
test/CodeGen/blocks-seq.c
test/CodeGen/blocks.c
test/CodeGen/bmi-builtins.c
test/CodeGen/bool_test.c
test/CodeGen/builtin-constant-p.c [new file with mode: 0644]
test/CodeGen/builtin-cpu-is.c
test/CodeGen/builtin-cpu-supports.c
test/CodeGen/builtin-memfns.c
test/CodeGen/builtin-rotate.c [new file with mode: 0644]
test/CodeGen/builtin-unpredictable.c
test/CodeGen/builtin_clrsb.c [new file with mode: 0644]
test/CodeGen/builtins-hexagon-v66-128B.c [new file with mode: 0644]
test/CodeGen/builtins-hexagon-v66.c [new file with mode: 0644]
test/CodeGen/builtins-hexagon.c
test/CodeGen/builtins-mips-msa-error.c
test/CodeGen/builtins-mips-msa.c
test/CodeGen/builtins-overflow.c
test/CodeGen/builtins-ppc-altivec.c
test/CodeGen/builtins-ppc-error.c
test/CodeGen/builtins-ppc-p7-disabled.c
test/CodeGen/builtins-ppc-p8vector.c
test/CodeGen/builtins-ppc-p9-f128.c
test/CodeGen/builtins-ppc-quadword.c
test/CodeGen/builtins-ppc-vsx.c
test/CodeGen/builtins-systemz-zvector.c
test/CodeGen/builtins-systemz-zvector2.c
test/CodeGen/builtins-wasm.c
test/CodeGen/builtins.c
test/CodeGen/catch-alignment-assumption-attribute-align_value-on-lvalue.cpp [new file with mode: 0644]
test/CodeGen/catch-alignment-assumption-attribute-align_value-on-paramvar.cpp [new file with mode: 0644]
test/CodeGen/catch-alignment-assumption-attribute-alloc_align-on-function-variable.cpp [new file with mode: 0644]
test/CodeGen/catch-alignment-assumption-attribute-alloc_align-on-function.cpp [new file with mode: 0644]
test/CodeGen/catch-alignment-assumption-attribute-assume_aligned-on-function-two-params.cpp [new file with mode: 0644]
test/CodeGen/catch-alignment-assumption-attribute-assume_aligned-on-function.cpp [new file with mode: 0644]
test/CodeGen/catch-alignment-assumption-blacklist.c [new file with mode: 0644]
test/CodeGen/catch-alignment-assumption-builtin_assume_aligned-three-params-variable.cpp [new file with mode: 0644]
test/CodeGen/catch-alignment-assumption-builtin_assume_aligned-three-params.cpp [new file with mode: 0644]
test/CodeGen/catch-alignment-assumption-builtin_assume_aligned-two-params.cpp [new file with mode: 0644]
test/CodeGen/catch-alignment-assumption-openmp.cpp [new file with mode: 0644]
test/CodeGen/catch-implicit-conversions-basics.c [new file with mode: 0644]
test/CodeGen/catch-implicit-integer-arithmetic-value-change-basics.c [new file with mode: 0644]
test/CodeGen/catch-implicit-integer-conversions-basics.c [new file with mode: 0644]
test/CodeGen/catch-implicit-integer-sign-changes-CompoundAssignOperator.c [new file with mode: 0644]
test/CodeGen/catch-implicit-integer-sign-changes-basics.c [new file with mode: 0644]
test/CodeGen/catch-implicit-integer-sign-changes-true-negatives.c [new file with mode: 0644]
test/CodeGen/catch-implicit-integer-sign-changes.c [new file with mode: 0644]
test/CodeGen/catch-implicit-integer-truncations-CompoundAssignOperator.c [new file with mode: 0644]
test/CodeGen/catch-implicit-integer-truncations-basics-negatives.c [new file with mode: 0644]
test/CodeGen/catch-implicit-integer-truncations-basics.c [new file with mode: 0644]
test/CodeGen/catch-implicit-integer-truncations.c
test/CodeGen/catch-implicit-signed-integer-truncation-or-sign-change-CompoundAssignOperator.c [new file with mode: 0644]
test/CodeGen/catch-implicit-signed-integer-truncation-or-sign-change.c [new file with mode: 0644]
test/CodeGen/catch-implicit-signed-integer-truncations-basics-negatives.c [new file with mode: 0644]
test/CodeGen/catch-implicit-signed-integer-truncations-basics.c [new file with mode: 0644]
test/CodeGen/catch-implicit-unsigned-integer-truncations-basics-negatives.c [new file with mode: 0644]
test/CodeGen/catch-implicit-unsigned-integer-truncations-basics.c [new file with mode: 0644]
test/CodeGen/cf-runtime-abi.c [new file with mode: 0644]
test/CodeGen/cfguardtable.c [new file with mode: 0644]
test/CodeGen/cfstring-elf-cfbuild-x86_64.c [new file with mode: 0644]
test/CodeGen/cfstring-elf-sections-x86_64.c [new file with mode: 0644]
test/CodeGen/cfstring3.c [moved from test/CodeGen/CFStrings.c with 89% similarity]
test/CodeGen/cleanup-destslot-simple.c
test/CodeGen/code-coverage-filter.c [new file with mode: 0644]
test/CodeGen/code-coverage.c
test/CodeGen/codemodels.c [new file with mode: 0644]
test/CodeGen/coff-aarch64-type-sizes.c
test/CodeGen/darwin-ppc-varargs.c [deleted file]
test/CodeGen/darwin-sdk-version.c [new file with mode: 0644]
test/CodeGen/darwin-string-literals.c
test/CodeGen/debug-info-abspath.c [new file with mode: 0644]
test/CodeGen/debug-info-compilation-dir.c
test/CodeGen/debug-info-enum.cpp
test/CodeGen/debug-info-gline-tables-only.c
test/CodeGen/debug-info-gline-tables-only2.c
test/CodeGen/debug-info-global-constant.c
test/CodeGen/debug-info-line.c
test/CodeGen/debug-info-macro.c
test/CodeGen/debug-info-names.c [new file with mode: 0644]
test/CodeGen/debug-info-ranges-base-address.c [new file with mode: 0644]
test/CodeGen/debug-info-scope-file.c
test/CodeGen/debug-info-scope.c
test/CodeGen/debug-info-vla.c
test/CodeGen/debug-nvptx.c [new file with mode: 0644]
test/CodeGen/debug-prefix-map.c
test/CodeGen/decl.c
test/CodeGen/default-function-attr.c [new file with mode: 0644]
test/CodeGen/designated-initializers.c
test/CodeGen/dllimport.c
test/CodeGen/dso-local-executable.c
test/CodeGen/dump-struct-builtin.c
test/CodeGen/dwarf-version.c
test/CodeGen/exceptions-seh-nested-finally.c [new file with mode: 0644]
test/CodeGen/exceptions-seh.c
test/CodeGen/exceptions.c
test/CodeGen/global-blocks-win32.c [new file with mode: 0644]
test/CodeGen/indirect-tls-seg-refs.c [new file with mode: 0644]
test/CodeGen/inline-asm-matching-ppc-vsx.c [new file with mode: 0644]
test/CodeGen/keep-static-consts.cpp [new file with mode: 0644]
test/CodeGen/lifetime-debuginfo-1.c
test/CodeGen/lifetime-debuginfo-2.c
test/CodeGen/lto-newpm-pipeline.c
test/CodeGen/lzcnt-builtins.c
test/CodeGen/microsoft-no-common-align.c [new file with mode: 0644]
test/CodeGen/mips-zero-sized-struct.c
test/CodeGen/movbe-builtins.c [new file with mode: 0644]
test/CodeGen/ms-intrinsics-cpuid.c [new file with mode: 0644]
test/CodeGen/ms-intrinsics-other.c
test/CodeGen/ms-intrinsics-rotations.c
test/CodeGen/ms-intrinsics.c
test/CodeGen/ms-setjmp.c
test/CodeGen/ms-x86-intrinsics.c
test/CodeGen/pch-dllexport.cpp
test/CodeGen/personality.c
test/CodeGen/pr18235.c
test/CodeGen/rd-builtins.c
test/CodeGen/sanitize-thread-no-checking-at-run-time.m
test/CodeGen/split-debug-single-file.c [new file with mode: 0644]
test/CodeGen/sse2-builtins.c
test/CodeGen/stack-arg-probe.c
test/CodeGen/stackrealign-main.c [new file with mode: 0644]
test/CodeGen/summary-index-unnamed-global.ll [new file with mode: 0644]
test/CodeGen/swift-call-conv.c [new file with mode: 0644]
test/CodeGen/target-builtin-noerror.c
test/CodeGen/target-data.c
test/CodeGen/thinlto-diagnostic-handler-remarks-with-hotness.ll
test/CodeGen/thinlto-distributed-cfi-devirt.ll
test/CodeGen/thinlto-distributed-cfi.ll
test/CodeGen/thinlto_backend.ll
test/CodeGen/thinlto_backend_local_name_conflict.ll [new file with mode: 0644]
test/CodeGen/tsan-instrprof-atomic.c [new file with mode: 0644]
test/CodeGen/ubsan-debuglog-return.c [new file with mode: 0644]
test/CodeGen/vector.c
test/CodeGen/wasm-arguments.c
test/CodeGen/wasm-varargs.c
test/CodeGen/win64-i128.c [new file with mode: 0644]
test/CodeGen/windows-swiftcall.c
test/CodeGen/x86-inline-asm-min-vector-width.c [new file with mode: 0644]
test/CodeGen/x86-vector-width.c [new file with mode: 0644]
test/CodeGen/xop-builtins.c
test/CodeGen/xray-attributes-noxray-supported.cpp [new file with mode: 0644]
test/CodeGen/xray-attributes-supported.cpp
test/CodeGenCUDA/builtins-amdgcn.cu [new file with mode: 0644]
test/CodeGenCUDA/device-stub.cu
test/CodeGenCUDA/device-var-init.cu
test/CodeGenCUDA/link-device-bitcode.cu
test/CodeGenCUDA/propagate-metadata.cu
test/CodeGenCUDA/usual-deallocators.cu [new file with mode: 0644]
test/CodeGenCXX/Inputs/override-layout-packed-base.layout
test/CodeGenCXX/Inputs/profile-remap.map [new file with mode: 0644]
test/CodeGenCXX/Inputs/profile-remap.proftext [new file with mode: 0644]
test/CodeGenCXX/Inputs/profile-remap.samples [new file with mode: 0644]
test/CodeGenCXX/PR20038.cpp
test/CodeGenCXX/aarch64-sign-return-address-static-ctor.cpp [new file with mode: 0644]
test/CodeGenCXX/address-space-cast-coerce.cpp [new file with mode: 0644]
test/CodeGenCXX/address-space-cast.cpp
test/CodeGenCXX/always_destroy.cpp [new file with mode: 0644]
test/CodeGenCXX/amdgcn-string-literal.cpp
test/CodeGenCXX/atomic-inline.cpp
test/CodeGenCXX/attr-cpuspecific.cpp [new file with mode: 0644]
test/CodeGenCXX/attr-exclude_from_explicit_instantiation.dont_assume_extern_instantiation.cpp [new file with mode: 0644]
test/CodeGenCXX/attr-no-destroy-d54344.cpp [new file with mode: 0644]
test/CodeGenCXX/attr-target-mv-diff-ns.cpp
test/CodeGenCXX/attr-target-mv-func-ptrs.cpp
test/CodeGenCXX/attr-target-mv-inalloca.cpp [new file with mode: 0644]
test/CodeGenCXX/attr-target-mv-member-funcs.cpp
test/CodeGenCXX/attr-target-mv-out-of-line-defs.cpp
test/CodeGenCXX/attr-target-mv-overloads.cpp
test/CodeGenCXX/auto-var-init.cpp [new file with mode: 0644]
test/CodeGenCXX/block-byref-cxx-objc.cpp
test/CodeGenCXX/block-byref.cpp [new file with mode: 0644]
test/CodeGenCXX/block-capture.cpp
test/CodeGenCXX/blocks.cpp
test/CodeGenCXX/builtin-constant-p.cpp [new file with mode: 0644]
test/CodeGenCXX/builtin-launder.cpp [new file with mode: 0644]
test/CodeGenCXX/castexpr-basepathsize-threshold.cpp
test/CodeGenCXX/catch-implicit-integer-sign-changes-true-negatives.cpp [new file with mode: 0644]
test/CodeGenCXX/catch-implicit-integer-truncations.cpp
test/CodeGenCXX/catch-undef-behavior.cpp
test/CodeGenCXX/cfi-cross-dso.cpp
test/CodeGenCXX/cfi-icall.cpp
test/CodeGenCXX/conditional-temporaries.cpp
test/CodeGenCXX/const-init-cxx11.cpp
test/CodeGenCXX/crash.cpp
test/CodeGenCXX/cxx-block-objects.cpp
test/CodeGenCXX/cxx11-thread-local.cpp
test/CodeGenCXX/cxx1y-init-captures.cpp
test/CodeGenCXX/cxx2a-init-statement.cpp [new file with mode: 0644]
test/CodeGenCXX/dbg-info-all-calls-described.cpp [new file with mode: 0644]
test/CodeGenCXX/debug-info-access.cpp
test/CodeGenCXX/debug-info-blocks.cpp
test/CodeGenCXX/debug-info-byval.cpp
test/CodeGenCXX/debug-info-class-limited-plugin.test
test/CodeGenCXX/debug-info-ctor2.cpp
test/CodeGenCXX/debug-info-cxx1y.cpp
test/CodeGenCXX/debug-info-decl-nested.cpp
test/CodeGenCXX/debug-info-enum-class.cpp
test/CodeGenCXX/debug-info-function-context.cpp
test/CodeGenCXX/debug-info-gline-tables-only.cpp
test/CodeGenCXX/debug-info-global-ctor-dtor.cpp
test/CodeGenCXX/debug-info-inlined.cpp
test/CodeGenCXX/debug-info-lambda.cpp [new file with mode: 0644]
test/CodeGenCXX/debug-info-line.cpp
test/CodeGenCXX/debug-info-member.cpp
test/CodeGenCXX/debug-info-method-spec.cpp
test/CodeGenCXX/debug-info-ms-abi.cpp
test/CodeGenCXX/debug-info-ms-dtor-thunks.cpp
test/CodeGenCXX/debug-info-namespace.cpp
test/CodeGenCXX/debug-info-static-fns.cpp
test/CodeGenCXX/debug-info-template-explicit-specialization.cpp
test/CodeGenCXX/debug-info-template-member.cpp
test/CodeGenCXX/debug-info-thunk-msabi.cpp
test/CodeGenCXX/debug-info-thunk.cpp
test/CodeGenCXX/debug-info-vla.cpp
test/CodeGenCXX/debug-info-windows-dtor.cpp
test/CodeGenCXX/debug-info.cpp
test/CodeGenCXX/debug-lambda-expressions.cpp
test/CodeGenCXX/debug-prefix-map-lambda.cpp [new file with mode: 0644]
test/CodeGenCXX/dllexport-missing-key.cpp [new file with mode: 0644]
test/CodeGenCXX/dllexport-no-dllexport-inlines.cpp [new file with mode: 0644]
test/CodeGenCXX/dllexport.cpp
test/CodeGenCXX/dllimport-members.cpp
test/CodeGenCXX/dllimport.cpp
test/CodeGenCXX/dso-local-executable.cpp
test/CodeGenCXX/empty-struct-init-list.cpp [new file with mode: 0644]
test/CodeGenCXX/exceptions-seh-filter-captures.cpp
test/CodeGenCXX/float128-declarations.cpp
test/CodeGenCXX/float16-declarations.cpp
test/CodeGenCXX/globalinit-loc.cpp
test/CodeGenCXX/inalloca-lambda.cpp [new file with mode: 0644]
test/CodeGenCXX/inheriting-constructor-cleanup.cpp [new file with mode: 0644]
test/CodeGenCXX/inline-template-hint.cpp [new file with mode: 0644]
test/CodeGenCXX/lifetime-asan.cpp [new file with mode: 0644]
test/CodeGenCXX/linetable-fnbegin.cpp
test/CodeGenCXX/linetable-virtual-variadic.cpp
test/CodeGenCXX/mangle-address-space.cpp
test/CodeGenCXX/mangle-long-double.cpp
test/CodeGenCXX/mangle-ms-exception-spec.cpp [new file with mode: 0644]
test/CodeGenCXX/mangle-ms-templates.cpp
test/CodeGenCXX/mangle-ms-thunks-covariant.cpp [new file with mode: 0644]
test/CodeGenCXX/mangle-ms-vector-types.cpp
test/CodeGenCXX/mangle-ms.cpp
test/CodeGenCXX/mangle-win-ccs.cpp [new file with mode: 0644]
test/CodeGenCXX/mangle-win64-ccs.cpp [new file with mode: 0644]
test/CodeGenCXX/merge-functions.cpp
test/CodeGenCXX/microsoft-abi-static-initializers.cpp
test/CodeGenCXX/microsoft-abi-structors.cpp
test/CodeGenCXX/microsoft-abi-throw.cpp
test/CodeGenCXX/microsoft-abi-thunks.cpp
test/CodeGenCXX/microsoft-abi-vbtables.cpp
test/CodeGenCXX/microsoft-abi-vftables.cpp
test/CodeGenCXX/microsoft-abi-virtual-member-pointers.cpp
test/CodeGenCXX/msabi-swiftcall-cc.cpp
test/CodeGenCXX/no-lto-unit.cpp
test/CodeGenCXX/no_destroy.cpp [new file with mode: 0644]
test/CodeGenCXX/noescape.cpp
test/CodeGenCXX/override-layout-packed-base.cpp
test/CodeGenCXX/pragma-init_seg.cpp
test/CodeGenCXX/pragma-loop-safety-imperfectly_nested.cpp [new file with mode: 0644]
test/CodeGenCXX/pragma-loop-safety-nested.cpp [new file with mode: 0644]
test/CodeGenCXX/pragma-loop-safety-outer.cpp [new file with mode: 0644]
test/CodeGenCXX/pragma-loop-safety.cpp
test/CodeGenCXX/pragma-pipeline.cpp [new file with mode: 0644]
test/CodeGenCXX/pragma-unroll-and-jam.cpp [new file with mode: 0644]
test/CodeGenCXX/profile-remap.cpp [new file with mode: 0644]
test/CodeGenCXX/speculative-vtt.cpp [new file with mode: 0644]
test/CodeGenCXX/static-init-wasm.cpp
test/CodeGenCXX/thunk-returning-memptr.cpp [new file with mode: 0644]
test/CodeGenCXX/trivial-auto-var-init-attribute.cpp [new file with mode: 0644]
test/CodeGenCXX/trivial-auto-var-init.cpp [new file with mode: 0644]
test/CodeGenCXX/trivial_abi.cpp
test/CodeGenCXX/type-metadata-thinlto.cpp
test/CodeGenCXX/type-metadata.cpp
test/CodeGenCXX/ubsan-check-debuglocs.cpp [new file with mode: 0644]
test/CodeGenCXX/visibility-inlines-hidden-staticvar.cpp [new file with mode: 0644]
test/CodeGenCXX/vtable-align.cpp
test/CodeGenCXX/vtable-debug-info.cpp
test/CodeGenCXX/vtable-linkage.cpp
test/CodeGenCXX/wasm-args-returns.cpp
test/CodeGenObjC/arc-arm.m
test/CodeGenObjC/arc-block-copy-escape.m
test/CodeGenObjC/arc-blocks.m
test/CodeGenObjC/arc-bridged-cast.m
test/CodeGenObjC/arc-captured-32bit-block-var-layout-2.m
test/CodeGenObjC/arc-exceptions.m
test/CodeGenObjC/arc-foreach.m
test/CodeGenObjC/arc-i386.m
test/CodeGenObjC/arc-linetable-autorelease.m
test/CodeGenObjC/arc-linetable.m
test/CodeGenObjC/arc-literals.m
test/CodeGenObjC/arc-loadweakretained-release.m
test/CodeGenObjC/arc-no-arc-exceptions.m
test/CodeGenObjC/arc-no-runtime.m
test/CodeGenObjC/arc-precise-lifetime.m
test/CodeGenObjC/arc-property.m
test/CodeGenObjC/arc-related-result-type.m
test/CodeGenObjC/arc-ternary-op.m
test/CodeGenObjC/arc-unbridged-cast.m
test/CodeGenObjC/arc-unopt.m
test/CodeGenObjC/arc-unoptimized-byref-var.m
test/CodeGenObjC/arc-unsafeclaim.m
test/CodeGenObjC/arc-weak-property.m
test/CodeGenObjC/arc-weak.m
test/CodeGenObjC/arc-with-atthrow.m
test/CodeGenObjC/arc.ll
test/CodeGenObjC/arc.m
test/CodeGenObjC/autorelease.m
test/CodeGenObjC/block-byref-debuginfo.m
test/CodeGenObjC/block-desc-str.m [new file with mode: 0644]
test/CodeGenObjC/blocks-1.m
test/CodeGenObjC/convert-messages-to-runtime-calls.m [new file with mode: 0644]
test/CodeGenObjC/debug-info-block-helper.m
test/CodeGenObjC/debug-info-block-line.m
test/CodeGenObjC/debug-info-blocks.m
test/CodeGenObjC/debug-info-category.m
test/CodeGenObjC/debug-info-synthesis.m
test/CodeGenObjC/debug-property-synth.m
test/CodeGenObjC/debuginfo-properties.m
test/CodeGenObjC/empty-collection-literals.m
test/CodeGenObjC/extern-void-class-decl.m [new file with mode: 0644]
test/CodeGenObjC/externally-retained.m [new file with mode: 0644]
test/CodeGenObjC/forward-declare-protocol-gnu.m
test/CodeGenObjC/forward-protocol-metadata-symbols.m
test/CodeGenObjC/fragile-arc.m
test/CodeGenObjC/gnu-deterministic-selectors.m [new file with mode: 0644]
test/CodeGenObjC/gnu-init.m
test/CodeGenObjC/gnustep2-category-protocol.m [new file with mode: 0644]
test/CodeGenObjC/gnustep2-proto.m
test/CodeGenObjC/hidden-visibility.m
test/CodeGenObjC/link-errors.m
test/CodeGenObjC/mrc-weak.m
test/CodeGenObjC/noescape.m
test/CodeGenObjC/ns_consume_null_check.m
test/CodeGenObjC/nsvalue-objc-boxable-ios-arc.m
test/CodeGenObjC/nsvalue-objc-boxable-mac-arc.m
test/CodeGenObjC/objc-arc-container-subscripting.m
test/CodeGenObjC/os_log.m
test/CodeGenObjC/parameterized_classes.m
test/CodeGenObjC/protocol-comdat.m
test/CodeGenObjC/protocols-lazy.m
test/CodeGenObjC/protocols.m
test/CodeGenObjC/stret-lifetime.m
test/CodeGenObjC/strong-in-c-struct.m
test/CodeGenObjC/ubsan-check-debuglocs.m [new file with mode: 0644]
test/CodeGenObjC/weak-in-c-struct.m
test/CodeGenObjCXX/arc-attrs.mm
test/CodeGenObjCXX/arc-blocks.mm
test/CodeGenObjCXX/arc-constexpr.mm
test/CodeGenObjCXX/arc-cxx11-init-list.mm
test/CodeGenObjCXX/arc-exceptions.mm
test/CodeGenObjCXX/arc-forwarded-lambda-call.mm
test/CodeGenObjCXX/arc-globals.mm
test/CodeGenObjCXX/arc-indirect.mm
test/CodeGenObjCXX/arc-list-init-destruct.mm [new file with mode: 0644]
test/CodeGenObjCXX/arc-move.mm
test/CodeGenObjCXX/arc-new-delete.mm
test/CodeGenObjCXX/arc-pseudo-destructors.mm
test/CodeGenObjCXX/arc-references.mm
test/CodeGenObjCXX/arc-returns-inner-reference-ptr.mm
test/CodeGenObjCXX/arc-special-member-functions.mm
test/CodeGenObjCXX/arc-weak.mm
test/CodeGenObjCXX/arc.mm
test/CodeGenObjCXX/block-nested-in-lambda.cpp [deleted file]
test/CodeGenObjCXX/block-nested-in-lambda.mm [new file with mode: 0644]
test/CodeGenObjCXX/crash-function-type.mm [new file with mode: 0644]
test/CodeGenObjCXX/debug-info-line.mm
test/CodeGenObjCXX/destroy.mm
test/CodeGenObjCXX/inheriting-constructor-cleanup.mm [new file with mode: 0644]
test/CodeGenObjCXX/lambda-expressions.mm
test/CodeGenObjCXX/lambda-to-block.mm
test/CodeGenObjCXX/literals.mm
test/CodeGenObjCXX/microsoft-abi-arc-param-order.mm
test/CodeGenObjCXX/mrc-weak.mm
test/CodeGenObjCXX/msabi-objc-extensions.mm
test/CodeGenObjCXX/objc-weak.mm
test/CodeGenObjCXX/pr14474-gline-tables-only.mm
test/CodeGenOpenCL/addr-space-struct-arg.cl
test/CodeGenOpenCL/address-spaces.cl
test/CodeGenOpenCL/amdgpu-enqueue-kernel.cl
test/CodeGenOpenCL/amdgpu-features.cl
test/CodeGenOpenCL/amdgpu-nullptr.cl
test/CodeGenOpenCL/blocks.cl
test/CodeGenOpenCL/builtins-amdgcn-ci.cl [new file with mode: 0644]
test/CodeGenOpenCL/builtins-amdgcn-dl-insts-err.cl
test/CodeGenOpenCL/builtins-amdgcn-vi.cl
test/CodeGenOpenCL/builtins-amdgcn.cl
test/CodeGenOpenCL/builtins.cl [new file with mode: 0644]
test/CodeGenOpenCL/cl20-device-side-enqueue.cl
test/CodeGenOpenCL/constant-addr-space-globals.cl
test/CodeGenOpenCL/denorms-are-zero.cl
test/CodeGenOpenCL/enqueue-kernel-non-entry-block.cl [new file with mode: 0644]
test/CodeGenOpenCL/fpmath.cl
test/CodeGenOpenCL/intel-subgroups-avc-ext-types.cl [new file with mode: 0644]
test/CodeGenOpenCL/numbered-address-space.cl [new file with mode: 0644]
test/CodeGenOpenCL/partial_initializer.cl
test/CodeGenOpenCL/pipe_builtin.cl
test/CodeGenOpenCL/printf.cl [new file with mode: 0644]
test/CodeGenOpenCL/private-array-initialization.cl
test/CodeGenOpenCLCXX/address-space-deduction.cl [new file with mode: 0644]
test/CodeGenOpenCLCXX/address-space-deduction2.cl [new file with mode: 0644]
test/CodeGenOpenCLCXX/addrspace-of-this.cl [new file with mode: 0644]
test/CodeGenOpenCLCXX/template-address-spaces.cl [new file with mode: 0644]
test/Coverage/ast-printing.c
test/Coverage/ast-printing.cpp
test/Coverage/targets.c
test/CoverageMapping/default-method.cpp [new file with mode: 0644]
test/CoverageMapping/macros.c
test/Driver/Inputs/MacOSX10.14.sdk/SDKSettings.json [new file with mode: 0644]
test/Driver/Inputs/basic_android_ndk_tree/sysroot/usr/include/c++/v1/.keep [moved from test/Driver/Inputs/hip_dev_lib/irif.amdgcn.bc with 100% similarity]
test/Driver/Inputs/basic_hurd_tree/include/.keep [new file with mode: 0644]
test/Driver/Inputs/basic_hurd_tree/lib/i386-gnu/.keep [new file with mode: 0644]
test/Driver/Inputs/basic_hurd_tree/lib32/.keep [new file with mode: 0644]
test/Driver/Inputs/basic_hurd_tree/usr/include/i386-gnu/.keep [new file with mode: 0644]
test/Driver/Inputs/basic_hurd_tree/usr/lib/i386-gnu/.keep [new file with mode: 0644]
test/Driver/Inputs/basic_hurd_tree/usr/lib32/.keep [new file with mode: 0644]
test/Driver/Inputs/basic_msp430_tree/bin/msp430-elf-ld [new file with mode: 0755]
test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/7.3.1/430/crtbegin.o [new file with mode: 0644]
test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/7.3.1/430/crtend.o [new file with mode: 0644]
test/Driver/Inputs/basic_msp430_tree/msp430-elf/lib/430/crt0.o [new file with mode: 0644]
test/Driver/Inputs/basic_msp430_tree/msp430-elf/lib/430/crtn.o [new file with mode: 0644]
test/Driver/Inputs/cray_suse_gcc_tree/opt/gcc/8.2.0/snos/include/g++/backward/.keep [new file with mode: 0644]
test/Driver/Inputs/cray_suse_gcc_tree/opt/gcc/8.2.0/snos/lib/gcc/x86_64-suse-linux/8.2.0/crtbegin.o [new file with mode: 0644]
test/Driver/Inputs/cray_suse_gcc_tree/usr/include/c++/4.8/.keep [new file with mode: 0644]
test/Driver/Inputs/cray_suse_gcc_tree/usr/lib/gcc/x86_64-suse-linux/8.2.0/crtbegin.o [new file with mode: 0644]
test/Driver/Inputs/hip_dev_lib/hip.amdgcn.bc [new file with mode: 0644]
test/Driver/Inputs/in.so [new file with mode: 0644]
test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.cc_kext_tvos.a [new file with mode: 0644]
test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.cc_kext_watchos.a [new file with mode: 0644]
test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.ios.a [new file with mode: 0644]
test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.osx.a [new file with mode: 0644]
test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.profile_tvos.a [new file with mode: 0644]
test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.profile_watchos.a [new file with mode: 0644]
test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.tvos.a [new file with mode: 0644]
test/Driver/Inputs/resource_dir/lib/darwin/libclang_rt.watchos.a [new file with mode: 0644]
test/Driver/Inputs/resource_dir_with_per_target_subdir/aarch64-fuchsia/lib/asan/.keep [new file with mode: 0644]
test/Driver/Inputs/resource_dir_with_per_target_subdir/aarch64-fuchsia/lib/libclang_rt.asan-preinit.a [new file with mode: 0644]
test/Driver/Inputs/resource_dir_with_per_target_subdir/aarch64-fuchsia/lib/libclang_rt.asan.so [new file with mode: 0644]
test/Driver/Inputs/resource_dir_with_per_target_subdir/aarch64-fuchsia/lib/libclang_rt.builtins.a [new file with mode: 0644]
test/Driver/Inputs/resource_dir_with_per_target_subdir/aarch64-fuchsia/lib/libclang_rt.fuzzer.a [new file with mode: 0644]
test/Driver/Inputs/resource_dir_with_per_target_subdir/aarch64-fuchsia/lib/libclang_rt.scudo.so [new file with mode: 0644]
test/Driver/Inputs/resource_dir_with_per_target_subdir/aarch64-fuchsia/lib/libclang_rt.xray-basic.a [new file with mode: 0644]
test/Driver/Inputs/resource_dir_with_per_target_subdir/aarch64-fuchsia/lib/libclang_rt.xray.a [new file with mode: 0644]
test/Driver/Inputs/resource_dir_with_per_target_subdir/i386-linux-gnu/lib/libclang_rt.builtins.a [new file with mode: 0644]
test/Driver/Inputs/resource_dir_with_per_target_subdir/x86_64-fuchsia/lib/asan/.keep [new file with mode: 0644]
test/Driver/Inputs/resource_dir_with_per_target_subdir/x86_64-fuchsia/lib/libclang_rt.asan-preinit.a [new file with mode: 0644]
test/Driver/Inputs/resource_dir_with_per_target_subdir/x86_64-fuchsia/lib/libclang_rt.asan.so [new file with mode: 0644]
test/Driver/Inputs/resource_dir_with_per_target_subdir/x86_64-fuchsia/lib/libclang_rt.builtins.a [new file with mode: 0644]
test/Driver/Inputs/resource_dir_with_per_target_subdir/x86_64-fuchsia/lib/libclang_rt.fuzzer.a [new file with mode: 0644]
test/Driver/Inputs/resource_dir_with_per_target_subdir/x86_64-fuchsia/lib/libclang_rt.scudo.so [new file with mode: 0644]
test/Driver/Inputs/resource_dir_with_per_target_subdir/x86_64-fuchsia/lib/libclang_rt.xray-basic.a [new file with mode: 0644]
test/Driver/Inputs/resource_dir_with_per_target_subdir/x86_64-fuchsia/lib/libclang_rt.xray.a [new file with mode: 0644]
test/Driver/Inputs/resource_dir_with_per_target_subdir/x86_64-linux-gnu/lib/libclang_rt.builtins.a [new file with mode: 0644]
test/Driver/XRay/lit.local.cfg
test/Driver/XRay/xray-instrument-os.c
test/Driver/XRay/xray-instrumentation-bundles-flags.cpp [new file with mode: 0644]
test/Driver/XRay/xray-mode-flags.cpp
test/Driver/Xarch.c
test/Driver/aarch64-call-saved-x-register.c [new file with mode: 0644]
test/Driver/aarch64-cpus.c
test/Driver/aarch64-fixed-call-saved-x-register.c [new file with mode: 0644]
test/Driver/aarch64-fixed-x-register.c [new file with mode: 0644]
test/Driver/aarch64-fixed-x18.c [deleted file]
test/Driver/aarch64-fixed-x20.c [deleted file]
test/Driver/aarch64-mte.c [new file with mode: 0644]
test/Driver/aarch64-rand.c [new file with mode: 0644]
test/Driver/aarch64-security-options.c [new file with mode: 0644]
test/Driver/aarch64-ssbs.c [new file with mode: 0644]
test/Driver/addrsig.c
test/Driver/amdgpu-features.c
test/Driver/amdgpu-macros.cl
test/Driver/amdgpu-mcpu.cl
test/Driver/amdgpu-visibility.cl [new file with mode: 0644]
test/Driver/android-aarch64-link.cpp
test/Driver/android-gcc-toolchain.c [new file with mode: 0644]
test/Driver/android-ndk-standalone.cpp
test/Driver/arm-cortex-cpus.c
test/Driver/arm-features.c
test/Driver/arm-ias-Wa.s
test/Driver/arm-mfpu.c
test/Driver/arm-target-as-mthumb.s
test/Driver/autocomplete.c
test/Driver/baremetal.cpp
test/Driver/biarch.c
test/Driver/cf-runtime-abi.c [new file with mode: 0644]
test/Driver/cl-idl.cpp [new file with mode: 0644]
test/Driver/cl-options.c
test/Driver/cl-pch.cpp
test/Driver/cl-showfilenames.c [new file with mode: 0644]
test/Driver/cl-zc.cpp
test/Driver/clang-offload-bundler.c
test/Driver/clang-translation.c
test/Driver/clang_f_opts.c
test/Driver/code-model.c
test/Driver/coverage_no_integrated_as.c
test/Driver/crash-report-null.test
test/Driver/cuda-detect.cu
test/Driver/cuda-dwarf-2.cu
test/Driver/cuda-external-tools.cu
test/Driver/cuda-macosx.cu
test/Driver/cuda-no-pgo-or-coverage.cu
test/Driver/cuda-no-sanitizers.cu
test/Driver/cuda-no-stack-protector.cu
test/Driver/cuda-options.cu
test/Driver/cuda-output-asm.cu
test/Driver/cuda-phases.cu
test/Driver/cxa-atexit.cpp
test/Driver/darwin-infer-simulator-sdkroot.c
test/Driver/darwin-ld-lto.c
test/Driver/darwin-ld.c
test/Driver/darwin-sdk-version.c [new file with mode: 0644]
test/Driver/darwin-stdlib.cpp
test/Driver/debug-options.c
test/Driver/embed-bitcode.s [new file with mode: 0644]
test/Driver/fast-math.c
test/Driver/fembed-bitcode.c [new file with mode: 0644]
test/Driver/fopenmp.c
test/Driver/fsanitize-coverage.c
test/Driver/fsanitize.c
test/Driver/fuchsia.c
test/Driver/fuchsia.cpp
test/Driver/gcodeview-ghash.c [new file with mode: 0644]
test/Driver/header-module.cpp [new file with mode: 0644]
test/Driver/hexagon-hvx.c
test/Driver/hexagon-toolchain-elf.c
test/Driver/hip-binding.hip
test/Driver/hip-device-libs.hip
test/Driver/hip-link-shared-library.hip [new file with mode: 0644]
test/Driver/hip-output-file-name.hip [new file with mode: 0644]
test/Driver/hip-toolchain-no-rdc.hip [new file with mode: 0644]
test/Driver/hip-toolchain-rdc.hip [moved from test/Driver/hip-toolchain.hip with 75% similarity]
test/Driver/hurd.c [new file with mode: 0644]
test/Driver/indirect-tls-seg-refs.c [new file with mode: 0644]
test/Driver/inhibit-downstream-commands.c
test/Driver/integrated-as.c
test/Driver/integrated-as.s
test/Driver/linker-opts.c
test/Driver/linux-as.c
test/Driver/linux-header-search.cpp
test/Driver/linux-ld.c
test/Driver/linux-per-target-runtime-dir.c
test/Driver/miamcu-opt.c
test/Driver/mingw-lto.c [new file with mode: 0644]
test/Driver/mingw-sanitizers.c [new file with mode: 0644]
test/Driver/mingw.cpp
test/Driver/mips-abi.c
test/Driver/mips-abicalls-error.c
test/Driver/mips-mti-linux.c
test/Driver/msan.c
test/Driver/msp430-hwmult.c [new file with mode: 0644]
test/Driver/msp430-mmcu.c [new file with mode: 0644]
test/Driver/msp430-toolchain.c [new file with mode: 0644]
test/Driver/msvc-link.c
test/Driver/nacl-direct.c
test/Driver/netbsd.c
test/Driver/netbsd.cpp
test/Driver/nios2-cpu.c [deleted file]
test/Driver/no-integrated-as.c
test/Driver/no-integrated-as.s
test/Driver/nostdlibxx.cpp
test/Driver/objc-convert-messages-to-runtime-calls.m [new file with mode: 0644]
test/Driver/offloading-interoperability.c
test/Driver/openbsd.c
test/Driver/openbsd.cpp [new file with mode: 0644]
test/Driver/openmp-offload-gpu.c
test/Driver/openmp-offload.c
test/Driver/output-file-cleanup.c
test/Driver/parse-progname.c
test/Driver/ppc-abi.c
test/Driver/print-effective-triple.c [new file with mode: 0644]
test/Driver/print-multi-directory.c [new file with mode: 0644]
test/Driver/print-target-triple.c [new file with mode: 0644]
test/Driver/pth.c [deleted file]
test/Driver/rewrite-legacy-objc.m
test/Driver/riscv32-toolchain.c
test/Driver/ropi-rwpi.c
test/Driver/sanitizer-ld.c
test/Driver/split-debug.c
test/Driver/split-debug.s
test/Driver/split-lto-unit.c [new file with mode: 0644]
test/Driver/unavailable_aligned_allocation.cpp
test/Driver/unknown-arg.c
test/Driver/unknown-std.c
test/Driver/wasm-toolchain.c
test/Driver/wasm-toolchain.cpp
test/Driver/wasm32-unknown-unknown.cpp
test/Driver/wasm64-unknown-unknown.cpp
test/Driver/windows-arm-minimal-arch.c
test/Driver/windows-exceptions.cpp
test/Driver/x86-march.c
test/Driver/x86-target-features.c
test/FixIt/fixit-cxx11-attributes.cpp
test/Frontend/ast-main.c
test/Frontend/ast-main.cpp
test/Frontend/dependency-gen-escaping.c
test/Frontend/dependency-gen-has-include.c [new file with mode: 0644]
test/Frontend/dependency-gen.c
test/Frontend/fixed_point_conversions.c [new file with mode: 0644]
test/Frontend/fixed_point_declarations.c
test/Frontend/fixed_point_to_bool.c [new file with mode: 0644]
test/Frontend/fixed_point_unknown_conversions.c [new file with mode: 0644]
test/Frontend/noderef.c [new file with mode: 0644]
test/Frontend/noderef.cpp [new file with mode: 0644]
test/Frontend/noderef_on_non_pointers.m [new file with mode: 0644]
test/Frontend/noderef_templates.cpp [new file with mode: 0644]
test/Frontend/optimization-remark-with-hotness.c
test/Frontend/plugin-unknown.c [new file with mode: 0644]
test/Frontend/warning-stdlibcxx-darwin.cpp
test/Frontend/windows-exceptions.cpp
test/Headers/arm-fp16-header.c [new file with mode: 0644]
test/Headers/arm-neon-header.c
test/Headers/float.c
test/Headers/ms-arm64-intrin.cpp [new file with mode: 0644]
test/Headers/ms-intrin.cpp
test/Headers/opencl-c-header.cl
test/Headers/thumbv7-apple-ios-types.cpp
test/Import/array-init-loop-expr/Inputs/S.cpp [new file with mode: 0644]
test/Import/array-init-loop-expr/test.cpp [new file with mode: 0644]
test/Import/call-expr/Inputs/F.cpp [new file with mode: 0644]
test/Import/call-expr/test.cpp [new file with mode: 0644]
test/Import/compound-assign-op/Inputs/F.cpp [new file with mode: 0644]
test/Import/compound-assign-op/test.cpp [new file with mode: 0644]
test/Import/conversion-decl/Inputs/F.cpp [new file with mode: 0644]
test/Import/conversion-decl/test.cpp [new file with mode: 0644]
test/Import/cxx-casts/Inputs/F.cpp [new file with mode: 0644]
test/Import/cxx-casts/test.cpp [new file with mode: 0644]
test/Import/cxx-default-init-expr/Inputs/S.cpp [new file with mode: 0644]
test/Import/cxx-default-init-expr/test.cpp [new file with mode: 0644]
test/Import/cxx-for-range/Inputs/F.cpp [new file with mode: 0644]
test/Import/cxx-for-range/test.cpp [new file with mode: 0644]
test/Import/cxx-member-pointers/Inputs/S.cpp [new file with mode: 0644]
test/Import/cxx-member-pointers/test.cpp [new file with mode: 0644]
test/Import/cxx-noexcept-expr/Inputs/F.cpp [new file with mode: 0644]
test/Import/cxx-noexcept-expr/test.cpp [new file with mode: 0644]
test/Import/cxx-scalar-value-init/Inputs/S.cpp [new file with mode: 0644]
test/Import/cxx-scalar-value-init/test.cpp [new file with mode: 0644]
test/Import/cxx-try-catch/Inputs/F.cpp [new file with mode: 0644]
test/Import/cxx-try-catch/test.cpp [new file with mode: 0644]
test/Import/do-stmt/Inputs/F.cpp [new file with mode: 0644]
test/Import/do-stmt/test.cpp [new file with mode: 0644]
test/Import/enum/Inputs/S.cpp
test/Import/enum/test.cpp
test/Import/expr-with-cleanups/Inputs/S.cpp [new file with mode: 0644]
test/Import/expr-with-cleanups/test.cpp [new file with mode: 0644]
test/Import/for-stmt/Inputs/F.cpp [new file with mode: 0644]
test/Import/for-stmt/test.cpp [new file with mode: 0644]
test/Import/if-stmt/Inputs/F.cpp [new file with mode: 0644]
test/Import/if-stmt/test.cpp [new file with mode: 0644]
test/Import/indirect-goto/Inputs/F.cpp [new file with mode: 0644]
test/Import/indirect-goto/test.cpp [new file with mode: 0644]
test/Import/objc-autoreleasepool/Inputs/F.m [new file with mode: 0644]
test/Import/objc-autoreleasepool/test.m [new file with mode: 0644]
test/Import/objc-param-decl/Inputs/S.m [new file with mode: 0644]
test/Import/objc-param-decl/test.m [new file with mode: 0644]
test/Import/objc-try-catch/Inputs/F.m [new file with mode: 0644]
test/Import/objc-try-catch/test.m [new file with mode: 0644]
test/Import/pack-expansion-expr/Inputs/F.cpp [new file with mode: 0644]
test/Import/pack-expansion-expr/test.cpp [new file with mode: 0644]
test/Import/switch-stmt/Inputs/F.cpp [new file with mode: 0644]
test/Import/switch-stmt/test.cpp [new file with mode: 0644]
test/Import/while-stmt/Inputs/F.cpp [new file with mode: 0644]
test/Import/while-stmt/test.cpp [new file with mode: 0644]
test/Index/Core/Inputs/module/SubModA.h [new file with mode: 0644]
test/Index/Core/Inputs/module/SubSubModA.h [new file with mode: 0644]
test/Index/Core/Inputs/module/module.modulemap
test/Index/Core/external-source-symbol-attr.m
test/Index/Core/index-source.cpp
test/Index/Core/index-source.m
test/Index/Core/index-with-module.m
test/Index/Inputs/cycle.h [new file with mode: 0644]
test/Index/annotate-comments-availability-attrs.cpp
test/Index/annotate-operator-call-expr.cpp [new file with mode: 0644]
test/Index/attributes.c
test/Index/availability.c
test/Index/complete-access-checks.cpp
test/Index/complete-block-properties.m
test/Index/complete-block-property-assignment.m
test/Index/complete-ctor-inits.cpp
test/Index/complete-cxx-inline-methods.cpp
test/Index/complete-exprs.c
test/Index/complete-member-access.m
test/Index/complete-pch-skip.cpp
test/Index/complete-properties.m
test/Index/complete-switch.c [new file with mode: 0644]
test/Index/complete-template-keywords.cpp [new file with mode: 0644]
test/Index/complete-type-factors.m
test/Index/complete-with-annotations.cpp
test/Index/coroutines.cpp [new file with mode: 0644]
test/Index/cxx11-lambdas.cpp
test/Index/implicit-attrs.m [new file with mode: 0644]
test/Index/index-attrs.m
test/Index/index-local-symbol.cpp [new file with mode: 0644]
test/Index/index-template-specialization.cpp
test/Index/keep-going-include-cycle.c [new file with mode: 0644]
test/Index/keep-going.cpp
test/Index/nullability.c [new file with mode: 0644]
test/Index/objc-typeargs-protocols.m [new file with mode: 0644]
test/Index/opencl-types.cl
test/Index/print-type.cpp
test/Index/print-type.m
test/Index/property-getter-setter.m [new file with mode: 0644]
test/Index/skipped-bodies-unused.cpp [new file with mode: 0644]
test/Lexer/aligned-allocation.cpp [new file with mode: 0644]
test/Lexer/cross-windows-on-linux.cpp
test/Lexer/cxx-features.cpp
test/Lexer/has_feature_memory_sanitizer.cpp
test/Lexer/has_feature_undefined_behavior_sanitizer.cpp [new file with mode: 0644]
test/Lexer/has_feature_xray_instrument.cpp [new file with mode: 0644]
test/Lexer/unicode.c
test/Misc/ast-dump-stmt.c [deleted file]
test/Misc/ast-dump-stmt.cpp [deleted file]
test/Misc/backend-optimization-failure-nodbg.cpp
test/Misc/backend-optimization-failure.cpp
test/Misc/pragma-attribute-supported-attributes-list.test
test/Misc/target-invalid-cpu-note.c
test/Misc/warning-flags.c
test/Modules/ExtDebugInfo.cpp
test/Modules/Inputs/double-quotes/NotAFramework/Headers/Headers/Thing1.h [new file with mode: 0644]
test/Modules/Inputs/double-quotes/NotAFramework/Headers/Headers/Thing2.h [new file with mode: 0644]
test/Modules/Inputs/lsv-debuginfo/A/ADT.h [new file with mode: 0644]
test/Modules/Inputs/lsv-debuginfo/B/B.h [new file with mode: 0644]
test/Modules/Inputs/lsv-debuginfo/C/C.h [new file with mode: 0644]
test/Modules/Inputs/lsv-debuginfo/module.modulemap [new file with mode: 0644]
test/Modules/Inputs/no-module-map/a.h [new file with mode: 0644]
test/Modules/Inputs/no-module-map/b.h [new file with mode: 0644]
test/Modules/Inputs/odr_hash-Unresolved/class.h
test/Modules/Inputs/subdirectory-module-maps-working-dir/subdir_module/h1.h [new file with mode: 0644]
test/Modules/Inputs/subdirectory-module-maps-working-dir/subdir_module/module.map [new file with mode: 0644]
test/Modules/Inputs/unavailable-local-visibility/a.h [new file with mode: 0644]
test/Modules/Inputs/unavailable-local-visibility/b.h [new file with mode: 0644]
test/Modules/Inputs/unavailable-local-visibility/module.modulemap [new file with mode: 0644]
test/Modules/Inputs/unavailable-local-visibility/x.h [new file with mode: 0644]
test/Modules/autolink.m
test/Modules/crash-vfs-headermaps.m
test/Modules/crash-vfs-include-pch.m
test/Modules/crash-vfs-ivfsoverlay.m
test/Modules/crash-vfs-path-emptydir-entries.m
test/Modules/crash-vfs-path-symlink-component.m
test/Modules/crash-vfs-path-symlink-topheader.m
test/Modules/crash-vfs-path-traversal.m
test/Modules/crash-vfs-relative-incdir.m
test/Modules/crash-vfs-relative-overlay.m
test/Modules/crash-vfs-run-reproducer.m
test/Modules/crash-vfs-umbrella-frameworks.m
test/Modules/cxx-templates.cpp
test/Modules/double-quotes.m
test/Modules/exception-spec.cpp [new file with mode: 0644]
test/Modules/friend-definition.cpp
test/Modules/lsv-debuginfo.cpp [new file with mode: 0755]
test/Modules/merge-deduced-return.cpp
test/Modules/merge-lambdas.cpp
test/Modules/merge-template-pattern-visibility-2.cpp [new file with mode: 0644]
test/Modules/merge-template-pattern-visibility-3.cpp [new file with mode: 0644]
test/Modules/mismatch-diagnostics.cpp [new file with mode: 0644]
test/Modules/module-debuginfo-prefix.m [new file with mode: 0644]
test/Modules/module_file_info.m
test/Modules/no-module-map.cpp [new file with mode: 0644]
test/Modules/odr_hash-Friend.cpp
test/Modules/odr_hash-blocks.cpp
test/Modules/odr_hash-gnu.cpp [new file with mode: 0644]
test/Modules/odr_hash-vector.cpp [new file with mode: 0644]
test/Modules/odr_hash.cl [new file with mode: 0644]
test/Modules/odr_hash.cpp
test/Modules/odr_hash.mm [new file with mode: 0644]
test/Modules/prune.m
test/Modules/relative-dep-gen.cpp
test/Modules/strict-decluse-headers.cpp [new file with mode: 0644]
test/Modules/subdirectory-module-maps-working-dir.m [new file with mode: 0644]
test/Modules/submodules-merge-defs.cpp
test/Modules/target-platform-features.m [new file with mode: 0644]
test/Modules/templates.mm
test/Modules/unavailable-local-visibility.test [new file with mode: 0644]
test/OpenMP/Inputs/declare_target_include.h [new file with mode: 0644]
test/OpenMP/cancel_messages.cpp
test/OpenMP/cancellation_point_messages.cpp
test/OpenMP/debug-info-openmp-array.cpp
test/OpenMP/declare_reduction_ast_print.cpp
test/OpenMP/declare_reduction_codegen.cpp
test/OpenMP/declare_reduction_messages.cpp
test/OpenMP/declare_target_ast_print.cpp
test/OpenMP/declare_target_codegen.cpp
test/OpenMP/declare_target_codegen_globalization.cpp
test/OpenMP/declare_target_link_codegen.cpp
test/OpenMP/declare_target_messages.cpp
test/OpenMP/distribute_ast_print.cpp
test/OpenMP/distribute_codegen.cpp
test/OpenMP/distribute_firstprivate_codegen.cpp
test/OpenMP/distribute_firstprivate_messages.cpp
test/OpenMP/distribute_lastprivate_codegen.cpp
test/OpenMP/distribute_parallel_for_ast_print.cpp
test/OpenMP/distribute_parallel_for_codegen.cpp
test/OpenMP/distribute_parallel_for_firstprivate_codegen.cpp
test/OpenMP/distribute_parallel_for_firstprivate_messages.cpp
test/OpenMP/distribute_parallel_for_lastprivate_codegen.cpp
test/OpenMP/distribute_parallel_for_lastprivate_messages.cpp
test/OpenMP/distribute_parallel_for_num_threads_codegen.cpp
test/OpenMP/distribute_parallel_for_private_messages.cpp
test/OpenMP/distribute_parallel_for_proc_bind_codegen.cpp
test/OpenMP/distribute_parallel_for_reduction_messages.cpp
test/OpenMP/distribute_parallel_for_shared_messages.cpp
test/OpenMP/distribute_parallel_for_simd_aligned_messages.cpp
test/OpenMP/distribute_parallel_for_simd_ast_print.cpp
test/OpenMP/distribute_parallel_for_simd_codegen.cpp
test/OpenMP/distribute_parallel_for_simd_firstprivate_codegen.cpp
test/OpenMP/distribute_parallel_for_simd_firstprivate_messages.cpp
test/OpenMP/distribute_parallel_for_simd_lastprivate_codegen.cpp
test/OpenMP/distribute_parallel_for_simd_lastprivate_messages.cpp
test/OpenMP/distribute_parallel_for_simd_linear_messages.cpp
test/OpenMP/distribute_parallel_for_simd_loop_messages.cpp
test/OpenMP/distribute_parallel_for_simd_num_threads_codegen.cpp
test/OpenMP/distribute_parallel_for_simd_private_messages.cpp
test/OpenMP/distribute_parallel_for_simd_proc_bind_codegen.cpp
test/OpenMP/distribute_parallel_for_simd_reduction_messages.cpp
test/OpenMP/distribute_parallel_for_simd_shared_messages.cpp
test/OpenMP/distribute_private_messages.cpp
test/OpenMP/distribute_simd_aligned_messages.cpp
test/OpenMP/distribute_simd_ast_print.cpp
test/OpenMP/distribute_simd_codegen.cpp
test/OpenMP/distribute_simd_firstprivate_codegen.cpp
test/OpenMP/distribute_simd_firstprivate_messages.cpp
test/OpenMP/distribute_simd_lastprivate_codegen.cpp
test/OpenMP/distribute_simd_lastprivate_messages.cpp
test/OpenMP/distribute_simd_linear_messages.cpp
test/OpenMP/distribute_simd_loop_messages.cpp
test/OpenMP/distribute_simd_private_messages.cpp
test/OpenMP/distribute_simd_reduction_messages.cpp
test/OpenMP/for_ast_print.cpp
test/OpenMP/for_codegen.cpp
test/OpenMP/for_firstprivate_codegen.cpp
test/OpenMP/for_lastprivate_codegen.cpp
test/OpenMP/for_lastprivate_messages.cpp
test/OpenMP/for_linear_codegen.cpp
test/OpenMP/for_linear_messages.cpp
test/OpenMP/for_loop_messages.cpp
test/OpenMP/for_reduction_codegen.cpp
test/OpenMP/for_reduction_codegen_UDR.cpp
test/OpenMP/for_reduction_messages.cpp
test/OpenMP/for_simd_codegen.cpp
test/OpenMP/for_simd_lastprivate_messages.cpp
test/OpenMP/for_simd_linear_messages.cpp
test/OpenMP/for_simd_loop_messages.cpp
test/OpenMP/for_simd_reduction_messages.cpp
test/OpenMP/loops_explicit_clauses_codegen.cpp
test/OpenMP/nvptx_SPMD_codegen.cpp [new file with mode: 0644]
test/OpenMP/nvptx_data_sharing.cpp
test/OpenMP/nvptx_distribute_parallel_generic_mode_codegen.cpp
test/OpenMP/nvptx_force_full_runtime_SPMD_codegen.cpp [new file with mode: 0644]
test/OpenMP/nvptx_lambda_capturing.cpp [new file with mode: 0644]
test/OpenMP/nvptx_parallel_codegen.cpp
test/OpenMP/nvptx_parallel_for_codegen.cpp [new file with mode: 0644]
test/OpenMP/nvptx_target_codegen.cpp
test/OpenMP/nvptx_target_parallel_codegen.cpp
test/OpenMP/nvptx_target_parallel_proc_bind_codegen.cpp
test/OpenMP/nvptx_target_parallel_reduction_codegen.cpp
test/OpenMP/nvptx_target_printf_codegen.c
test/OpenMP/nvptx_target_teams_codegen.cpp
test/OpenMP/nvptx_target_teams_distribute_codegen.cpp [new file with mode: 0644]
test/OpenMP/nvptx_target_teams_distribute_parallel_for_codegen.cpp
test/OpenMP/nvptx_target_teams_distribute_parallel_for_generic_mode_codegen.cpp
test/OpenMP/nvptx_target_teams_distribute_parallel_for_simd_codegen.cpp
test/OpenMP/nvptx_teams_codegen.cpp
test/OpenMP/nvptx_teams_reduction_codegen.cpp
test/OpenMP/openmp_offload_registration.cpp [new file with mode: 0644]
test/OpenMP/ordered_codegen.cpp
test/OpenMP/ordered_doacross_codegen.c
test/OpenMP/ordered_doacross_codegen.cpp
test/OpenMP/parallel_codegen.cpp
test/OpenMP/parallel_copyin_codegen.cpp
test/OpenMP/parallel_default_messages.cpp
test/OpenMP/parallel_for_ast_print.cpp
test/OpenMP/parallel_for_codegen.cpp
test/OpenMP/parallel_for_default_messages.cpp
test/OpenMP/parallel_for_lastprivate_messages.cpp
test/OpenMP/parallel_for_linear_messages.cpp
test/OpenMP/parallel_for_loop_messages.cpp
test/OpenMP/parallel_for_reduction_messages.cpp
test/OpenMP/parallel_for_simd_ast_print.cpp
test/OpenMP/parallel_for_simd_codegen.cpp
test/OpenMP/parallel_for_simd_default_messages.cpp
test/OpenMP/parallel_for_simd_lastprivate_messages.cpp
test/OpenMP/parallel_for_simd_linear_messages.cpp
test/OpenMP/parallel_for_simd_loop_messages.cpp
test/OpenMP/parallel_for_simd_reduction_messages.cpp
test/OpenMP/parallel_if_codegen.cpp
test/OpenMP/parallel_num_threads_codegen.cpp
test/OpenMP/parallel_private_messages.cpp
test/OpenMP/parallel_proc_bind_codegen.cpp
test/OpenMP/parallel_reduction_codegen.cpp
test/OpenMP/parallel_reduction_messages.cpp
test/OpenMP/parallel_sections_default_messages.cpp
test/OpenMP/parallel_sections_lastprivate_messages.cpp
test/OpenMP/parallel_sections_reduction_messages.cpp
test/OpenMP/requires_acq_rel_print.cpp [new file with mode: 0644]
test/OpenMP/requires_ast_print.cpp [new file with mode: 0644]
test/OpenMP/requires_codegen.cpp [new file with mode: 0644]
test/OpenMP/requires_messages.cpp [new file with mode: 0644]
test/OpenMP/requires_relaxed_print.cpp [new file with mode: 0644]
test/OpenMP/schedule_codegen.cpp
test/OpenMP/sections_codegen.cpp
test/OpenMP/sections_firstprivate_codegen.cpp
test/OpenMP/sections_lastprivate_codegen.cpp
test/OpenMP/sections_lastprivate_messages.cpp
test/OpenMP/sections_reduction_codegen.cpp
test/OpenMP/sections_reduction_messages.cpp
test/OpenMP/simd_codegen.cpp
test/OpenMP/simd_lastprivate_messages.cpp
test/OpenMP/simd_linear_messages.cpp
test/OpenMP/simd_loop_messages.cpp
test/OpenMP/simd_metadata.c
test/OpenMP/simd_reduction_messages.cpp
test/OpenMP/single_codegen.cpp
test/OpenMP/single_firstprivate_codegen.cpp
test/OpenMP/target_ast_print.cpp
test/OpenMP/target_codegen.cpp
test/OpenMP/target_data_ast_print.cpp
test/OpenMP/target_map_codegen.cpp
test/OpenMP/target_map_messages.cpp
test/OpenMP/target_messages.cpp
test/OpenMP/target_parallel_codegen.cpp
test/OpenMP/target_parallel_debug_codegen.cpp
test/OpenMP/target_parallel_default_messages.cpp
test/OpenMP/target_parallel_for_codegen.cpp
test/OpenMP/target_parallel_for_lastprivate_messages.cpp
test/OpenMP/target_parallel_for_linear_messages.cpp
test/OpenMP/target_parallel_for_loop_messages.cpp
test/OpenMP/target_parallel_for_map_messages.cpp
test/OpenMP/target_parallel_for_reduction_messages.cpp
test/OpenMP/target_parallel_for_simd_codegen.cpp
test/OpenMP/target_parallel_for_simd_lastprivate_messages.cpp
test/OpenMP/target_parallel_for_simd_linear_messages.cpp
test/OpenMP/target_parallel_for_simd_loop_messages.cpp
test/OpenMP/target_parallel_for_simd_map_messages.cpp
test/OpenMP/target_parallel_for_simd_reduction_messages.cpp
test/OpenMP/target_parallel_if_codegen.cpp
test/OpenMP/target_parallel_map_messages.cpp
test/OpenMP/target_parallel_num_threads_codegen.cpp
test/OpenMP/target_parallel_private_messages.cpp
test/OpenMP/target_parallel_reduction_messages.cpp
test/OpenMP/target_reduction_messages.cpp
test/OpenMP/target_simd_codegen.cpp
test/OpenMP/target_simd_lastprivate_messages.cpp
test/OpenMP/target_simd_linear_messages.cpp
test/OpenMP/target_simd_loop_messages.cpp
test/OpenMP/target_simd_map_messages.cpp
test/OpenMP/target_simd_reduction_messages.cpp
test/OpenMP/target_teams_codegen.cpp
test/OpenMP/target_teams_default_messages.cpp
test/OpenMP/target_teams_distribute_codegen.cpp
test/OpenMP/target_teams_distribute_lastprivate_messages.cpp
test/OpenMP/target_teams_distribute_loop_messages.cpp
test/OpenMP/target_teams_distribute_map_messages.cpp
test/OpenMP/target_teams_distribute_parallel_for_codegen.cpp
test/OpenMP/target_teams_distribute_parallel_for_if_codegen.cpp
test/OpenMP/target_teams_distribute_parallel_for_lastprivate_messages.cpp
test/OpenMP/target_teams_distribute_parallel_for_loop_messages.cpp
test/OpenMP/target_teams_distribute_parallel_for_map_messages.cpp
test/OpenMP/target_teams_distribute_parallel_for_private_messages.cpp
test/OpenMP/target_teams_distribute_parallel_for_proc_bind_codegen.cpp
test/OpenMP/target_teams_distribute_parallel_for_reduction_messages.cpp
test/OpenMP/target_teams_distribute_parallel_for_simd_codegen.cpp
test/OpenMP/target_teams_distribute_parallel_for_simd_if_codegen.cpp
test/OpenMP/target_teams_distribute_parallel_for_simd_lastprivate_messages.cpp
test/OpenMP/target_teams_distribute_parallel_for_simd_linear_messages.cpp
test/OpenMP/target_teams_distribute_parallel_for_simd_loop_messages.cpp
test/OpenMP/target_teams_distribute_parallel_for_simd_map_messages.cpp
test/OpenMP/target_teams_distribute_parallel_for_simd_private_messages.cpp
test/OpenMP/target_teams_distribute_parallel_for_simd_proc_bind_codegen.cpp
test/OpenMP/target_teams_distribute_parallel_for_simd_reduction_messages.cpp
test/OpenMP/target_teams_distribute_private_messages.cpp
test/OpenMP/target_teams_distribute_reduction_messages.cpp
test/OpenMP/target_teams_distribute_simd_codegen.cpp
test/OpenMP/target_teams_distribute_simd_lastprivate_messages.cpp
test/OpenMP/target_teams_distribute_simd_linear_messages.cpp
test/OpenMP/target_teams_distribute_simd_loop_messages.cpp
test/OpenMP/target_teams_distribute_simd_map_messages.cpp
test/OpenMP/target_teams_distribute_simd_private_messages.cpp
test/OpenMP/target_teams_distribute_simd_reduction_messages.cpp
test/OpenMP/target_teams_map_messages.cpp
test/OpenMP/target_teams_messages.cpp
test/OpenMP/target_teams_num_teams_codegen.cpp
test/OpenMP/target_teams_private_messages.cpp
test/OpenMP/target_teams_reduction_messages.cpp
test/OpenMP/target_teams_thread_limit_codegen.cpp
test/OpenMP/task_codegen.cpp
test/OpenMP/task_default_messages.cpp
test/OpenMP/task_firstprivate_messages.cpp
test/OpenMP/task_in_reduction_message.cpp
test/OpenMP/task_messages.cpp
test/OpenMP/task_private_messages.cpp
test/OpenMP/taskgroup_task_reduction_codegen.cpp
test/OpenMP/taskgroup_task_reduction_messages.cpp
test/OpenMP/taskloop_codegen.cpp
test/OpenMP/taskloop_firstprivate_codegen.cpp
test/OpenMP/taskloop_firstprivate_messages.cpp
test/OpenMP/taskloop_in_reduction_messages.cpp
test/OpenMP/taskloop_lastprivate_codegen.cpp
test/OpenMP/taskloop_lastprivate_messages.cpp
test/OpenMP/taskloop_loop_messages.cpp
test/OpenMP/taskloop_private_codegen.cpp
test/OpenMP/taskloop_reduction_codegen.cpp
test/OpenMP/taskloop_reduction_messages.cpp
test/OpenMP/taskloop_simd_codegen.cpp
test/OpenMP/taskloop_simd_firstprivate_codegen.cpp
test/OpenMP/taskloop_simd_firstprivate_messages.cpp
test/OpenMP/taskloop_simd_in_reduction_messages.cpp
test/OpenMP/taskloop_simd_lastprivate_codegen.cpp
test/OpenMP/taskloop_simd_lastprivate_messages.cpp
test/OpenMP/taskloop_simd_linear_messages.cpp
test/OpenMP/taskloop_simd_loop_messages.cpp
test/OpenMP/taskloop_simd_private_codegen.cpp
test/OpenMP/taskloop_simd_reduction_codegen.cpp
test/OpenMP/taskloop_simd_reduction_messages.cpp
test/OpenMP/teams_codegen.cpp
test/OpenMP/teams_default_messages.cpp
test/OpenMP/teams_distribute_ast_print.cpp
test/OpenMP/teams_distribute_codegen.cpp
test/OpenMP/teams_distribute_lastprivate_messages.cpp
test/OpenMP/teams_distribute_loop_messages.cpp
test/OpenMP/teams_distribute_parallel_for_ast_print.cpp
test/OpenMP/teams_distribute_parallel_for_codegen.cpp
test/OpenMP/teams_distribute_parallel_for_lastprivate_messages.cpp
test/OpenMP/teams_distribute_parallel_for_loop_messages.cpp
test/OpenMP/teams_distribute_parallel_for_num_threads_codegen.cpp
test/OpenMP/teams_distribute_parallel_for_private_messages.cpp
test/OpenMP/teams_distribute_parallel_for_proc_bind_codegen.cpp
test/OpenMP/teams_distribute_parallel_for_reduction_messages.cpp
test/OpenMP/teams_distribute_parallel_for_simd_ast_print.cpp
test/OpenMP/teams_distribute_parallel_for_simd_codegen.cpp
test/OpenMP/teams_distribute_parallel_for_simd_lastprivate_messages.cpp
test/OpenMP/teams_distribute_parallel_for_simd_linear_messages.cpp
test/OpenMP/teams_distribute_parallel_for_simd_loop_messages.cpp
test/OpenMP/teams_distribute_parallel_for_simd_num_threads_codegen.cpp
test/OpenMP/teams_distribute_parallel_for_simd_private_messages.cpp
test/OpenMP/teams_distribute_parallel_for_simd_proc_bind_codegen.cpp
test/OpenMP/teams_distribute_parallel_for_simd_reduction_messages.cpp
test/OpenMP/teams_distribute_private_messages.cpp
test/OpenMP/teams_distribute_reduction_messages.cpp
test/OpenMP/teams_distribute_simd_ast_print.cpp
test/OpenMP/teams_distribute_simd_codegen.cpp
test/OpenMP/teams_distribute_simd_lastprivate_messages.cpp
test/OpenMP/teams_distribute_simd_linear_messages.cpp
test/OpenMP/teams_distribute_simd_loop_messages.cpp
test/OpenMP/teams_distribute_simd_private_messages.cpp
test/OpenMP/teams_distribute_simd_reduction_messages.cpp
test/OpenMP/teams_private_messages.cpp
test/OpenMP/teams_reduction_messages.cpp
test/OpenMP/threadprivate_codegen.cpp
test/PCH/Inputs/pch-hdrstop-use.cpp [new file with mode: 0644]
test/PCH/Inputs/pch-no-hdrstop-use.cpp [new file with mode: 0644]
test/PCH/Inputs/pch-through-use3c.cpp [new file with mode: 0644]
test/PCH/Inputs/pch-through3c.h [new file with mode: 0644]
test/PCH/block-helpers.cpp [new file with mode: 0644]
test/PCH/block-helpers.h [new file with mode: 0644]
test/PCH/case-insensitive-include.c
test/PCH/cxx-static_assert.cpp
test/PCH/cxx2a-for-init-statement.cpp [new file with mode: 0644]
test/PCH/debug-info-pch-path.c
test/PCH/emit-pth.c [deleted file]
test/PCH/no-escaping-block-tail-calls.cpp [new file with mode: 0644]
test/PCH/no-escaping-block-tail-calls.h [new file with mode: 0644]
test/PCH/objc_exprs.h
test/PCH/pch-hdrstop-err.cpp [new file with mode: 0644]
test/PCH/pch-hdrstop-warn.cpp [new file with mode: 0644]
test/PCH/pch-hdrstop.cpp [new file with mode: 0644]
test/PCH/pch-no-hdrstop.cpp [new file with mode: 0644]
test/PCH/pch-through3c.cpp [new file with mode: 0644]
test/PCH/pragma-loop.cpp
test/PCH/pth.c [deleted file]
test/Parser/DelayedTemplateParsing.cpp
test/Parser/cuda-kernel-call-c++11.cu
test/Parser/cuda-kernel-call.cu
test/Parser/cxx0x-attributes.cpp
test/Parser/cxx1z-decomposition.cpp
test/Parser/cxx1z-init-statement.cpp
test/Parser/cxx2a-init-statement.cpp [new file with mode: 0644]
test/Parser/cxx2a-inline-nested-namespace-definition.cpp [new file with mode: 0644]
test/Parser/extra-semi-resulting-in-nullstmt-in-init-statement.cpp [new file with mode: 0644]
test/Parser/extra-semi-resulting-in-nullstmt.cpp [new file with mode: 0644]
test/Parser/message-expr-alt-op.mm [new file with mode: 0644]
test/Parser/objc-cxx-keyword-identifiers.mm
test/Parser/pragma-attribute.cpp
test/Parser/pragma-loop-safety.cpp
test/Parser/pragma-loop.cpp
test/Parser/pragma-pipeline.cpp [new file with mode: 0644]
test/Parser/pragma-unroll-and-jam.cpp [new file with mode: 0644]
test/Parser/pragma-unroll.cpp
test/Parser/switch-recovery.cpp
test/Preprocessor/aarch64-target-features.c
test/Preprocessor/arm-acle-6.4.c
test/Preprocessor/arm-target-features.c
test/Preprocessor/c17.c
test/Preprocessor/empty_file_to_include.h [new file with mode: 0644]
test/Preprocessor/feature_tests.c
test/Preprocessor/has_attribute.cpp
test/Preprocessor/hexagon-predefines.c
test/Preprocessor/include-leading-nonalpha-no-suggest.c [new file with mode: 0644]
test/Preprocessor/include-likely-typo.c [new file with mode: 0644]
test/Preprocessor/include-nonalpha-no-crash.c [new file with mode: 0644]
test/Preprocessor/include-pth.c [deleted file]
test/Preprocessor/init.c
test/Preprocessor/pragma.c [new file with mode: 0644]
test/Preprocessor/predefined-arch-macros.c
test/Preprocessor/wasm-target-features.c
test/Preprocessor/woa-defaults.c
test/Sema/Inputs/pragma-pack1.h
test/Sema/aarch64-vpcs.c [new file with mode: 0644]
test/Sema/address_spaces.c
test/Sema/alias-unused.c [new file with mode: 0644]
test/Sema/align-x86-abi7.c [new file with mode: 0644]
test/Sema/align-x86.c
test/Sema/altivec-generic-overload.c [new file with mode: 0644]
test/Sema/arm-no-fp16.c
test/Sema/assign.c
test/Sema/atomic-implicit-seq_cst.c [new file with mode: 0644]
test/Sema/atomic-ops.c
test/Sema/attr-availability-ios.c
test/Sema/attr-availability-swift.c [new file with mode: 0644]
test/Sema/attr-availability-tvos.c
test/Sema/attr-availability-watchos.c
test/Sema/attr-availability.c
test/Sema/attr-capabilities.c
test/Sema/attr-coldhot.c
test/Sema/attr-cpuspecific.c
test/Sema/attr-disable-tail-calls.c
test/Sema/attr-ifunc.c
test/Sema/attr-long-call.c
test/Sema/attr-micromips.c
test/Sema/attr-notail.c
test/Sema/attr-osobject.cpp [new file with mode: 0644]
test/Sema/attr-osobject.mm [new file with mode: 0644]
test/Sema/attr-ownership.c
test/Sema/attr-ownership.cpp
test/Sema/attr-print.c
test/Sema/attr-target-mv-bad-target.c
test/Sema/attr-target-mv.c
test/Sema/attr-uninitialized.c [new file with mode: 0644]
test/Sema/attr-visibility.c
test/Sema/availability-guard-format.mm
test/Sema/builtin-object-size.c
test/Sema/builtins-microsoft-arm64.c [new file with mode: 0644]
test/Sema/builtins.c
test/Sema/callingconv.c
test/Sema/conditional-expr.c
test/Sema/conditional.c
test/Sema/constant-builtins-2.c
test/Sema/conversion.c
test/Sema/div-sizeof-ptr.cpp [new file with mode: 0644]
test/Sema/enum.c
test/Sema/ext-typecheck-comparison-of-pointer-integer.c [new file with mode: 0644]
test/Sema/fixed-enum.c [new file with mode: 0644]
test/Sema/format-strings-bitfield-promotion.c [new file with mode: 0644]
test/Sema/format-strings-bitfield-promotion.cxx [new file with mode: 0644]
test/Sema/format-strings-ms.c
test/Sema/format-strings.c
test/Sema/implicit-int-conversion.c [new file with mode: 0644]
test/Sema/integer-overflow.c
test/Sema/internal_linkage.c
test/Sema/mips-interrupt-attr.c
test/Sema/nullability.c
test/Sema/pr32985.c [new file with mode: 0644]
test/Sema/pragma-attribute-namespace.c [new file with mode: 0644]
test/Sema/pragma-attribute.c
test/Sema/pragma-pipeline.cpp [new file with mode: 0644]
test/Sema/statements.c
test/Sema/static-assert.c
test/Sema/suspicious-pragma-pack.c
test/Sema/swift-call-conv.c [new file with mode: 0644]
test/Sema/switch-availability.c [new file with mode: 0644]
test/Sema/sync-implicit-seq_cst.c [new file with mode: 0644]
test/Sema/unary-minus-integer-impcast.c [new file with mode: 0644]
test/Sema/uninit-variables.c
test/Sema/warn-documentation.cpp
test/Sema/warn-duplicate-enum.c
test/Sema/warn-shadow.c
test/Sema/zvector.c
test/Sema/zvector2.c
test/SemaCUDA/call-host-fn-from-device.cu
test/SemaCUDA/extern-shared.cu
test/SemaCUDA/implicit-member-target-inherited.cu [new file with mode: 0644]
test/SemaCUDA/implicit-member-target.cu
test/SemaCUDA/inherited-ctor.cu [new file with mode: 0644]
test/SemaCUDA/usual-deallocators.cu [new file with mode: 0644]
test/SemaCXX/MicrosoftCompatibility.cpp
test/SemaCXX/PR38913.cpp [new file with mode: 0644]
test/SemaCXX/addr-of-overloaded-function.cpp
test/SemaCXX/aggregate-initialization.cpp
test/SemaCXX/alias-template.cpp
test/SemaCXX/align-x86-abi7.cpp [new file with mode: 0644]
test/SemaCXX/align-x86.cpp [new file with mode: 0644]
test/SemaCXX/alignof.cpp
test/SemaCXX/array-bounds.cpp
test/SemaCXX/attr-cpuspecific.cpp
test/SemaCXX/attr-exclude_from_explicit_instantiation.diagnose_on_undefined_entity.cpp [new file with mode: 0644]
test/SemaCXX/attr-exclude_from_explicit_instantiation.explicit_instantiation.cpp [new file with mode: 0644]
test/SemaCXX/attr-exclude_from_explicit_instantiation.extern_declaration.cpp [new file with mode: 0644]
test/SemaCXX/attr-exclude_from_explicit_instantiation.merge_redeclarations.cpp [new file with mode: 0644]
test/SemaCXX/attr-gnu.cpp
test/SemaCXX/attr-on-explicit-template-instantiation.cpp [new file with mode: 0644]
test/SemaCXX/attr-optnone.cpp
test/SemaCXX/attr-print.cpp
test/SemaCXX/attr-reinitializes.cpp [new file with mode: 0644]
test/SemaCXX/attr-speculative-load-hardening.cpp [new file with mode: 0644]
test/SemaCXX/builtins.cpp
test/SemaCXX/calling-conv-compat.cpp
test/SemaCXX/char8_t.cpp
test/SemaCXX/compound-literal.cpp
test/SemaCXX/constant-expression-cxx11.cpp
test/SemaCXX/constant-expression-cxx1y.cpp
test/SemaCXX/constant-expression-cxx2a.cpp
test/SemaCXX/constexpr-string.cpp
test/SemaCXX/constructor.cpp
test/SemaCXX/coreturn-eh.cpp [new file with mode: 0644]
test/SemaCXX/coroutine-rvo.cpp [new file with mode: 0644]
test/SemaCXX/cxx03-aligned-allocation-unscoped-enum.cpp [new file with mode: 0644]
test/SemaCXX/cxx0x-defaulted-functions.cpp
test/SemaCXX/cxx0x-deleted-default-ctor.cpp
test/SemaCXX/cxx0x-initializer-scalars.cpp
test/SemaCXX/cxx11-compat.cpp [moved from test/SemaCXX/cxx0x-compat.cpp with 68% similarity]
test/SemaCXX/cxx14-compat.cpp [new file with mode: 0644]
test/SemaCXX/cxx17-compat.cpp
test/SemaCXX/cxx1y-deduced-return-type.cpp
test/SemaCXX/cxx1y-init-captures.cpp
test/SemaCXX/cxx1z-class-template-argument-deduction.cpp
test/SemaCXX/cxx1z-init-statement.cpp
test/SemaCXX/cxx2a-compat.cpp [new file with mode: 0644]
test/SemaCXX/cxx2a-initializer-aggregates.cpp [new file with mode: 0644]
test/SemaCXX/cxx2a-lambda-default-ctor-assign.cpp [new file with mode: 0644]
test/SemaCXX/cxx98-compat.cpp
test/SemaCXX/delete-non-virtual-dtor.cpp [new file with mode: 0644]
test/SemaCXX/designated-initializers.cpp
test/SemaCXX/dr1301.cpp
test/SemaCXX/enable_if.cpp
test/SemaCXX/enum.cpp
test/SemaCXX/exception-spec.cpp
test/SemaCXX/for-range-dereference.cpp
test/SemaCXX/for-range-examples.cpp
test/SemaCXX/friend-template-redecl.cpp [new file with mode: 0644]
test/SemaCXX/friend.cpp
test/SemaCXX/friend2.cpp
test/SemaCXX/implicit-exception-spec.cpp
test/SemaCXX/lambda-invalid-capture.cpp [new file with mode: 0644]
test/SemaCXX/member-init.cpp
test/SemaCXX/microsoft-dtor-lookup-cxx11.cpp
test/SemaCXX/microsoft-varargs.cpp
test/SemaCXX/ms-uuid.cpp
test/SemaCXX/no_destroy.cpp [new file with mode: 0644]
test/SemaCXX/rdar42746401.cpp [new file with mode: 0644]
test/SemaCXX/static-assert-cxx17.cpp [new file with mode: 0644]
test/SemaCXX/static-assert.cpp
test/SemaCXX/string-plus-int.cpp
test/SemaCXX/struct-class-redecl.cpp
test/SemaCXX/subst-restrict.cpp [new file with mode: 0644]
test/SemaCXX/switch-implicit-fallthrough.cpp
test/SemaCXX/thread-safety-annotations.h [new file with mode: 0644]
test/SemaCXX/unavailable_aligned_allocation.cpp
test/SemaCXX/uninitialized.cpp
test/SemaCXX/vector.cpp
test/SemaCXX/warn-comma-operator.cpp
test/SemaCXX/warn-exit-time-destructors.cpp
test/SemaCXX/warn-float-conversion.cpp
test/SemaCXX/warn-loop-analysis.cpp
test/SemaCXX/warn-overloaded-virtual.cpp
test/SemaCXX/warn-pure-virtual-call-from-ctor-dtor.cpp
test/SemaCXX/warn-shadow-in-lambdas.cpp
test/SemaCXX/warn-shadow.cpp
test/SemaCXX/warn-thread-safety-analysis.cpp
test/SemaCXX/warn-thread-safety-negative.cpp
test/SemaCXX/warn-thread-safety-parsing.cpp
test/SemaCXX/warn-thread-safety-verbose.cpp
test/SemaCXX/warn-unsequenced-cxx17.cpp [new file with mode: 0644]
test/SemaCXX/warn-unsequenced.cpp
test/SemaCXX/warn-unused-result.cpp
test/SemaObjC/arc-objc-lifetime-conflict.m
test/SemaObjC/arc-repeated-weak.mm
test/SemaObjC/arc.m
test/SemaObjC/attr-availability.m
test/SemaObjC/call-unavailable-init-in-self.m [new file with mode: 0644]
test/SemaObjC/enum-fixed-type.m
test/SemaObjC/externally-retained-no-arc.m [new file with mode: 0644]
test/SemaObjC/externally-retained.m [new file with mode: 0644]
test/SemaObjC/format-strings-oslog.m
test/SemaObjC/infer-availability-from-init.m [new file with mode: 0644]
test/SemaObjC/multiple-method-names-in-class-self.m [new file with mode: 0644]
test/SemaObjC/nullability.m
test/SemaObjC/property-assign-on-object-type.m [new file with mode: 0644]
test/SemaObjC/property-deprecated-warning.m
test/SemaObjC/property-in-class-extension-1.m
test/SemaObjC/protocol-expr-neg-1.m
test/SemaObjC/unguarded-availability-new.m
test/SemaObjC/unguarded-availability.m
test/SemaObjCXX/blocks.mm
test/SemaObjCXX/foreach.mm
test/SemaObjCXX/noescape.mm
test/SemaObjCXX/warn-thread-safety-analysis.mm [new file with mode: 0644]
test/SemaOpenCL/access-qualifier.cl
test/SemaOpenCL/address-spaces-conversions-cl2.0.cl
test/SemaOpenCL/address-spaces.cl
test/SemaOpenCL/atomic-ops.cl
test/SemaOpenCL/block-array-capturing.cl [new file with mode: 0644]
test/SemaOpenCL/builtins-amdgcn-error-ci.cl [new file with mode: 0644]
test/SemaOpenCL/builtins-amdgcn-error-vi.cl [new file with mode: 0644]
test/SemaOpenCL/builtins-amdgcn-error.cl
test/SemaOpenCL/cl20-device-side-enqueue.cl
test/SemaOpenCL/clang-builtin-version.cl
test/SemaOpenCL/clk_event_t.cl [new file with mode: 0644]
test/SemaOpenCL/extension-begin.cl
test/SemaOpenCL/extension-begin.h [new file with mode: 0644]
test/SemaOpenCL/extension-version.cl
test/SemaOpenCL/extensions.cl
test/SemaOpenCL/format-strings-fixit.cl [new file with mode: 0644]
test/SemaOpenCL/intel-subgroup-avc-ext-types.cl [new file with mode: 0644]
test/SemaOpenCL/invalid-clk-events-cl2.0.cl [deleted file]
test/SemaOpenCL/invalid-kernel-attrs.cl
test/SemaOpenCL/null_queue.cl
test/SemaOpenCL/numbered-address-space.cl [new file with mode: 0644]
test/SemaOpenCL/printf-format-string-warnings.cl [new file with mode: 0644]
test/SemaOpenCL/printf-format-strings.cl [new file with mode: 0644]
test/SemaOpenCL/sampler_t.cl
test/SemaOpenCL/to_addr_builtin.cl
test/SemaOpenCLCXX/address-space-templates.cl [new file with mode: 0644]
test/SemaTemplate/attributes.cpp
test/SemaTemplate/exception-spec-crash.cpp
test/SemaTemplate/friend.cpp
test/SemaTemplate/instantiate-init.cpp
test/SemaTemplate/instantiation-depth-default.cpp
test/SemaTemplate/member-specialization.cpp [new file with mode: 0644]
test/SemaTemplate/temp_arg_nontype_cxx1z.cpp
test/SemaTemplate/temp_arg_pack.cpp
test/SemaTemplate/typename-specifier-3.cpp
test/Tooling/Inputs/mock-libcxx/bin/clang [new file with mode: 0644]
test/Tooling/Inputs/mock-libcxx/include/c++/v1/mock_vector [new file with mode: 0644]
test/Tooling/auto-detect-from-source.cpp
test/Tooling/clang-check-analyzer.cpp
test/Tooling/clang-check-ast-dump.cpp
test/Tooling/clang-check-extra-arg.cpp
test/Tooling/clang-check-mac-libcxx-abspath.cpp [new file with mode: 0644]
test/Tooling/clang-check-mac-libcxx-fixed-compilation-db.cpp [new file with mode: 0644]
test/Tooling/clang-check-mac-libcxx-relpath.cpp [new file with mode: 0644]
test/Tooling/clang-diff-json.cpp
test/VFS/Inputs/Broken.framework/Headers/Error.h [new file with mode: 0644]
test/VFS/Inputs/Broken.framework/Modules/module.modulemap [new file with mode: 0644]
test/VFS/Inputs/Broken.framework/VFSHeaders/A.h [new file with mode: 0644]
test/VFS/Inputs/MissingVFS/vfsoverlay.yaml
test/VFS/Inputs/Nonmodular/nonmodular-headers.yaml
test/VFS/Inputs/bar-headers.yaml
test/VFS/Inputs/vfsoverlay2.yaml
test/VFS/Inputs/vfsroot.yaml [new file with mode: 0644]
test/VFS/subframework-symlink.m [new file with mode: 0644]
test/VFS/umbrella-framework-import-skipnonexist.m
test/VFS/vfsroot-include.c [new file with mode: 0644]
test/VFS/vfsroot-module.m [new file with mode: 0644]
test/VFS/vfsroot-with-overlay.c [new file with mode: 0644]
test/lit.cfg.py
test/lit.site.cfg.py.in
tools/CMakeLists.txt
tools/arcmt-test/CMakeLists.txt
tools/arcmt-test/arcmt-test.cpp
tools/c-index-test/c-index-test.c
tools/c-index-test/core_main.cpp
tools/clang-check/CMakeLists.txt
tools/clang-check/ClangCheck.cpp
tools/clang-diff/CMakeLists.txt
tools/clang-extdef-mapping/CMakeLists.txt [moved from tools/clang-func-mapping/CMakeLists.txt with 52% similarity]
tools/clang-extdef-mapping/ClangExtDefMapGen.cpp [moved from tools/clang-func-mapping/ClangFnMapGen.cpp with 70% similarity]
tools/clang-format/ClangFormat.cpp
tools/clang-format/clang-format-diff.py
tools/clang-format/clang-format-sublime.py
tools/clang-format/clang-format.py
tools/clang-format/git-clang-format
tools/clang-fuzzer/Dockerfile
tools/clang-fuzzer/README.txt
tools/clang-fuzzer/cxx_loop_proto.proto
tools/clang-fuzzer/handle-cxx/CMakeLists.txt
tools/clang-fuzzer/handle-llvm/handle_llvm.cpp
tools/clang-fuzzer/handle-llvm/handle_llvm.h
tools/clang-fuzzer/handle-llvm/input_arrays.h [new file with mode: 0644]
tools/clang-fuzzer/proto-to-cxx/loop_proto_to_cxx.cpp
tools/clang-fuzzer/proto-to-llvm/loop_proto_to_llvm.cpp
tools/clang-import-test/CMakeLists.txt
tools/clang-import-test/clang-import-test.cpp
tools/clang-refactor/CMakeLists.txt
tools/clang-refactor/TestSupport.h
tools/clang-rename/CMakeLists.txt
tools/clang-rename/clang-rename.py
tools/diagtool/DiagTool.cpp
tools/diagtool/ListWarnings.cpp
tools/diagtool/TreeView.cpp
tools/driver/CMakeLists.txt
tools/driver/cc1_main.cpp
tools/driver/cc1as_main.cpp
tools/driver/cc1gen_reproducer_main.cpp
tools/driver/driver.cpp
tools/libclang/BuildSystem.cpp
tools/libclang/CIndex.cpp
tools/libclang/CIndexCodeCompletion.cpp
tools/libclang/CIndexDiagnostic.cpp
tools/libclang/CMakeLists.txt
tools/libclang/CXCursor.cpp
tools/libclang/CXCursor.h
tools/libclang/CXIndexDataConsumer.cpp
tools/libclang/CXIndexDataConsumer.h
tools/libclang/CXStoredDiagnostic.cpp
tools/libclang/CXType.cpp
tools/libclang/libclang.exports
tools/scan-build-py/README.md
tools/scan-build-py/libscanbuild/__init__.py
tools/scan-build-py/libscanbuild/analyze.py
tools/scan-build-py/libscanbuild/arguments.py
tools/scan-build-py/libscanbuild/clang.py
tools/scan-build-py/tests/unit/test_analyze.py
tools/scan-build-py/tests/unit/test_clang.py
tools/scan-build/bin/scan-build
tools/scan-build/libexec/ccc-analyzer
tools/scan-view/bin/scan-view
tools/scan-view/share/Reporter.py
tools/scan-view/share/ScanView.py
tools/scan-view/share/startfile.py
unittests/AST/ASTContextParentMapTest.cpp
unittests/AST/ASTImporterTest.cpp
unittests/AST/CMakeLists.txt
unittests/AST/CommentTextTest.cpp
unittests/AST/StmtPrinterTest.cpp
unittests/AST/StructuralEquivalenceTest.cpp
unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
unittests/ASTMatchers/ASTMatchersNodeTest.cpp
unittests/ASTMatchers/ASTMatchersTraversalTest.cpp
unittests/ASTMatchers/CMakeLists.txt
unittests/ASTMatchers/Dynamic/CMakeLists.txt
unittests/ASTMatchers/Dynamic/ParserTest.cpp
unittests/ASTMatchers/Dynamic/RegistryTest.cpp
unittests/Analysis/CMakeLists.txt
unittests/Analysis/ExprMutationAnalyzerTest.cpp [new file with mode: 0644]
unittests/Basic/CMakeLists.txt
unittests/Basic/FileManagerTest.cpp
unittests/Basic/FixedPointTest.cpp [new file with mode: 0644]
unittests/Basic/SourceManagerTest.cpp
unittests/Basic/VirtualFileSystemTest.cpp [deleted file]
unittests/CMakeLists.txt
unittests/CodeGen/CMakeLists.txt
unittests/CrossTU/CMakeLists.txt
unittests/Driver/DistroTest.cpp
unittests/Driver/ToolChainTest.cpp
unittests/Format/CMakeLists.txt
unittests/Format/FormatTest.cpp
unittests/Format/FormatTestComments.cpp
unittests/Format/FormatTestJS.cpp
unittests/Format/FormatTestJava.cpp
unittests/Format/FormatTestObjC.cpp
unittests/Format/FormatTestProto.cpp
unittests/Format/FormatTestRawStrings.cpp
unittests/Format/FormatTestTableGen.cpp [new file with mode: 0644]
unittests/Format/FormatTestTextProto.cpp
unittests/Format/SortImportsTestJava.cpp [new file with mode: 0644]
unittests/Frontend/CMakeLists.txt
unittests/Frontend/FixedPointString.cpp [new file with mode: 0644]
unittests/Index/CMakeLists.txt [new file with mode: 0644]
unittests/Index/IndexTests.cpp [new file with mode: 0644]
unittests/Lex/HeaderSearchTest.cpp
unittests/Lex/PPCallbacksTest.cpp
unittests/Rename/CMakeLists.txt
unittests/Rename/ClangRenameTest.h
unittests/Sema/CMakeLists.txt
unittests/Sema/CodeCompleteTest.cpp
unittests/StaticAnalyzer/AnalyzerOptionsTest.cpp
unittests/StaticAnalyzer/CMakeLists.txt
unittests/StaticAnalyzer/RegisterCustomCheckersTest.cpp
unittests/Tooling/CMakeLists.txt
unittests/Tooling/CompilationDatabaseTest.cpp
unittests/Tooling/DiagnosticsYamlTest.cpp
unittests/Tooling/ExecutionTest.cpp
unittests/Tooling/LexicallyOrderedRecursiveASTVisitorTest.cpp
unittests/Tooling/LookupTest.cpp
unittests/Tooling/RecursiveASTVisitorTestDeclVisitor.cpp
unittests/Tooling/RecursiveASTVisitorTests/Attr.cpp
unittests/Tooling/RecursiveASTVisitorTests/CXXMemberCall.cpp
unittests/Tooling/RecursiveASTVisitorTests/DeclRefExpr.cpp
unittests/Tooling/RecursiveASTVisitorTests/InitListExprPostOrder.cpp
unittests/Tooling/RecursiveASTVisitorTests/InitListExprPostOrderNoQueue.cpp
unittests/Tooling/RecursiveASTVisitorTests/InitListExprPreOrder.cpp
unittests/Tooling/RecursiveASTVisitorTests/InitListExprPreOrderNoQueue.cpp
unittests/Tooling/RecursiveASTVisitorTests/LambdaExpr.cpp
unittests/Tooling/RecursiveASTVisitorTests/TraversalScope.cpp [new file with mode: 0644]
unittests/Tooling/RefactoringActionRulesTest.cpp
unittests/Tooling/RefactoringTest.cpp
unittests/Tooling/ReplacementsYamlTest.cpp
unittests/Tooling/RewriterTestContext.h
unittests/Tooling/TestVisitor.h
unittests/Tooling/ToolingTest.cpp
unittests/libclang/LibclangTest.cpp
utils/ABITest/ABITestGen.py
utils/ABITest/Enumeration.py
utils/ABITest/TypeGen.py
utils/CIndex/completion_logger_server.py
utils/ClangVisualizers/clang.natvis
utils/TableGen/ClangAttrEmitter.cpp
utils/TableGen/ClangCommentHTMLNamedCharacterReferenceEmitter.cpp
utils/TableGen/ClangDiagnosticsEmitter.cpp
utils/TableGen/ClangOptionDocEmitter.cpp
utils/TableGen/ClangSACheckersEmitter.cpp
utils/TableGen/NeonEmitter.cpp
utils/TableGen/TableGen.cpp
utils/TableGen/TableGenBackends.h
utils/TestUtils/deep-stack.py
utils/analyzer/CmpRuns.py
utils/analyzer/SATestAdd.py
utils/analyzer/SATestBuild.py
utils/analyzer/SATestUpdateDiffs.py
utils/analyzer/SumTimerInfo.py
utils/analyzer/ubiviz [deleted file]
utils/check_cfc/check_cfc.py
utils/check_cfc/obj_diff.py
utils/check_cfc/setup.py
utils/check_cfc/test_check_cfc.py
utils/clangdiag.py
utils/hmaptool/hmaptool
utils/modfuzz.py
utils/perf-training/perf-helper.py
utils/token-delta.py
www/analyzer/alpha_checks.html
www/analyzer/annotations.html
www/analyzer/available_checks.html
www/analyzer/checker_dev_manual.html
www/analyzer/images/example_cf_returns_retained_gc.png [deleted file]
www/analyzer/open_projects.html
www/builtins.py
www/clang_video-05-25-2007.html
www/clang_video-07-25-2007.html
www/cxx_dr_status.html
www/cxx_status.html
www/diagnostics.html
www/features.html
www/get_involved.html
www/get_started.html
www/hacking.html
www/index.html
www/make_cxx_dr_status
www/menu.html.incl