]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Vendor import of clang trunk r300422:
authordim <dim@FreeBSD.org>
Sun, 16 Apr 2017 16:02:28 +0000 (16:02 +0000)
committerdim <dim@FreeBSD.org>
Sun, 16 Apr 2017 16:02:28 +0000 (16:02 +0000)
commitd6b76b4ff732accbbbfc379a74a9ce7ed4536b10
treec72b9241553fc9966179aba84f90f17bfa9235c3
parent7789b5ee78acff9634b1252e514d88edc2e3e9da
Vendor import of clang trunk r300422:
https://llvm.org/svn/llvm-project/cfe/trunk@300422
1805 files changed:
CMakeLists.txt
bindings/python/clang/cindex.py
cmake/caches/Apple-stage2-ThinLTO.cmake [new file with mode: 0644]
cmake/caches/Fuchsia-stage2.cmake [new file with mode: 0644]
cmake/caches/Fuchsia.cmake [new file with mode: 0644]
cmake/modules/CMakeLists.txt
cmake/modules/ClangConfig.cmake.in
cmake/modules/FindZ3.cmake [new file with mode: 0644]
docs/AttributeReference.rst
docs/ClangCommandLineReference.rst [new file with mode: 0644]
docs/ClangFormatStyleOptions.rst
docs/ControlFlowIntegrityDesign.rst
docs/DiagnosticsReference.rst
docs/ExternalClangExamples.rst
docs/LTOVisibility.rst
docs/LanguageExtensions.rst
docs/LibASTMatchersReference.html
docs/Modules.rst
docs/ReleaseNotes.rst
docs/SanitizerCoverage.rst
docs/SourceBasedCodeCoverage.rst
docs/UndefinedBehaviorSanitizer.rst
docs/UsersManual.rst
docs/analyzer/DebugChecks.rst
docs/analyzer/conf.py
docs/conf.py
docs/doxygen.cfg.in
docs/index.rst
docs/tools/dump_format_style.py
examples/clang-interpreter/CMakeLists.txt
include/clang-c/Index.h
include/clang/AST/ASTContext.h
include/clang/AST/ASTVector.h
include/clang/AST/BuiltinTypes.def
include/clang/AST/Decl.h
include/clang/AST/DeclBase.h
include/clang/AST/DeclCXX.h
include/clang/AST/DeclContextInternals.h
include/clang/AST/DeclObjC.h
include/clang/AST/DeclTemplate.h
include/clang/AST/DeclarationName.h
include/clang/AST/Expr.h
include/clang/AST/ExprCXX.h
include/clang/AST/ExternalASTMerger.h [new file with mode: 0644]
include/clang/AST/ExternalASTSource.h
include/clang/AST/ODRHash.h [new file with mode: 0644]
include/clang/AST/OpenMPClause.h
include/clang/AST/RecursiveASTVisitor.h
include/clang/AST/Stmt.h
include/clang/AST/StmtCXX.h
include/clang/AST/StmtIterator.h
include/clang/AST/StmtOpenMP.h
include/clang/AST/TemplateBase.h
include/clang/AST/Type.h
include/clang/AST/TypeLoc.h
include/clang/AST/TypeNodes.def
include/clang/AST/TypeOrdering.h
include/clang/ASTMatchers/ASTMatchers.h
include/clang/ASTMatchers/Dynamic/VariantValue.h
include/clang/Analysis/CallGraph.h
include/clang/Analysis/CloneDetection.h
include/clang/Basic/AddressSpaces.h
include/clang/Basic/Attr.td
include/clang/Basic/AttrDocs.td
include/clang/Basic/Builtins.def
include/clang/Basic/BuiltinsAMDGPU.def
include/clang/Basic/BuiltinsNVPTX.def
include/clang/Basic/BuiltinsWebAssembly.def
include/clang/Basic/BuiltinsX86.def
include/clang/Basic/DeclNodes.td
include/clang/Basic/Diagnostic.h
include/clang/Basic/DiagnosticASTKinds.td
include/clang/Basic/DiagnosticCommonKinds.td
include/clang/Basic/DiagnosticDriverKinds.td
include/clang/Basic/DiagnosticGroups.td
include/clang/Basic/DiagnosticIDs.h
include/clang/Basic/DiagnosticParseKinds.td
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Basic/DiagnosticSerializationKinds.td
include/clang/Basic/IdentifierTable.h
include/clang/Basic/LangOptions.def
include/clang/Basic/LangOptions.h
include/clang/Basic/MemoryBufferCache.h [new file with mode: 0644]
include/clang/Basic/Module.h
include/clang/Basic/ObjCRuntime.h
include/clang/Basic/OpenCLImageTypes.def
include/clang/Basic/OpenMPKinds.h
include/clang/Basic/Sanitizers.def
include/clang/Basic/SourceLocation.h
include/clang/Basic/Specifiers.h
include/clang/Basic/StmtNodes.td
include/clang/Basic/TargetInfo.h
include/clang/Basic/TokenKinds.def
include/clang/Basic/TypeTraits.h
include/clang/Basic/VirtualFileSystem.h
include/clang/Basic/XRayLists.h [new file with mode: 0644]
include/clang/Basic/arm_neon.td
include/clang/CodeGen/BackendUtil.h
include/clang/CodeGen/CodeGenABITypes.h
include/clang/CodeGen/CodeGenAction.h
include/clang/CodeGen/ConstantInitBuilder.h [new file with mode: 0644]
include/clang/CodeGen/ConstantInitFuture.h [new file with mode: 0644]
include/clang/CodeGen/ModuleBuilder.h
include/clang/Config/config.h.cmake
include/clang/Driver/CC1Options.td
include/clang/Driver/CLCompatOptions.td
include/clang/Driver/ClangOptionDocs.td [new file with mode: 0644]
include/clang/Driver/Driver.h
include/clang/Driver/Job.h
include/clang/Driver/Options.h
include/clang/Driver/Options.td
include/clang/Driver/SanitizerArgs.h
include/clang/Driver/Tool.h
include/clang/Driver/ToolChain.h
include/clang/Driver/XRayArgs.h [new file with mode: 0644]
include/clang/Format/Format.h
include/clang/Frontend/ASTConsumers.h
include/clang/Frontend/ASTUnit.h
include/clang/Frontend/CodeGenOptions.def
include/clang/Frontend/CodeGenOptions.h
include/clang/Frontend/CompilerInstance.h
include/clang/Frontend/FrontendActions.h
include/clang/Frontend/FrontendOptions.h
include/clang/Frontend/LangStandard.h
include/clang/Frontend/LangStandards.def
include/clang/Frontend/PCHContainerOperations.h
include/clang/Index/IndexSymbol.h
include/clang/Index/IndexingAction.h
include/clang/Index/USRGeneration.h
include/clang/Lex/HeaderSearchOptions.h
include/clang/Lex/Preprocessor.h
include/clang/Parse/Parser.h
include/clang/Parse/RAIIObjectsForParser.h [moved from lib/Parse/RAIIObjectsForParser.h with 95% similarity]
include/clang/Sema/AttributeList.h
include/clang/Sema/DeclSpec.h
include/clang/Sema/IdentifierResolver.h
include/clang/Sema/Initialization.h
include/clang/Sema/Lookup.h
include/clang/Sema/MultiplexExternalSemaSource.h
include/clang/Sema/Overload.h
include/clang/Sema/Ownership.h
include/clang/Sema/ScopeInfo.h
include/clang/Sema/Sema.h
include/clang/Sema/Template.h
include/clang/Serialization/ASTBitCodes.h
include/clang/Serialization/ASTDeserializationListener.h
include/clang/Serialization/ASTReader.h
include/clang/Serialization/ASTWriter.h
include/clang/Serialization/Module.h
include/clang/Serialization/ModuleManager.h
include/clang/StaticAnalyzer/Checkers/Checkers.td
include/clang/StaticAnalyzer/Core/Analyses.def
include/clang/StaticAnalyzer/Core/Checker.h
include/clang/StaticAnalyzer/Core/CheckerManager.h
include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h
include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.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/SValBuilder.h
include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
include/clang/StaticAnalyzer/Core/PathSensitive/SimpleConstraintManager.h [new file with mode: 0644]
include/clang/StaticAnalyzer/Core/PathSensitive/Store.h
include/clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h
include/clang/StaticAnalyzer/Core/PathSensitive/SymExpr.h
include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h
include/clang/Tooling/Refactoring/AtomicChange.h [new file with mode: 0644]
lib/AST/ASTContext.cpp
lib/AST/ASTDumper.cpp
lib/AST/ASTImporter.cpp
lib/AST/CMakeLists.txt
lib/AST/CXXInheritance.cpp
lib/AST/Decl.cpp
lib/AST/DeclBase.cpp
lib/AST/DeclCXX.cpp
lib/AST/DeclObjC.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 [new file with mode: 0644]
lib/AST/ExternalASTSource.cpp
lib/AST/ItaniumMangle.cpp
lib/AST/Mangle.cpp
lib/AST/MicrosoftMangle.cpp
lib/AST/NSAPI.cpp
lib/AST/ODRHash.cpp [new file with mode: 0644]
lib/AST/OpenMPClause.cpp
lib/AST/Stmt.cpp
lib/AST/StmtCXX.cpp
lib/AST/StmtOpenMP.cpp
lib/AST/StmtPrinter.cpp
lib/AST/StmtProfile.cpp
lib/AST/TemplateBase.cpp
lib/AST/Type.cpp
lib/AST/TypeLoc.cpp
lib/AST/TypePrinter.cpp
lib/ASTMatchers/Dynamic/Registry.cpp
lib/Analysis/BodyFarm.cpp
lib/Analysis/CFG.cpp
lib/Analysis/CallGraph.cpp
lib/Analysis/CloneDetection.cpp
lib/Analysis/OSLog.cpp
lib/Analysis/ReachableCode.cpp
lib/Analysis/ThreadSafetyTIL.cpp
lib/Basic/CMakeLists.txt
lib/Basic/Diagnostic.cpp
lib/Basic/DiagnosticIDs.cpp
lib/Basic/FileManager.cpp
lib/Basic/IdentifierTable.cpp
lib/Basic/LangOptions.cpp
lib/Basic/MemoryBufferCache.cpp [new file with mode: 0644]
lib/Basic/Module.cpp
lib/Basic/OpenMPKinds.cpp
lib/Basic/SourceManager.cpp
lib/Basic/TargetInfo.cpp
lib/Basic/Targets.cpp
lib/Basic/Version.cpp
lib/Basic/VirtualFileSystem.cpp
lib/Basic/XRayLists.cpp [new file with mode: 0644]
lib/CodeGen/ABIInfo.h
lib/CodeGen/BackendUtil.cpp
lib/CodeGen/CGAtomic.cpp
lib/CodeGen/CGBlocks.cpp
lib/CodeGen/CGBuiltin.cpp
lib/CodeGen/CGCUDANV.cpp
lib/CodeGen/CGCXX.cpp
lib/CodeGen/CGCXXABI.h
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/CGExprScalar.cpp
lib/CodeGen/CGGPUBuiltin.cpp [moved from lib/CodeGen/CGCUDABuiltin.cpp with 91% similarity]
lib/CodeGen/CGObjC.cpp
lib/CodeGen/CGObjCGNU.cpp
lib/CodeGen/CGObjCMac.cpp
lib/CodeGen/CGOpenCLRuntime.cpp
lib/CodeGen/CGOpenMPRuntime.cpp
lib/CodeGen/CGOpenMPRuntime.h
lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
lib/CodeGen/CGOpenMPRuntimeNVPTX.h
lib/CodeGen/CGStmt.cpp
lib/CodeGen/CGStmtOpenMP.cpp
lib/CodeGen/CGVTables.cpp
lib/CodeGen/CMakeLists.txt
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/CodeGenTypes.cpp
lib/CodeGen/CodeGenTypes.h
lib/CodeGen/ConstantBuilder.h [deleted file]
lib/CodeGen/ConstantInitBuilder.cpp [new file with mode: 0644]
lib/CodeGen/CoverageMappingGen.cpp
lib/CodeGen/EHScopeStack.h
lib/CodeGen/ItaniumCXXABI.cpp
lib/CodeGen/MacroPPCallbacks.cpp [new file with mode: 0644]
lib/CodeGen/MacroPPCallbacks.h [new file with mode: 0644]
lib/CodeGen/MicrosoftCXXABI.cpp
lib/CodeGen/ModuleBuilder.cpp
lib/CodeGen/ObjectFilePCHContainerOperations.cpp
lib/CodeGen/TargetInfo.cpp
lib/Driver/CMakeLists.txt
lib/Driver/CrossWindowsToolChain.cpp [deleted file]
lib/Driver/Driver.cpp
lib/Driver/DriverOptions.cpp
lib/Driver/Job.cpp
lib/Driver/MSVCToolChain.cpp [deleted file]
lib/Driver/MinGWToolChain.cpp [deleted file]
lib/Driver/Multilib.cpp
lib/Driver/SanitizerArgs.cpp
lib/Driver/ToolChain.cpp
lib/Driver/ToolChains.cpp [deleted file]
lib/Driver/ToolChains.h [deleted file]
lib/Driver/ToolChains/AMDGPU.cpp [new file with mode: 0644]
lib/Driver/ToolChains/AMDGPU.h [new file with mode: 0644]
lib/Driver/ToolChains/AVR.cpp [new file with mode: 0644]
lib/Driver/ToolChains/AVR.h [new file with mode: 0644]
lib/Driver/ToolChains/Arch/AArch64.cpp [new file with mode: 0644]
lib/Driver/ToolChains/Arch/AArch64.h [new file with mode: 0644]
lib/Driver/ToolChains/Arch/ARM.cpp [new file with mode: 0644]
lib/Driver/ToolChains/Arch/ARM.h [new file with mode: 0644]
lib/Driver/ToolChains/Arch/Mips.cpp [new file with mode: 0644]
lib/Driver/ToolChains/Arch/Mips.h [new file with mode: 0644]
lib/Driver/ToolChains/Arch/PPC.cpp [new file with mode: 0644]
lib/Driver/ToolChains/Arch/PPC.h [new file with mode: 0644]
lib/Driver/ToolChains/Arch/Sparc.cpp [new file with mode: 0644]
lib/Driver/ToolChains/Arch/Sparc.h [new file with mode: 0644]
lib/Driver/ToolChains/Arch/SystemZ.cpp [new file with mode: 0644]
lib/Driver/ToolChains/Arch/SystemZ.h [new file with mode: 0644]
lib/Driver/ToolChains/Arch/X86.cpp [new file with mode: 0644]
lib/Driver/ToolChains/Arch/X86.h [new file with mode: 0644]
lib/Driver/ToolChains/Bitrig.cpp [new file with mode: 0644]
lib/Driver/ToolChains/Bitrig.h [new file with mode: 0644]
lib/Driver/ToolChains/Clang.cpp [new file with mode: 0644]
lib/Driver/ToolChains/Clang.h [new file with mode: 0644]
lib/Driver/ToolChains/CloudABI.cpp [new file with mode: 0644]
lib/Driver/ToolChains/CloudABI.h [new file with mode: 0644]
lib/Driver/ToolChains/CommonArgs.cpp [new file with mode: 0644]
lib/Driver/ToolChains/CommonArgs.h [new file with mode: 0644]
lib/Driver/ToolChains/Contiki.cpp [new file with mode: 0644]
lib/Driver/ToolChains/Contiki.h [new file with mode: 0644]
lib/Driver/ToolChains/CrossWindows.cpp [new file with mode: 0644]
lib/Driver/ToolChains/CrossWindows.h [new file with mode: 0644]
lib/Driver/ToolChains/Cuda.cpp [new file with mode: 0644]
lib/Driver/ToolChains/Cuda.h [new file with mode: 0644]
lib/Driver/ToolChains/Darwin.cpp [new file with mode: 0644]
lib/Driver/ToolChains/Darwin.h [new file with mode: 0644]
lib/Driver/ToolChains/DragonFly.cpp [new file with mode: 0644]
lib/Driver/ToolChains/DragonFly.h [new file with mode: 0644]
lib/Driver/ToolChains/FreeBSD.cpp [new file with mode: 0644]
lib/Driver/ToolChains/FreeBSD.h [new file with mode: 0644]
lib/Driver/ToolChains/Fuchsia.cpp [new file with mode: 0644]
lib/Driver/ToolChains/Fuchsia.h [new file with mode: 0644]
lib/Driver/ToolChains/Gnu.cpp [new file with mode: 0644]
lib/Driver/ToolChains/Gnu.h [new file with mode: 0644]
lib/Driver/ToolChains/Haiku.cpp [new file with mode: 0644]
lib/Driver/ToolChains/Haiku.h [new file with mode: 0644]
lib/Driver/ToolChains/Hexagon.cpp [new file with mode: 0644]
lib/Driver/ToolChains/Hexagon.h [new file with mode: 0644]
lib/Driver/ToolChains/Lanai.h [new file with mode: 0644]
lib/Driver/ToolChains/Linux.cpp [new file with mode: 0644]
lib/Driver/ToolChains/Linux.h [new file with mode: 0644]
lib/Driver/ToolChains/MSVC.cpp [new file with mode: 0644]
lib/Driver/ToolChains/MSVC.h [new file with mode: 0644]
lib/Driver/ToolChains/MSVCSetupApi.h [new file with mode: 0644]
lib/Driver/ToolChains/MinGW.cpp [new file with mode: 0644]
lib/Driver/ToolChains/MinGW.h [new file with mode: 0644]
lib/Driver/ToolChains/Minix.cpp [new file with mode: 0644]
lib/Driver/ToolChains/Minix.h [new file with mode: 0644]
lib/Driver/ToolChains/MipsLinux.cpp [new file with mode: 0644]
lib/Driver/ToolChains/MipsLinux.h [new file with mode: 0644]
lib/Driver/ToolChains/Myriad.cpp [new file with mode: 0644]
lib/Driver/ToolChains/Myriad.h [new file with mode: 0644]
lib/Driver/ToolChains/NaCl.cpp [new file with mode: 0644]
lib/Driver/ToolChains/NaCl.h [new file with mode: 0644]
lib/Driver/ToolChains/NetBSD.cpp [new file with mode: 0644]
lib/Driver/ToolChains/NetBSD.h [new file with mode: 0644]
lib/Driver/ToolChains/OpenBSD.cpp [new file with mode: 0644]
lib/Driver/ToolChains/OpenBSD.h [new file with mode: 0644]
lib/Driver/ToolChains/PS4CPU.cpp [new file with mode: 0644]
lib/Driver/ToolChains/PS4CPU.h [new file with mode: 0644]
lib/Driver/ToolChains/Solaris.cpp [new file with mode: 0644]
lib/Driver/ToolChains/Solaris.h [new file with mode: 0644]
lib/Driver/ToolChains/TCE.cpp [new file with mode: 0644]
lib/Driver/ToolChains/TCE.h [new file with mode: 0644]
lib/Driver/ToolChains/WebAssembly.cpp [new file with mode: 0644]
lib/Driver/ToolChains/WebAssembly.h [new file with mode: 0644]
lib/Driver/ToolChains/XCore.cpp [new file with mode: 0644]
lib/Driver/ToolChains/XCore.h [new file with mode: 0644]
lib/Driver/Tools.cpp [deleted file]
lib/Driver/Tools.h [deleted file]
lib/Driver/XRayArgs.cpp [new file with mode: 0644]
lib/Format/BreakableToken.cpp
lib/Format/BreakableToken.h
lib/Format/CMakeLists.txt
lib/Format/Comments.cpp [deleted file]
lib/Format/Comments.h [deleted file]
lib/Format/ContinuationIndenter.cpp
lib/Format/ContinuationIndenter.h
lib/Format/Format.cpp
lib/Format/FormatToken.h
lib/Format/FormatTokenLexer.cpp
lib/Format/FormatTokenLexer.h
lib/Format/NamespaceEndCommentsFixer.cpp [new file with mode: 0644]
lib/Format/NamespaceEndCommentsFixer.h [new file with mode: 0644]
lib/Format/TokenAnnotator.cpp
lib/Format/TokenAnnotator.h
lib/Format/UnwrappedLineFormatter.cpp
lib/Format/UnwrappedLineFormatter.h
lib/Format/UnwrappedLineParser.cpp
lib/Format/UnwrappedLineParser.h
lib/Format/WhitespaceManager.cpp
lib/Format/WhitespaceManager.h
lib/Frontend/ASTConsumers.cpp
lib/Frontend/ASTUnit.cpp
lib/Frontend/CompilerInstance.cpp
lib/Frontend/CompilerInvocation.cpp
lib/Frontend/FrontendAction.cpp
lib/Frontend/FrontendActions.cpp
lib/Frontend/InitPreprocessor.cpp
lib/Frontend/Rewrite/RewriteMacros.cpp
lib/Frontend/Rewrite/RewriteModernObjC.cpp
lib/Frontend/Rewrite/RewriteObjC.cpp
lib/FrontendTool/ExecuteCompilerInvocation.cpp
lib/Headers/CMakeLists.txt
lib/Headers/altivec.h
lib/Headers/avx2intrin.h
lib/Headers/avx512bwintrin.h
lib/Headers/avx512dqintrin.h
lib/Headers/avx512fintrin.h
lib/Headers/avx512vldqintrin.h
lib/Headers/avx512vlintrin.h
lib/Headers/avxintrin.h
lib/Headers/clzerointrin.h [new file with mode: 0644]
lib/Headers/emmintrin.h
lib/Headers/f16cintrin.h
lib/Headers/htmxlintrin.h
lib/Headers/intrin.h
lib/Headers/mmintrin.h
lib/Headers/module.modulemap
lib/Headers/opencl-c.h
lib/Headers/pmmintrin.h
lib/Headers/prfchwintrin.h
lib/Headers/smmintrin.h
lib/Headers/stdarg.h
lib/Headers/tgmath.h
lib/Headers/x86intrin.h
lib/Headers/xmmintrin.h
lib/Headers/xopintrin.h
lib/Index/CMakeLists.txt
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/IndexingContext.h
lib/Index/USRGeneration.cpp
lib/Lex/HeaderSearch.cpp
lib/Lex/Lexer.cpp
lib/Lex/ModuleMap.cpp
lib/Lex/PPCaching.cpp
lib/Lex/PPDirectives.cpp
lib/Lex/PPMacroExpansion.cpp
lib/Lex/Pragma.cpp
lib/Lex/Preprocessor.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/ParseStmtAsm.cpp
lib/Parse/ParseTemplate.cpp
lib/Parse/Parser.cpp
lib/Sema/AnalysisBasedWarnings.cpp
lib/Sema/CoroutineStmtBuilder.h [new file with mode: 0644]
lib/Sema/MultiplexExternalSemaSource.cpp
lib/Sema/ScopeInfo.cpp
lib/Sema/Sema.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/GeneratePCH.cpp
lib/Serialization/GlobalModuleIndex.cpp
lib/Serialization/Module.cpp
lib/Serialization/ModuleManager.cpp
lib/StaticAnalyzer/Checkers/AnalysisOrderChecker.cpp
lib/StaticAnalyzer/Checkers/BlockInCriticalSectionChecker.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/CastToStructChecker.cpp
lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp
lib/StaticAnalyzer/Checkers/CloneChecker.cpp
lib/StaticAnalyzer/Checkers/ConversionChecker.cpp
lib/StaticAnalyzer/Checkers/ExprInspectionChecker.cpp
lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
lib/StaticAnalyzer/Checkers/IteratorPastEndChecker.cpp
lib/StaticAnalyzer/Checkers/MPI-Checker/MPIChecker.cpp
lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp
lib/StaticAnalyzer/Checkers/MallocChecker.cpp
lib/StaticAnalyzer/Checkers/MisusedMovedObjectChecker.cpp [new file with mode: 0644]
lib/StaticAnalyzer/Checkers/NonNullParamChecker.cpp
lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
lib/StaticAnalyzer/Checkers/ObjCPropertyChecker.cpp
lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp
lib/StaticAnalyzer/Checkers/UndefResultChecker.cpp
lib/StaticAnalyzer/Checkers/ValistChecker.cpp
lib/StaticAnalyzer/Core/AnalyzerOptions.cpp
lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
lib/StaticAnalyzer/Core/CMakeLists.txt
lib/StaticAnalyzer/Core/CallEvent.cpp
lib/StaticAnalyzer/Core/CheckerManager.cpp
lib/StaticAnalyzer/Core/ConstraintManager.cpp
lib/StaticAnalyzer/Core/DynamicTypeMap.cpp
lib/StaticAnalyzer/Core/ExprEngine.cpp
lib/StaticAnalyzer/Core/ExprEngineC.cpp
lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
lib/StaticAnalyzer/Core/ExprEngineObjC.cpp
lib/StaticAnalyzer/Core/MemRegion.cpp
lib/StaticAnalyzer/Core/ProgramState.cpp
lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
lib/StaticAnalyzer/Core/RangedConstraintManager.cpp [new file with mode: 0644]
lib/StaticAnalyzer/Core/RangedConstraintManager.h [moved from lib/StaticAnalyzer/Core/SimpleConstraintManager.h with 57% similarity]
lib/StaticAnalyzer/Core/RegionStore.cpp
lib/StaticAnalyzer/Core/SimpleConstraintManager.cpp
lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
lib/StaticAnalyzer/Core/Store.cpp
lib/StaticAnalyzer/Core/Z3ConstraintManager.cpp [new file with mode: 0644]
lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
lib/Tooling/CMakeLists.txt
lib/Tooling/Refactoring.cpp
lib/Tooling/Refactoring/AtomicChange.cpp [new file with mode: 0644]
lib/Tooling/Refactoring/CMakeLists.txt [new file with mode: 0644]
lib/Tooling/Tooling.cpp
test/ARCMT/lit.local.cfg
test/ASTMerge/asm/Inputs/asm-function.cpp
test/ASTMerge/asm/test.cpp
test/ASTMerge/class-template-partial-spec/Inputs/class-template-partial-spec1.cpp [new file with mode: 0644]
test/ASTMerge/class-template-partial-spec/Inputs/class-template-partial-spec2.cpp [new file with mode: 0644]
test/ASTMerge/class-template-partial-spec/test.cpp [new file with mode: 0644]
test/ASTMerge/exprs-cpp/Inputs/exprs3.cpp
test/ASTMerge/exprs-cpp/test.cpp
test/ASTMerge/struct/Inputs/struct1.c
test/ASTMerge/struct/Inputs/struct2.c
test/ASTMerge/struct/test.c
test/Analysis/CFContainers-invalid.c
test/Analysis/CFContainers.mm
test/Analysis/CFDateGC.m
test/Analysis/CFNumber.c
test/Analysis/CFRetainRelease_NSAssertionHandler.m
test/Analysis/CGColorSpace.c
test/Analysis/CheckNSError.m
test/Analysis/DeallocMissingRelease.m
test/Analysis/DeallocUseAfterFreeErrors.m
test/Analysis/DynamicTypePropagation.m
test/Analysis/Malloc+MismatchedDeallocator+NewDelete.cpp
test/Analysis/Malloc+MismatchedDeallocator_intersections.cpp
test/Analysis/Malloc+NewDelete_intersections.cpp
test/Analysis/MemRegion.cpp
test/Analysis/MismatchedDeallocator-checker-test.mm
test/Analysis/MismatchedDeallocator-path-notes.cpp
test/Analysis/MissingDealloc.m
test/Analysis/MisusedMovedObject.cpp [new file with mode: 0644]
test/Analysis/NSContainers.m
test/Analysis/NSPanel.m
test/Analysis/NSString.m
test/Analysis/NSWindow.m
test/Analysis/NewDelete+MismatchedDeallocator_intersections.cpp
test/Analysis/NewDelete-checker-test.cpp
test/Analysis/NewDelete-custom.cpp
test/Analysis/NewDelete-intersections.mm
test/Analysis/NewDelete-path-notes.cpp
test/Analysis/NewDelete-variadic.cpp
test/Analysis/NewDeleteLeaks-PR18394.cpp
test/Analysis/NewDeleteLeaks-PR19102.cpp
test/Analysis/NoReturn.m
test/Analysis/OSAtomic_mac.cpp
test/Analysis/ObjCProperties.m
test/Analysis/ObjCPropertiesSyntaxChecks.m
test/Analysis/ObjCRetSigs.m
test/Analysis/PR12905.c
test/Analysis/PR24184.cpp
test/Analysis/PR2599.m
test/Analysis/PR2978.m
test/Analysis/PR3991.m
test/Analysis/PR7218.c
test/Analysis/additive-folding-range-constraints.c
test/Analysis/additive-folding.cpp
test/Analysis/analyzeOneFunction.m
test/Analysis/analyzer-checker-config.c
test/Analysis/analyzer-config.c
test/Analysis/analyzer-config.cpp
test/Analysis/analyzer-display-progress.cpp
test/Analysis/analyzer-display-progress.m
test/Analysis/analyzer-enabled-checkers.c
test/Analysis/analyzer-stats.c
test/Analysis/analyzer_test.py [new file with mode: 0644]
test/Analysis/array-struct-region.c
test/Analysis/array-struct-region.cpp
test/Analysis/array-struct.c
test/Analysis/atomics.c
test/Analysis/auto-obj-dtors-cfg-output.cpp
test/Analysis/base-init.cpp
test/Analysis/bitwise-ops.c
test/Analysis/block-in-critical-section.cpp
test/Analysis/blocks-no-inline.c
test/Analysis/blocks.m
test/Analysis/blocks.mm
test/Analysis/bool-assignment.c
test/Analysis/bstring.c
test/Analysis/bstring.cpp
test/Analysis/bug_hash_test.cpp
test/Analysis/bug_hash_test.m
test/Analysis/builtin-functions.cpp
test/Analysis/call-invalidation.cpp
test/Analysis/cast-to-struct.cpp
test/Analysis/castexpr-callback.c
test/Analysis/casts.c
test/Analysis/casts.cpp
test/Analysis/casts.m
test/Analysis/cfg.cpp
test/Analysis/cfref_PR2519.c
test/Analysis/cfref_rdar6080742.c
test/Analysis/check-deserialization.cpp
test/Analysis/checker-plugins.c
test/Analysis/chroot.c
test/Analysis/comparison-implicit-casts.cpp
test/Analysis/complex-init-list.cpp
test/Analysis/complex.c
test/Analysis/concrete-address.c
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/copypaste/asm.cpp
test/Analysis/copypaste/attributes.cpp
test/Analysis/copypaste/blocks.cpp
test/Analysis/copypaste/call.cpp
test/Analysis/copypaste/catch.cpp
test/Analysis/copypaste/delete.cpp
test/Analysis/copypaste/dependent-exist.cpp
test/Analysis/copypaste/expr-types.cpp
test/Analysis/copypaste/fold.cpp
test/Analysis/copypaste/function-try-block.cpp
test/Analysis/copypaste/functions.cpp
test/Analysis/copypaste/generic.c
test/Analysis/copypaste/labels.cpp
test/Analysis/copypaste/lambda.cpp
test/Analysis/copypaste/macro-complexity.cpp
test/Analysis/copypaste/macros.cpp
test/Analysis/copypaste/objc-methods.m
test/Analysis/copypaste/plist-diagnostics-notes-as-events.cpp
test/Analysis/copypaste/plist-diagnostics.cpp
test/Analysis/copypaste/sub-sequences.cpp
test/Analysis/copypaste/suspicious-clones.cpp
test/Analysis/copypaste/text-diagnostics.cpp
test/Analysis/coverage.c
test/Analysis/crash-trace.c
test/Analysis/cstring-syntax-cxx.cpp
test/Analysis/cstring-syntax.c
test/Analysis/ctor.mm
test/Analysis/cxx-crashes.cpp
test/Analysis/cxx-for-range.cpp
test/Analysis/cxx-method-names.cpp
test/Analysis/cxx11-crashes.cpp
test/Analysis/dead-stores.c
test/Analysis/dead-stores.cpp
test/Analysis/dead-stores.m
test/Analysis/debug-CallGraph.c
test/Analysis/default-analyze.m
test/Analysis/default-diagnostic-visitors.c
test/Analysis/delayed-template-parsing-crash.cpp
test/Analysis/delegates.m
test/Analysis/derived-to-base.cpp
test/Analysis/designated-initializer.c
test/Analysis/diagnostics/deref-track-symbolic-region.c
test/Analysis/diagnostics/deref-track-symbolic-region.cpp
test/Analysis/diagnostics/diag-cross-file-boundaries.c
test/Analysis/diagnostics/explicit-suppression.cpp
test/Analysis/diagnostics/false-positive-suppression.c
test/Analysis/diagnostics/implicit-cxx-std-suppression.cpp
test/Analysis/diagnostics/macros.cpp
test/Analysis/diagnostics/macros.m
test/Analysis/diagnostics/no-prune-paths.c
test/Analysis/diagnostics/plist-diagnostics-include-check.cpp
test/Analysis/diagnostics/report-issues-within-main-file.cpp
test/Analysis/diagnostics/shortest-path-suppression.c
test/Analysis/diagnostics/text-diagnostics.c
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/dispatch-once.m
test/Analysis/div-zero.cpp
test/Analysis/division-by-zero.c
test/Analysis/domtest.c
test/Analysis/dtor-cxx11.cpp
test/Analysis/dtor.cpp
test/Analysis/dtors-in-dtor-cfg-output.cpp
test/Analysis/dynamic-cast.cpp
test/Analysis/dynamic_type_check.m
test/Analysis/edges-new.mm
test/Analysis/elementtype.c
test/Analysis/engine/replay-without-inlining.c
test/Analysis/enum.cpp
test/Analysis/exceptions.mm
test/Analysis/exercise-ps.c
test/Analysis/explain-svals.c [new file with mode: 0644]
test/Analysis/explain-svals.cpp
test/Analysis/explain-svals.m
test/Analysis/expr-inspection.c
test/Analysis/fields.c
test/Analysis/free.c
test/Analysis/func.c
test/Analysis/generics.m
test/Analysis/global-region-invalidation.c
test/Analysis/global_region_invalidation.mm
test/Analysis/gmalloc.c [new file with mode: 0644]
test/Analysis/gtest.cpp
test/Analysis/html-diags-multifile.c
test/Analysis/html-diags.c
test/Analysis/identical-expressions.cpp
test/Analysis/index-type.c
test/Analysis/initializer.cpp
test/Analysis/initializers-cfg-output.cpp
test/Analysis/inline-not-supported.c
test/Analysis/inline-plist.c
test/Analysis/inline-unique-reports.c
test/Analysis/inline.c
test/Analysis/inline.cpp
test/Analysis/inline2.c
test/Analysis/inline3.c
test/Analysis/inline4.c
test/Analysis/inlining/DynDispatchBifurcate.m
test/Analysis/inlining/InlineObjCClassMethod.m
test/Analysis/inlining/InlineObjCInstanceMethod.m
test/Analysis/inlining/ObjCDynTypePopagation.m
test/Analysis/inlining/ObjCImproperDynamictallyDetectableCast.m
test/Analysis/inlining/RetainCountExamples.m
test/Analysis/inlining/analysis-order.c
test/Analysis/inlining/assume-super-init-does-not-return-nil.m
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/false-positive-suppression.cpp
test/Analysis/inlining/false-positive-suppression.m
test/Analysis/inlining/inline-defensive-checks.c
test/Analysis/inlining/inline-defensive-checks.cpp
test/Analysis/inlining/inline-defensive-checks.m
test/Analysis/inlining/path-notes.c
test/Analysis/inlining/path-notes.cpp
test/Analysis/inlining/path-notes.m
test/Analysis/inlining/retain-count-self-init.m
test/Analysis/inlining/stl.cpp
test/Analysis/inlining/test-always-inline-size-option.c
test/Analysis/inlining/test_objc_inlining_option.m
test/Analysis/iterator-past-end.cpp
test/Analysis/ivars.m
test/Analysis/keychainAPI-diagnostic-visitor.m
test/Analysis/keychainAPI.m
test/Analysis/kmalloc-linux.c
test/Analysis/lambda-notes.cpp
test/Analysis/lambdas-generalized-capture.cpp
test/Analysis/lambdas.cpp
test/Analysis/lambdas.mm
test/Analysis/lifetime-extension.cpp
test/Analysis/lit.local.cfg
test/Analysis/live-variables.cpp
test/Analysis/live-variables.m
test/Analysis/localization-aggressive.m
test/Analysis/localization.m
test/Analysis/logical-ops.c
test/Analysis/loop-widening.c
test/Analysis/lvalue.cpp
test/Analysis/malloc-annotations.c
test/Analysis/malloc-custom.c
test/Analysis/malloc-interprocedural.c
test/Analysis/malloc-overflow.c
test/Analysis/malloc-overflow.cpp
test/Analysis/malloc-overflow2.c
test/Analysis/malloc-plist.c
test/Analysis/malloc-protoype.c
test/Analysis/malloc-sizeof.c
test/Analysis/malloc-sizeof.cpp
test/Analysis/malloc-three-arg.c
test/Analysis/malloc.c
test/Analysis/malloc.cpp
test/Analysis/malloc.m
test/Analysis/malloc.mm
test/Analysis/max-nodes-suppress-on-sink.c
test/Analysis/member-expr.cpp
test/Analysis/method-call-intra-p.cpp
test/Analysis/method-call-path-notes.cpp
test/Analysis/method-call.cpp
test/Analysis/misc-ps-64.m
test/Analysis/misc-ps-arm.m
test/Analysis/misc-ps-cxx0x.cpp
test/Analysis/misc-ps-eager-assume.m
test/Analysis/misc-ps-ranges.m
test/Analysis/misc-ps-region-store-i386.m
test/Analysis/misc-ps-region-store-x86_64.m
test/Analysis/misc-ps-region-store.cpp
test/Analysis/misc-ps-region-store.m
test/Analysis/misc-ps-region-store.mm
test/Analysis/misc-ps.c
test/Analysis/misc-ps.m
test/Analysis/model-file.cpp
test/Analysis/mpichecker.cpp
test/Analysis/mpicheckernotes.cpp
test/Analysis/new-with-exceptions.cpp
test/Analysis/new.cpp
test/Analysis/nil-receiver-undefined-larger-than-voidptr-ret-region.m
test/Analysis/nil-receiver-undefined-larger-than-voidptr-ret.m
test/Analysis/no-exit-cfg.c
test/Analysis/no-outofbounds.c
test/Analysis/no-unreachable-dtors.cpp
test/Analysis/non-diagnosable-assumptions.c
test/Analysis/nonnull.m
test/Analysis/null-deref-path-notes.m
test/Analysis/null-deref-ps-region.c
test/Analysis/null-deref-ps.c
test/Analysis/nullability-no-arc.mm
test/Analysis/nullability.c
test/Analysis/nullability.mm
test/Analysis/nullability_nullonly.mm
test/Analysis/nullptr.cpp
test/Analysis/number-object-conversion.c
test/Analysis/number-object-conversion.cpp
test/Analysis/number-object-conversion.m
test/Analysis/objc-arc.m
test/Analysis/objc-bool.m
test/Analysis/objc-boxing.m
test/Analysis/objc-for.m
test/Analysis/objc-message.m
test/Analysis/objc-method-coverage.m
test/Analysis/objc-properties.m
test/Analysis/objc-radar17039661.m
test/Analysis/objc-string.mm
test/Analysis/objc-subscript.m
test/Analysis/objc/direct-ivar-assignment-in-annotated-functions.m
test/Analysis/objc_invalidation.m
test/Analysis/openmp-unsupported.c [new file with mode: 0644]
test/Analysis/operator-calls.cpp
test/Analysis/out-of-bounds-new.cpp
test/Analysis/out-of-bounds.c
test/Analysis/outofbound-notwork.c
test/Analysis/outofbound.c
test/Analysis/override-werror.c
test/Analysis/padding_c.c
test/Analysis/padding_cpp.cpp
test/Analysis/padding_message.cpp
test/Analysis/plist-html-macros.c
test/Analysis/plist-macros.cpp
test/Analysis/plist-output-alternate.m
test/Analysis/plist-output.m
test/Analysis/pointer-to-member.cpp
test/Analysis/pr22954.c
test/Analysis/pr4209.m
test/Analysis/pr_2542_rdar_6793404.m
test/Analysis/pr_4164.c
test/Analysis/properties.m
test/Analysis/properties.mm
test/Analysis/pthreadlock.c
test/Analysis/ptr-arith.c
test/Analysis/ptr-arith.cpp
test/Analysis/qt_malloc.cpp
test/Analysis/range_casts.c
test/Analysis/rdar-6442306-1.m
test/Analysis/rdar-6540084.m
test/Analysis/rdar-6541136-region.c
test/Analysis/rdar-6562655.m
test/Analysis/rdar-6600344-nil-receiver-undefined-struct-ret.m
test/Analysis/rdar-7168531.m
test/Analysis/redefined_system.c
test/Analysis/refcnt_naming.m
test/Analysis/reference.cpp
test/Analysis/reference.mm
test/Analysis/region-1.m
test/Analysis/region-store.c
test/Analysis/region-store.cpp
test/Analysis/reinterpret-cast.cpp
test/Analysis/retain-release-arc.m
test/Analysis/retain-release-cache-out.m
test/Analysis/retain-release-cf-audited.m
test/Analysis/retain-release-gc-only.m
test/Analysis/retain-release-inline.m
test/Analysis/retain-release-path-notes-gc.m
test/Analysis/retain-release-path-notes.m
test/Analysis/retain-release-region-store.m
test/Analysis/retain-release.m
test/Analysis/retain-release.mm
test/Analysis/return-ptr-range.cpp
test/Analysis/security-syntax-checks-no-emit.c
test/Analysis/security-syntax-checks.m
test/Analysis/self-assign.cpp
test/Analysis/self-init.m
test/Analysis/shallow-mode.m
test/Analysis/simple-stream-checks.c
test/Analysis/sizeofpointer.c
test/Analysis/stack-addr-ps.c
test/Analysis/stack-addr-ps.cpp
test/Analysis/stack-block-returned.cpp
test/Analysis/stackaddrleak.c
test/Analysis/static_local.m
test/Analysis/stats.c
test/Analysis/std-c-library-functions.c
test/Analysis/std-c-library-functions.cpp
test/Analysis/stream.c
test/Analysis/string-fail.c
test/Analysis/string.c
test/Analysis/superclass.m
test/Analysis/svalbuilder-logic.c
test/Analysis/switch-case.c
test/Analysis/symbol-reaper.c
test/Analysis/taint-diagnostic-visitor.c [new file with mode: 0644]
test/Analysis/taint-generic.c
test/Analysis/taint-tester.c
test/Analysis/taint-tester.cpp
test/Analysis/taint-tester.m
test/Analysis/temp-obj-dtors-cfg-output.cpp
test/Analysis/templates.cpp
test/Analysis/temporaries-callback-order.cpp [new file with mode: 0644]
test/Analysis/temporaries.cpp
test/Analysis/test-after-div-zero.c
test/Analysis/test-include-cpp.cpp
test/Analysis/test-include.c
test/Analysis/test-objc-non-nil-return-value-checker.m
test/Analysis/test-variably-modified-types.c
test/Analysis/traversal-algorithm.mm
test/Analysis/traversal-begin-end-function.c
test/Analysis/traversal-path-unification.c
test/Analysis/ubigraph-viz.cpp
test/Analysis/undef-buffers.c
test/Analysis/uninit-const.c
test/Analysis/uninit-const.cpp
test/Analysis/uninit-msg-expr.m
test/Analysis/uninit-ps-rdar6145427.m
test/Analysis/uninit-vals-ps-region.m
test/Analysis/uninit-vals-ps.c
test/Analysis/uninit-vals-union.c
test/Analysis/uninit-vals.cpp
test/Analysis/uninit-vals.m
test/Analysis/unions-region.m
test/Analysis/unions.cpp
test/Analysis/unix-api.c
test/Analysis/unix-api.cpp
test/Analysis/unix-fns.c
test/Analysis/unreachable-code-path.c
test/Analysis/unsupported-types.c [new file with mode: 0644]
test/Analysis/unused-ivars.m
test/Analysis/valist-as-lazycompound.c [new file with mode: 0644]
test/Analysis/valist-uninitialized-no-undef.c [new file with mode: 0644]
test/Analysis/valist-uninitialized.c
test/Analysis/valist-unterminated.c
test/Analysis/variadic-method-types.m
test/Analysis/vfork.c
test/Analysis/virtualcall.cpp
test/Analysis/vla.c
test/Analysis/weak-functions.c
test/CMakeLists.txt
test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/p2.cpp
test/CXX/class.derived/class.abstract/p16.cpp
test/CXX/class.derived/class.member.lookup/p10.cpp [new file with mode: 0644]
test/CXX/class.derived/class.member.lookup/p6.cpp
test/CXX/class.derived/class.member.lookup/p7.cpp
test/CXX/concepts-ts/temp/temp.constr/temp.constr.decl/class-template-decl.cpp [new file with mode: 0644]
test/CXX/dcl.dcl/dcl.attr/dcl.attr.deprecated/p1.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/p3-1y.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/p3-1z.cpp [new file with mode: 0644]
test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/p3.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/p4.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/p5.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/p7-1y.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/p7.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.class.deduct/p1.cpp [new file with mode: 0644]
test/CXX/dcl.decl/dcl.init/dcl.init.list/p3.cpp
test/CXX/drs/dr10xx.cpp
test/CXX/drs/dr12xx.cpp
test/CXX/drs/dr13xx.cpp
test/CXX/drs/dr16xx.cpp
test/CXX/drs/dr1xx.cpp
test/CXX/drs/dr21xx.cpp [new file with mode: 0644]
test/CXX/drs/dr2xx.cpp
test/CXX/drs/dr3xx.cpp
test/CXX/drs/dr4xx.cpp
test/CXX/drs/dr5xx.cpp
test/CXX/expr/expr.post/expr.type.conv/p1.cpp [new file with mode: 0644]
test/CXX/expr/expr.prim/expr.prim.lambda/p12.cpp
test/CXX/expr/expr.prim/expr.prim.lambda/p13.cpp
test/CXX/expr/expr.prim/expr.prim.lambda/p16.cpp
test/CXX/expr/expr.prim/expr.prim.lambda/p18.cpp
test/CXX/expr/expr.prim/expr.prim.lambda/p19.cpp
test/CXX/over/over.match/over.match.best/p1.cpp
test/CXX/over/over.match/over.match.funcs/over.match.class.deduct/p2.cpp [new file with mode: 0644]
test/CXX/over/over.match/over.match.funcs/over.match.class.deduct/p3.cpp [new file with mode: 0644]
test/CXX/special/class.dtor/p10-0x.cpp
test/CXX/temp/temp.decls/temp.variadic/sizeofpack.cpp
test/CXX/temp/temp.deduct.guide/p1.cpp [new file with mode: 0644]
test/CXX/temp/temp.deduct.guide/p2.cpp [new file with mode: 0644]
test/CXX/temp/temp.deduct.guide/p3.cpp [new file with mode: 0644]
test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/p3-0x.cpp
test/CXX/temp/temp.res/p3.cpp [new file with mode: 0644]
test/CXX/temp/temp.res/temp.local/p1.cpp
test/CXX/temp/temp.spec/cxx1y-variable-template-no-body.cpp
test/CodeCompletion/auto_type.c [new file with mode: 0644]
test/CodeCompletion/keywords.cpp [new file with mode: 0644]
test/CodeCompletion/member-access.cpp
test/CodeCompletion/ordinary-name-cxx11.cpp
test/CodeCompletion/pragma-macro-token-caching.c [new file with mode: 0644]
test/CodeGen/2006-05-19-SingleEltReturn.c
test/CodeGen/Inputs/debug-info-macro.h [new file with mode: 0644]
test/CodeGen/Inputs/pgo-sample-thinlto-summary.prof [new file with mode: 0644]
test/CodeGen/aarch64-neon-intrinsics.c
test/CodeGen/address-space.c
test/CodeGen/alloc-align-attr.c [new file with mode: 0644]
test/CodeGen/alloc-size.c
test/CodeGen/altivec.c
test/CodeGen/avr-inline-asm-constraints.c [new file with mode: 0644]
test/CodeGen/avr-unsupported-inline-asm-constraints.c [new file with mode: 0644]
test/CodeGen/avr/attributes/interrupt.c [new file with mode: 0644]
test/CodeGen/avr/attributes/signal.c [new file with mode: 0644]
test/CodeGen/avr/target-cpu-defines/atmega328p.c [new file with mode: 0644]
test/CodeGen/avr/target-cpu-defines/attiny104.c [new file with mode: 0644]
test/CodeGen/avr/target-cpu-defines/common.c [new file with mode: 0644]
test/CodeGen/avx-builtins.c
test/CodeGen/avx2-builtins.c
test/CodeGen/avx512-reduceMinMaxIntrin.c
test/CodeGen/avx512bw-builtins.c
test/CodeGen/avx512dq-builtins.c
test/CodeGen/avx512f-builtins.c
test/CodeGen/avx512pf-builtins.c
test/CodeGen/avx512vl-builtins.c
test/CodeGen/avx512vlbw-builtins.c
test/CodeGen/avx512vldq-builtins.c
test/CodeGen/blocks.c
test/CodeGen/builtin-clflushopt.c
test/CodeGen/builtin-clzero.c [new file with mode: 0644]
test/CodeGen/builtins-mips-msa-error.c
test/CodeGen/builtins-mips-msa.c
test/CodeGen/builtins-ppc-altivec.c
test/CodeGen/builtins-ppc-crypto-disabled.c
test/CodeGen/builtins-ppc-crypto.c
test/CodeGen/builtins-ppc-error.c
test/CodeGen/builtins-ppc-htm.c
test/CodeGen/builtins-ppc-p8vector.c
test/CodeGen/builtins-ppc-p9vector.c
test/CodeGen/builtins-ppc-quadword.c
test/CodeGen/builtins-ppc-vsx.c
test/CodeGen/builtins-wasm.c
test/CodeGen/builtins-x86.c
test/CodeGen/catch-undef-behavior.c
test/CodeGen/cfi-check-fail.c
test/CodeGen/cleanup-destslot-simple.c
test/CodeGen/compound-assign-overflow.c
test/CodeGen/debug-info-macro.c [new file with mode: 0644]
test/CodeGen/default-address-space.c [new file with mode: 0644]
test/CodeGen/fentry.c [new file with mode: 0644]
test/CodeGen/ffp-contract-fast-option.cpp [new file with mode: 0644]
test/CodeGen/ffp-contract-option.c
test/CodeGen/fp-contract-fast-pragma.cpp [new file with mode: 0644]
test/CodeGen/fp-contract-on-pragma.cpp [new file with mode: 0644]
test/CodeGen/function-sections.c
test/CodeGen/libcall-declarations.c
test/CodeGen/lifetime-asan.c
test/CodeGen/lifetime2.c
test/CodeGen/mmx-builtins.c
test/CodeGen/ms-declspecs.c
test/CodeGen/ms-inline-asm-EVEN.c [new file with mode: 0644]
test/CodeGen/ms-inline-asm.c
test/CodeGen/ms-intrinsics.c
test/CodeGen/ms-x86-intrinsics.c
test/CodeGen/object-size.c
test/CodeGen/object-size.cpp
test/CodeGen/opt-record-MIR.c [new file with mode: 0644]
test/CodeGen/pass-object-size.c
test/CodeGen/pgo-sample-thinlto-summary.c [new file with mode: 0644]
test/CodeGen/ppc64-align-struct.c
test/CodeGen/ppc64-complex-parms.c
test/CodeGen/ppc64-vector.c
test/CodeGen/ppc64le-aggregates.c
test/CodeGen/pr3997.c [new file with mode: 0644]
test/CodeGen/sanitize-init-order.cpp
test/CodeGen/sanitize-recover.c
test/CodeGen/sanitize-thread-no-checking-at-run-time.m
test/CodeGen/sse-builtins.c
test/CodeGen/sse2-builtins.c
test/CodeGen/sse41-builtins.c
test/CodeGen/temporary-lifetime-exceptions.cpp
test/CodeGen/temporary-lifetime.cpp
test/CodeGen/thin_link_bitcode.c [new file with mode: 0644]
test/CodeGen/thinlto-emit-llvm.c [new file with mode: 0644]
test/CodeGen/thinlto-multi-module.ll [new file with mode: 0644]
test/CodeGen/transparent-union.c
test/CodeGen/ubsan-promoted-arith.cpp [new file with mode: 0644]
test/CodeGen/ubsan-shift.c [new file with mode: 0644]
test/CodeGen/unaligned-decl.c [new file with mode: 0644]
test/CodeGen/unaligned-expr.c [new file with mode: 0644]
test/CodeGen/unaligned-field.c [new file with mode: 0644]
test/CodeGen/unsigned-promotion.c
test/CodeGen/xop-builtins-cmp.c [new file with mode: 0644]
test/CodeGen/xop-builtins.c
test/CodeGen/xray-always-instrument.cpp [new file with mode: 0644]
test/CodeGen/xray-attributes-supported-arm.cpp [deleted file]
test/CodeGen/xray-attributes-supported.cpp
test/CodeGen/xray-instruction-threshold.cpp [new file with mode: 0644]
test/CodeGen/xray-log-args.cpp [new file with mode: 0644]
test/CodeGen/zvector.c
test/CodeGenCUDA/fp-contract.cu
test/CodeGenCUDA/propagate-metadata.cu [new file with mode: 0644]
test/CodeGenCXX/atomic-dllexport.cpp [new file with mode: 0644]
test/CodeGenCXX/cfi-ms-rtti.cpp
test/CodeGenCXX/constructors.cpp
test/CodeGenCXX/cxx11-initializer-aggregate.cpp
test/CodeGenCXX/debug-info-class-optzns.cpp [new file with mode: 0644]
test/CodeGenCXX/debug-info-inheriting-constructor.cpp [new file with mode: 0644]
test/CodeGenCXX/debug-info-ms-dtor-thunks.cpp [new file with mode: 0644]
test/CodeGenCXX/debug-info-template-deduction-guide.cpp [new file with mode: 0644]
test/CodeGenCXX/debug-info-use-after-free.cpp
test/CodeGenCXX/destructors.cpp
test/CodeGenCXX/dllexport.cpp
test/CodeGenCXX/dllimport.cpp
test/CodeGenCXX/dynamic-cast-hint.cpp
test/CodeGenCXX/exceptions-cxx-new.cpp
test/CodeGenCXX/exceptions-seh.cpp
test/CodeGenCXX/explicit-instantiation.cpp
test/CodeGenCXX/float128-declarations.cpp
test/CodeGenCXX/global-init.cpp
test/CodeGenCXX/implicit-exception-spec.cpp [new file with mode: 0644]
test/CodeGenCXX/inheriting-constructor.cpp
test/CodeGenCXX/initializer-list-ctor-order.cpp [new file with mode: 0644]
test/CodeGenCXX/linetable-cleanup.cpp
test/CodeGenCXX/lpad-linetable.cpp
test/CodeGenCXX/mangle-unnamed.cpp
test/CodeGenCXX/mangle.cpp
test/CodeGenCXX/microsoft-abi-dynamic-cast.cpp
test/CodeGenCXX/microsoft-abi-eh-cleanups.cpp
test/CodeGenCXX/microsoft-abi-sret-and-byval.cpp
test/CodeGenCXX/microsoft-abi-structors.cpp
test/CodeGenCXX/microsoft-abi-throw.cpp
test/CodeGenCXX/microsoft-abi-virtual-inheritance.cpp
test/CodeGenCXX/modules-ts.cppm
test/CodeGenCXX/new-array-init.cpp
test/CodeGenCXX/no-lto-unit.cpp [new file with mode: 0644]
test/CodeGenCXX/nrvo.cpp
test/CodeGenCXX/optnone-class-members.cpp
test/CodeGenCXX/optnone-def-decl.cpp
test/CodeGenCXX/reference-init.cpp
test/CodeGenCXX/regcall.cpp
test/CodeGenCXX/static-init.cpp
test/CodeGenCXX/stmtexpr.cpp
test/CodeGenCXX/template-instantiation.cpp
test/CodeGenCXX/type-metadata-thinlto.cpp [new file with mode: 0644]
test/CodeGenCXX/type-metadata.cpp
test/CodeGenCXX/ubsan-bitfields.cpp [new file with mode: 0644]
test/CodeGenCXX/ubsan-global-alignment.cpp [new file with mode: 0644]
test/CodeGenCXX/ubsan-suppress-checks.cpp [new file with mode: 0644]
test/CodeGenCXX/ubsan-type-checks.cpp [new file with mode: 0644]
test/CodeGenCXX/unaligned.cpp [new file with mode: 0644]
test/CodeGenCXX/volatile-1.cpp
test/CodeGenCXX/volatile.cpp
test/CodeGenCoroutines/coro-alloc.cpp
test/CodeGenCoroutines/coro-await.cpp [new file with mode: 0644]
test/CodeGenCoroutines/coro-builtins.c
test/CodeGenCoroutines/coro-cleanup.cpp [new file with mode: 0644]
test/CodeGenCoroutines/coro-eh-cleanup.cpp [new file with mode: 0644]
test/CodeGenCoroutines/coro-return.cpp [new file with mode: 0644]
test/CodeGenObjC/arc-blocks.m
test/CodeGenObjC/arc-linetable-autorelease.m
test/CodeGenObjC/arc-precise-lifetime.m
test/CodeGenObjC/arc-ternary-op.m
test/CodeGenObjC/arc.m
test/CodeGenObjC/availability-cf-link-guard.m [new file with mode: 0644]
test/CodeGenObjC/availability-check.m [new file with mode: 0644]
test/CodeGenObjC/empty-collection-literals.m [new file with mode: 0644]
test/CodeGenObjC/exceptions.m
test/CodeGenObjC/ivar-type-encoding.m [new file with mode: 0644]
test/CodeGenObjC/ubsan-bool.m
test/CodeGenObjC/ubsan-nonnull-and-nullability.m [new file with mode: 0644]
test/CodeGenObjC/ubsan-nonnull.m [new file with mode: 0644]
test/CodeGenObjC/ubsan-nullability.m [new file with mode: 0644]
test/CodeGenObjCXX/arc-attrs-abi.mm [new file with mode: 0644]
test/CodeGenObjCXX/arc-blocks.mm
test/CodeGenObjCXX/arc-move.mm
test/CodeGenObjCXX/arc-references.mm
test/CodeGenObjCXX/arc.mm
test/CodeGenObjCXX/encode.mm
test/CodeGenObjCXX/lambda-expressions.mm
test/CodeGenObjCXX/lambda-to-block.mm [new file with mode: 0644]
test/CodeGenObjCXX/literals.mm
test/CodeGenObjCXX/objc-weak.mm [new file with mode: 0644]
test/CodeGenObjCXX/objfw-exceptions.mm [new file with mode: 0644]
test/CodeGenOpenCL/address-space-constant-initializers.cl
test/CodeGenOpenCL/address-spaces.cl
test/CodeGenOpenCL/amdgcn-large-globals.cl [new file with mode: 0644]
test/CodeGenOpenCL/amdgpu-alignment.cl [new file with mode: 0644]
test/CodeGenOpenCL/amdgpu-attrs.cl
test/CodeGenOpenCL/amdgpu-debug-info-pointer-address-space.cl [new file with mode: 0644]
test/CodeGenOpenCL/amdgpu-debug-info-variable-expression.cl [new file with mode: 0644]
test/CodeGenOpenCL/amdgpu-env-amdgiz.cl [new file with mode: 0644]
test/CodeGenOpenCL/amdgpu-nullptr.cl
test/CodeGenOpenCL/blocks.cl [new file with mode: 0644]
test/CodeGenOpenCL/builtins-amdgcn-gfx9.cl [new file with mode: 0644]
test/CodeGenOpenCL/builtins-amdgcn-vi.cl
test/CodeGenOpenCL/builtins-amdgcn.cl
test/CodeGenOpenCL/cl20-device-side-enqueue.cl
test/CodeGenOpenCL/denorms-are-zero.cl
test/CodeGenOpenCL/gfx9-fp32-denorms.cl [new file with mode: 0644]
test/CodeGenOpenCL/kernel-arg-info.cl
test/CodeGenOpenCL/overload.cl [new file with mode: 0644]
test/CodeGenOpenCL/preserve_vec3.cl [new file with mode: 0644]
test/CodeGenOpenCL/relaxed-fpmath.cl
test/CodeGenOpenCL/sampler.cl
test/CodeGenOpenCL/vla.cl
test/CoverageMapping/implicit-def-in-macro.m
test/CoverageMapping/macro-expressions.cpp
test/CoverageMapping/objc.m
test/CoverageMapping/unused_names.c
test/Driver/Inputs/resource_dir_with_arch_subdir/lib/linux/aarch64/.keep [new file with mode: 0644]
test/Driver/Inputs/resource_dir_with_arch_subdir/lib/linux/arm/.keep [new file with mode: 0644]
test/Driver/Inputs/resource_dir_with_arch_subdir/lib/linux/i386/.keep [new file with mode: 0644]
test/Driver/Inputs/resource_dir_with_arch_subdir/lib/linux/x86_64/.keep [new file with mode: 0644]
test/Driver/XRay/xray-instrument-cpu.c
test/Driver/aarch64-cpus.c
test/Driver/arch-specific-libdir-rpath.c [new file with mode: 0644]
test/Driver/arch-specific-libdir.c [new file with mode: 0644]
test/Driver/arm-abi.c
test/Driver/arm-cortex-cpus.c
test/Driver/arm-execute-only.c
test/Driver/arm-no-neg-immediates.c [new file with mode: 0644]
test/Driver/cl-link-at-file.c
test/Driver/cl-link.c
test/Driver/cl-options.c
test/Driver/clang_f_opts.c
test/Driver/crash-report-crashfile.m
test/Driver/cuda-no-stack-protector.cu [new file with mode: 0644]
test/Driver/darwin-ld-pthread.c [new file with mode: 0644]
test/Driver/darwin-simulator-macro.c [new file with mode: 0644]
test/Driver/debug-options.c
test/Driver/embed-bitcode.c
test/Driver/fast-math.c
test/Driver/frame-pointer-elim.c
test/Driver/frame-pointer.c
test/Driver/fsanitize.c
test/Driver/fuchsia.c
test/Driver/hexagon-toolchain-elf.c
test/Driver/immediate-options.c
test/Driver/include-default-header.cl [new file with mode: 0644]
test/Driver/linux-ld.c
test/Driver/lto-unit.c [new file with mode: 0644]
test/Driver/mglobal-merge.c
test/Driver/mingw.cpp
test/Driver/mips-as.c
test/Driver/msc-version.c
test/Driver/no-arc-exception-silence.m [new file with mode: 0644]
test/Driver/openbsd.c
test/Driver/pic.c
test/Driver/ppc-features.cpp
test/Driver/r600-mcpu.cl
test/Driver/reloc-model.c [new file with mode: 0644]
test/Driver/response-file.c
test/Driver/sanitizer-ld.c
test/Driver/unknown-std.S [new file with mode: 0644]
test/Driver/unknown-std.c [new file with mode: 0644]
test/Driver/unknown-std.cl [new file with mode: 0644]
test/Driver/unknown-std.cpp [new file with mode: 0644]
test/Driver/unsupported-faltivec.c [new file with mode: 0644]
test/Driver/windows-cross.c
test/Driver/x86-target-features.c
test/FixIt/fixit.cpp
test/FixIt/no-fixit.cpp
test/Format/inplace.cpp [new file with mode: 0644]
test/Format/style-on-command-line.cpp
test/Frontend/aarch64-target-cpu.c
test/Frontend/gnu-mcount.c
test/Frontend/iframework.c
test/Frontend/objc-bool-is-bool.m
test/Frontend/optimization-remark-with-hotness.c
test/Frontend/optimization-remark.c
test/Frontend/preprocessed-input.i [new file with mode: 0644]
test/Headers/Inputs/usr/include/math.h [new file with mode: 0644]
test/Headers/Inputs/usr/include/tgmath.h [new file with mode: 0644]
test/Headers/altivec-header.c
test/Headers/altivec-intrin.c
test/Headers/htm-header.c [new file with mode: 0644]
test/Headers/opencl-c-header.cl
test/Headers/stdarg-gnuc_va_list.c [new file with mode: 0644]
test/Headers/tgmath-darwin.c [new file with mode: 0644]
test/Import/forward-declared-struct/Inputs/S1.c [new file with mode: 0644]
test/Import/forward-declared-struct/Inputs/S2.c [new file with mode: 0644]
test/Import/forward-declared-struct/test.c [new file with mode: 0644]
test/Import/member-in-struct/Inputs/S.c [new file with mode: 0644]
test/Import/member-in-struct/test.c [new file with mode: 0644]
test/Import/multiple-forward-declarations/Inputs/S1.c [new file with mode: 0644]
test/Import/multiple-forward-declarations/Inputs/S2.c [new file with mode: 0644]
test/Import/multiple-forward-declarations/test.c [new file with mode: 0644]
test/Import/overloaded-function/Inputs/F1.c [new file with mode: 0644]
test/Import/overloaded-function/Inputs/F2.c [new file with mode: 0644]
test/Import/overloaded-function/test.c [new file with mode: 0644]
test/Import/struct-in-namespace/Inputs/N1.cpp [new file with mode: 0644]
test/Import/struct-in-namespace/Inputs/N2.cpp [new file with mode: 0644]
test/Import/struct-in-namespace/Inputs/N3.cpp [new file with mode: 0644]
test/Import/struct-in-namespace/test.cpp [new file with mode: 0644]
test/Import/template-specialization/Inputs/T.cpp [new file with mode: 0644]
test/Import/template-specialization/test.cpp [new file with mode: 0644]
test/Index/Core/Inputs/sys/system-head.h [new file with mode: 0644]
test/Index/Core/index-pch.c [new file with mode: 0644]
test/Index/Core/index-source.cpp
test/Index/Core/index-source.m
test/Index/Core/index-subkinds.m
test/Index/Core/index-system.mm [new file with mode: 0644]
test/Index/Core/index-with-module.m
test/Index/annotate-nested-name-specifier.cpp
test/Index/comment-cplus-decls.cpp
test/Index/complete-block-properties.m
test/Index/complete-cached-globals.cpp [new file with mode: 0644]
test/Index/complete-objc-message.m
test/Index/complete-preamble.h
test/Index/crash-recovery-code-complete.c
test/Index/crash-recovery-modules.m
test/Index/crash-recovery-reparse.c
test/Index/crash-recovery.c
test/Index/file-refs.cpp
test/Index/get-cursor.m
test/Index/index-decls.m
test/Index/opencl-types.cl [new file with mode: 0644]
test/Index/overriding-ftemplate-comments.cpp
test/Index/overriding-method-comments.mm
test/Index/pch-from-libclang.c [new file with mode: 0644]
test/Index/print-type.cpp
test/Index/recursive-cxx-member-calls.cpp
test/Layout/ms-x86-basic-layout.cpp
test/Lexer/asm-preproc-no-unicode.s [new file with mode: 0644]
test/Lexer/case-insensitive-include-pr31836.sh [new file with mode: 0755]
test/Lexer/cxx-features.cpp
test/Misc/ast-dump-attr.cpp
test/Misc/ast-dump-decl.cpp
test/Misc/ast-dump-decl.m
test/Misc/ast-dump-templates.cpp
test/Misc/ast-print-out-of-line-func.cpp [new file with mode: 0644]
test/Misc/backend-stack-frame-diagnostics.cpp
test/Misc/diag-template-diffing.cpp
test/Modules/ExtDebugInfo.cpp
test/Modules/Inputs/Main.framework/Frameworks/Sub.framework/Headers/B.h [new file with mode: 0644]
test/Modules/Inputs/Main.framework/Frameworks/Sub.framework/Headers/Sub.h [new file with mode: 0644]
test/Modules/Inputs/Main.framework/Frameworks/Sub.framework/PrivateHeaders/BPriv.h [new file with mode: 0644]
test/Modules/Inputs/Main.framework/Frameworks/Sub.framework/PrivateHeaders/SubPriv.h [new file with mode: 0644]
test/Modules/Inputs/Main.framework/Headers/A.h [new file with mode: 0644]
test/Modules/Inputs/Main.framework/Headers/Main.h [new file with mode: 0644]
test/Modules/Inputs/Main.framework/Modules/module.modulemap [new file with mode: 0644]
test/Modules/Inputs/Main.framework/Modules/module.private.modulemap [new file with mode: 0644]
test/Modules/Inputs/Main.framework/PrivateHeaders/APriv.h [new file with mode: 0644]
test/Modules/Inputs/Main.framework/PrivateHeaders/MainPriv.h [new file with mode: 0644]
test/Modules/Inputs/anon-redecl/a.h [new file with mode: 0644]
test/Modules/Inputs/anon-redecl/b.h [new file with mode: 0644]
test/Modules/Inputs/anon-redecl/c1.h [new file with mode: 0644]
test/Modules/Inputs/anon-redecl/c2.h [new file with mode: 0644]
test/Modules/Inputs/anon-redecl/module.modulemap [new file with mode: 0644]
test/Modules/Inputs/category_right_sub.h
test/Modules/Inputs/codegen-flags/foo.h [new file with mode: 0644]
test/Modules/Inputs/codegen-flags/foo.modulemap [new file with mode: 0644]
test/Modules/Inputs/codegen-flags/use.cpp [new file with mode: 0644]
test/Modules/Inputs/codegen-nodep/foo.h [new file with mode: 0644]
test/Modules/Inputs/codegen-nodep/foo.modulemap [new file with mode: 0644]
test/Modules/Inputs/codegen-opt/bar.h [new file with mode: 0644]
test/Modules/Inputs/codegen-opt/bar.modulemap [new file with mode: 0644]
test/Modules/Inputs/codegen-opt/foo.h [new file with mode: 0644]
test/Modules/Inputs/codegen-opt/foo.modulemap [new file with mode: 0644]
test/Modules/Inputs/codegen-opt/use.cpp [new file with mode: 0644]
test/Modules/Inputs/codegen/foo.h [new file with mode: 0644]
test/Modules/Inputs/codegen/foo.modulemap [new file with mode: 0644]
test/Modules/Inputs/codegen/use.cpp [new file with mode: 0644]
test/Modules/Inputs/cxx17/decls.h [new file with mode: 0644]
test/Modules/Inputs/cxx17/module.modulemap [new file with mode: 0644]
test/Modules/Inputs/diag_pragma.h
test/Modules/Inputs/gnumode-non-benign/module.h [new file with mode: 0644]
test/Modules/Inputs/gnumode-non-benign/module.modulemap [new file with mode: 0644]
test/Modules/Inputs/hidden-names/hidden.h [new file with mode: 0644]
test/Modules/Inputs/hidden-names/module.modulemap [new file with mode: 0644]
test/Modules/Inputs/hidden-names/visible.h [new file with mode: 0644]
test/Modules/Inputs/implicit-built-Werror-using-W/convert.h [new file with mode: 0644]
test/Modules/Inputs/implicit-built-Werror-using-W/module.modulemap [new file with mode: 0644]
test/Modules/Inputs/invalid-module-id/NC-Prefix.pch [new file with mode: 0644]
test/Modules/Inputs/invalid-module-id/NC.framework/Headers/NC.h [new file with mode: 0644]
test/Modules/Inputs/invalid-module-id/NC.framework/Headers/NU-Visibility.h [new file with mode: 0644]
test/Modules/Inputs/invalid-module-id/NC.framework/Headers/NUGeometry.h [new file with mode: 0644]
test/Modules/Inputs/invalid-module-id/NC.framework/Modules/module.modulemap [new file with mode: 0644]
test/Modules/Inputs/invalid-module-id/NC.framework/Modules/module.private.modulemap [new file with mode: 0644]
test/Modules/Inputs/invalid-module-id/NC.framework/PrivateHeaders/NUAssert.h [new file with mode: 0644]
test/Modules/Inputs/invalid-module-id/NC.framework/PrivateHeaders/NULog.h [new file with mode: 0644]
test/Modules/Inputs/merge-function-defs/a.h [new file with mode: 0644]
test/Modules/Inputs/merge-function-defs/b.h [new file with mode: 0644]
test/Modules/Inputs/merge-function-defs/map [new file with mode: 0644]
test/Modules/Inputs/merge-name-for-linkage/b.h
test/Modules/Inputs/merge-name-for-linkage/c1.h [new file with mode: 0644]
test/Modules/Inputs/merge-name-for-linkage/c2.h [new file with mode: 0644]
test/Modules/Inputs/merge-name-for-linkage/module.modulemap
test/Modules/Inputs/merge-using-decls/b.h
test/Modules/Inputs/module.map
test/Modules/Inputs/outofdate-rebuild/AppKit.h [new file with mode: 0644]
test/Modules/Inputs/outofdate-rebuild/Cocoa.h [new file with mode: 0644]
test/Modules/Inputs/outofdate-rebuild/CoreText.h [new file with mode: 0644]
test/Modules/Inputs/outofdate-rebuild/CoreVideo.h [new file with mode: 0644]
test/Modules/Inputs/outofdate-rebuild/Foundation.h [new file with mode: 0644]
test/Modules/Inputs/outofdate-rebuild/module.modulemap [new file with mode: 0644]
test/Modules/Inputs/overloadable-attrs/a.h [new file with mode: 0644]
test/Modules/Inputs/overloadable-attrs/module.modulemap [new file with mode: 0644]
test/Modules/Inputs/pragma_pack_set.h [new file with mode: 0644]
test/Modules/Inputs/system-out-of-date/X.h [new file with mode: 0644]
test/Modules/Inputs/system-out-of-date/Y.h [new file with mode: 0644]
test/Modules/Inputs/system-out-of-date/Z.h [new file with mode: 0644]
test/Modules/Inputs/system-out-of-date/module.map [new file with mode: 0644]
test/Modules/Inputs/warning-mismatch/Mismatch.h [new file with mode: 0644]
test/Modules/Inputs/warning-mismatch/System.h [new file with mode: 0644]
test/Modules/Inputs/warning-mismatch/module.modulemap [new file with mode: 0644]
test/Modules/anon-redecl.cpp [new file with mode: 0644]
test/Modules/builtins.m
test/Modules/codegen-flags.test [new file with mode: 0644]
test/Modules/codegen-nodep.test [new file with mode: 0644]
test/Modules/codegen-opt.test [new file with mode: 0644]
test/Modules/codegen.test [new file with mode: 0644]
test/Modules/cxx-templates.cpp
test/Modules/cxx17.cpp [new file with mode: 0644]
test/Modules/dependency-dump-dependent-module.m
test/Modules/dependency-dump.m
test/Modules/diag-pragma.cpp [new file with mode: 0644]
test/Modules/diagnostic-options-out-of-date.m
test/Modules/find-privateheaders.m [new file with mode: 0644]
test/Modules/gnumode-non-benign.cpp [new file with mode: 0644]
test/Modules/hidden-names.cpp [new file with mode: 0644]
test/Modules/implicit-built-Werror-using-W.cpp [new file with mode: 0644]
test/Modules/implicit-private-with-different-name.m
test/Modules/invalid-pch-module-id.m [new file with mode: 0644]
test/Modules/localsubmodulevis.m [new file with mode: 0644]
test/Modules/merge-function-defs.cpp [new file with mode: 0644]
test/Modules/merge-name-for-linkage.cpp
test/Modules/merge-using-decls.cpp
test/Modules/module-impl-with-link.c
test/Modules/module_file_info.m
test/Modules/module_map_cwd.c [new file with mode: 0644]
test/Modules/modules-cache-path-canonicalization.m [new file with mode: 0644]
test/Modules/objc-categories.m
test/Modules/odr_hash.cpp [new file with mode: 0644]
test/Modules/outofdate-rebuild.m [new file with mode: 0644]
test/Modules/overloadable-attrs.cpp [new file with mode: 0644]
test/Modules/pragma-pack.cpp [new file with mode: 0644]
test/Modules/rebuild.m
test/Modules/system-out-of-date-test.m [new file with mode: 0644]
test/Modules/system_version.m [deleted file]
test/Modules/warning-mismatch.m [new file with mode: 0644]
test/OpenMP/cancel_messages.cpp
test/OpenMP/cancellation_point_messages.cpp
test/OpenMP/declare_reduction_messages.cpp
test/OpenMP/distribute_collapse_messages.cpp
test/OpenMP/distribute_firstprivate_codegen.cpp [new file with mode: 0644]
test/OpenMP/distribute_lastprivate_codegen.cpp
test/OpenMP/linking.c
test/OpenMP/nvptx_target_codegen.cpp
test/OpenMP/nvptx_target_parallel_codegen.cpp [new file with mode: 0644]
test/OpenMP/nvptx_target_parallel_num_threads_codegen.cpp [new file with mode: 0644]
test/OpenMP/nvptx_target_parallel_proc_bind_codegen.cpp [new file with mode: 0644]
test/OpenMP/nvptx_target_parallel_reduction_codegen.cpp [new file with mode: 0644]
test/OpenMP/nvptx_target_printf_codegen.c [new file with mode: 0644]
test/OpenMP/nvptx_target_teams_codegen.cpp [new file with mode: 0644]
test/OpenMP/nvptx_teams_reduction_codegen.cpp [new file with mode: 0644]
test/OpenMP/openmp_check.cpp
test/OpenMP/ordered_messages.cpp
test/OpenMP/target_parallel_codegen.cpp [new file with mode: 0644]
test/OpenMP/target_parallel_codegen_registration.cpp [new file with mode: 0644]
test/OpenMP/target_parallel_codegen_registration_naming.cpp [new file with mode: 0644]
test/OpenMP/target_parallel_default_messages.cpp
test/OpenMP/target_parallel_for_collapse_messages.cpp
test/OpenMP/target_parallel_for_ordered_messages.cpp
test/OpenMP/target_parallel_if_codegen.cpp [new file with mode: 0644]
test/OpenMP/target_parallel_num_threads_codegen.cpp [new file with mode: 0644]
test/OpenMP/target_teams_codegen.cpp [new file with mode: 0644]
test/OpenMP/target_teams_codegen_registration.cpp [new file with mode: 0644]
test/OpenMP/target_teams_codegen_registration_naming.cpp [new file with mode: 0644]
test/OpenMP/target_teams_num_teams_codegen.cpp [new file with mode: 0644]
test/OpenMP/target_teams_thread_limit_codegen.cpp [new file with mode: 0644]
test/OpenMP/threadprivate_codegen.cpp
test/OpenMP/vla_crash.c [new file with mode: 0644]
test/PCH/cxx-dependent-sized-ext-vector.cpp [new file with mode: 0644]
test/PCH/cxx-traits.cpp
test/PCH/cxx-traits.h
test/PCH/emit-dependencies.c [new file with mode: 0644]
test/PCH/macro-undef.cpp
test/PCH/ocl_types.h
test/PCH/pragma-pack.c [new file with mode: 0644]
test/Parser/altivec-csk-bool.c
test/Parser/altivec.c
test/Parser/attr-external-source-symbol-cxx11.cpp [new file with mode: 0644]
test/Parser/attr-external-source-symbol.m [new file with mode: 0644]
test/Parser/backtrack-off-by-one.cpp
test/Parser/cxx-altivec.cpp
test/Parser/cxx-template-decl.cpp
test/Parser/cxx0x-ambig.cpp
test/Parser/cxx0x-attributes.cpp
test/Parser/cxx11-stmt-attributes.cpp
test/Parser/cxx1z-class-template-argument-deduction.cpp [new file with mode: 0644]
test/Parser/declspec-recovery.c [new file with mode: 0644]
test/Parser/declspec-supported.c [new file with mode: 0644]
test/Parser/eof.cpp
test/Parser/objc-available.m
test/Parser/objc-cxx-keyword-identifiers.mm [new file with mode: 0644]
test/Parser/opencl-atomics-cl20.cl
test/Parser/pragma-fp.cpp [new file with mode: 0644]
test/Parser/vector-cast-define.cl [new file with mode: 0644]
test/Parser/vsx.c
test/Preprocessor/aarch64-target-features.c
test/Preprocessor/arm-acle-6.4.c
test/Preprocessor/arm-acle-6.5.c
test/Preprocessor/arm-target-features.c
test/Preprocessor/init.c
test/Preprocessor/predefined-arch-macros.c
test/Preprocessor/x86_target_features.c
test/Profile/Inputs/cxx-class.proftext
test/Profile/c-generate.c
test/Profile/c-ternary.c [new file with mode: 0644]
test/Profile/cxx-class.cpp
test/Profile/cxx-structors.cpp
test/Profile/cxx-virtual-destructor-calls.cpp
test/Rewriter/lit.local.cfg
test/Sema/address-unaligned.c [new file with mode: 0644]
test/Sema/address_spaces.c
test/Sema/alias-redefinition.c
test/Sema/alloc-align-attr.c [new file with mode: 0644]
test/Sema/altivec-init.c
test/Sema/arm-interrupt-attr.c
test/Sema/ast-print.c
test/Sema/attr-deprecated.c
test/Sema/attr-external-source-symbol.c [new file with mode: 0644]
test/Sema/attr-ifunc.c
test/Sema/auto-type.c
test/Sema/avr-interrupt-attr.c [new file with mode: 0644]
test/Sema/avr-signal-attr.c [new file with mode: 0644]
test/Sema/builtins-ppc.c
test/Sema/builtins-x86.c
test/Sema/callingconv-cast.c
test/Sema/const-eval.c
test/Sema/declspec-naked.c [new file with mode: 0644]
test/Sema/designated-initializers.c
test/Sema/enable_if.c
test/Sema/enum-attr.c [new file with mode: 0644]
test/Sema/expr-address-of.c
test/Sema/knr-def-call.c
test/Sema/ms-inline-asm.c
test/Sema/nonnull.c
test/Sema/pr30306.cpp [new file with mode: 0644]
test/Sema/transparent-union.c
test/Sema/unaligned-qualifier.c [new file with mode: 0644]
test/Sema/vector-ops.c
test/Sema/warn-strict-prototypes.c
test/Sema/warn-unreachable.c
test/Sema/xray-log-args-oob.c [new file with mode: 0644]
test/Sema/xray-log-args-oob.cpp [new file with mode: 0644]
test/SemaCXX/Inputs/std-coroutine.h [new file with mode: 0644]
test/SemaCXX/MicrosoftExtensions.cpp
test/SemaCXX/P30636.cpp [new file with mode: 0644]
test/SemaCXX/PR9572.cpp
test/SemaCXX/alloc-align-attr.cpp [new file with mode: 0644]
test/SemaCXX/altivec.cpp
test/SemaCXX/anonymous-struct.cpp
test/SemaCXX/array-bounds.cpp
test/SemaCXX/attr-deprecated.cpp
test/SemaCXX/attr-flag-enum-reject.cpp [deleted file]
test/SemaCXX/attr-noreturn.cpp
test/SemaCXX/attr-require-constant-initialization.cpp
test/SemaCXX/auto-cxx0x.cpp
test/SemaCXX/calling-conv-compat.cpp
test/SemaCXX/constant-expression-cxx11.cpp
test/SemaCXX/constant-expression-cxx1y.cpp
test/SemaCXX/coreturn.cpp
test/SemaCXX/coroutine-unhandled_exception-warning.cpp [new file with mode: 0644]
test/SemaCXX/coroutines.cpp
test/SemaCXX/cxx-altivec.cpp
test/SemaCXX/cxx0x-class.cpp
test/SemaCXX/cxx0x-initializer-aggregates.cpp
test/SemaCXX/cxx0x-initializer-constructor.cpp
test/SemaCXX/cxx0x-initializer-references.cpp
test/SemaCXX/cxx0x-initializer-scalars.cpp
test/SemaCXX/cxx1y-contextual-conversion-tweaks.cpp
test/SemaCXX/cxx1y-deduced-return-type.cpp
test/SemaCXX/cxx1y-generic-lambdas.cpp
test/SemaCXX/cxx1y-variable-templates_in_class.cpp
test/SemaCXX/cxx1y-variable-templates_top_level.cpp
test/SemaCXX/cxx1z-class-template-argument-deduction.cpp [new file with mode: 0644]
test/SemaCXX/cxx1z-constexpr-lambdas.cpp
test/SemaCXX/default-assignment-operator.cpp
test/SemaCXX/default-constructor-initializers.cpp
test/SemaCXX/designated-initializers-base-class.cpp [new file with mode: 0644]
test/SemaCXX/dllimport.cpp
test/SemaCXX/enable_if.cpp
test/SemaCXX/enum-attr.cpp [new file with mode: 0644]
test/SemaCXX/enum-scoped.cpp
test/SemaCXX/format-strings.cpp
test/SemaCXX/friend3.cpp [new file with mode: 0644]
test/SemaCXX/i-c-e-cxx.cpp
test/SemaCXX/implicit-exception-spec.cpp
test/SemaCXX/implicit-member-functions.cpp
test/SemaCXX/implicit-virtual-member-functions.cpp
test/SemaCXX/libstdcxx_pair_swap_hack.cpp
test/SemaCXX/make_integer_seq.cpp
test/SemaCXX/nested-name-spec.cpp
test/SemaCXX/new-delete.cpp
test/SemaCXX/no-wchar.cpp
test/SemaCXX/printf-cstr.cpp
test/SemaCXX/pseudo-destructors.cpp
test/SemaCXX/ptrtomember.cpp
test/SemaCXX/suppress.cpp [new file with mode: 0644]
test/SemaCXX/template-multiple-attr-propagation.cpp [new file with mode: 0644]
test/SemaCXX/template-specialization.cpp [moved from test/Sema/template-specialization.cpp with 100% similarity]
test/SemaCXX/type-convert-construct.cpp
test/SemaCXX/type-traits.cpp
test/SemaCXX/uninitialized.cpp
test/SemaCXX/virtual-base-used.cpp
test/SemaCXX/virtual-member-functions-key-function.cpp
test/SemaCXX/warn-bitfield-enum-conversion.cpp [new file with mode: 0644]
test/SemaCXX/warn-bool-conversion.cpp
test/SemaCXX/warn-inconsistent-missing-destructor-override [new file with mode: 0644]
test/SemaCXX/warn-shadow.cpp
test/SemaCXX/warn-thread-safety-parsing.cpp
test/SemaCXX/warn-unused-lambda-capture.cpp [new file with mode: 0644]
test/SemaCXX/warn-unused-value.cpp
test/SemaCXX/zero-length-arrays.cpp
test/SemaObjC/arc-peformselector.m
test/SemaObjC/arc-repeated-weak.mm
test/SemaObjC/arc-unavailable-for-weakref.m
test/SemaObjC/arc.m
test/SemaObjC/attr-deprecated.m
test/SemaObjC/category-attribute.m [new file with mode: 0644]
test/SemaObjC/class-message-protocol-lookup.m
test/SemaObjC/default-synthesize-3.m
test/SemaObjC/objc-class-property.m
test/SemaObjC/property-typecheck-1.m
test/SemaObjC/special-dep-unavail-warning.m
test/SemaObjC/unsafe-perform-selector.m [new file with mode: 0644]
test/SemaObjC/warn-deprecated-implementations.m
test/SemaObjCXX/arc-bridged-cast.mm
test/SemaObjCXX/arc-ptr-comparison.mm [new file with mode: 0644]
test/SemaObjCXX/arc-system-header.mm
test/SemaObjCXX/arc-templates.mm
test/SemaObjCXX/arc-unavailable-for-weakref.mm
test/SemaObjCXX/blocks.mm
test/SemaObjCXX/ivar-construct.mm
test/SemaObjCXX/objc-weak-type-traits.mm [new file with mode: 0644]
test/SemaObjCXX/objc-weak.mm [new file with mode: 0644]
test/SemaObjCXX/overload.mm
test/SemaOpenCL/access-qualifier.cl
test/SemaOpenCL/address-spaces-conversions-cl2.0.cl
test/SemaOpenCL/as_type.cl
test/SemaOpenCL/atomic-init.cl [new file with mode: 0644]
test/SemaOpenCL/builtins-amdgcn-error-f16.cl
test/SemaOpenCL/builtins-amdgcn-error-gfx9.cl [new file with mode: 0644]
test/SemaOpenCL/builtins-amdgcn-error.cl
test/SemaOpenCL/cl20-device-side-enqueue.cl
test/SemaOpenCL/invalid-assignment-constant-address-space.cl [moved from test/Sema/invalid-assignment-constant-address-space.c with 59% similarity]
test/SemaOpenCL/invalid-block.cl
test/SemaOpenCL/invalid-logical-ops-1.1.cl [deleted file]
test/SemaOpenCL/logical-ops.cl [moved from test/SemaOpenCL/invalid-logical-ops-1.2.cl with 59% similarity]
test/SemaOpenCL/sampler_t.cl
test/SemaOpenCL/types.cl [new file with mode: 0644]
test/SemaOpenCL/vector_swizzle_length.cl [new file with mode: 0644]
test/SemaTemplate/alias-templates.cpp
test/SemaTemplate/deduction.cpp
test/SemaTemplate/default-expr-arguments-3.cpp
test/SemaTemplate/explicit-instantiation.cpp
test/SemaTemplate/injected-class-name.cpp
test/SemaTemplate/instantiate-c99.cpp
test/SemaTemplate/instantiate-enum.cpp
test/SemaTemplate/instantiate-member-class.cpp
test/SemaTemplate/member-access-ambig.cpp
test/SemaTemplate/ms-sizeof-missing-typename.cpp
test/SemaTemplate/temp_arg.cpp
test/SemaTemplate/temp_arg_nontype.cpp
test/SemaTemplate/temp_arg_template.cpp
test/SemaTemplate/temp_arg_template_cxx1z.cpp
test/SemaTemplate/temp_explicit.cpp
test/SemaTemplate/template-id-expr.cpp
test/SemaTemplate/typename-specifier-3.cpp
test/SemaTemplate/typename-specifier.cpp
test/SemaTemplate/undefined-template.cpp
test/SemaTemplate/value-dependent-null-pointer-constant.cpp
test/SemaTemplate/virtual-member-functions.cpp
test/Tooling/lit.local.cfg
test/lit.cfg
test/lit.site.cfg.in
tools/c-index-test/CMakeLists.txt
tools/c-index-test/c-index-test.c
tools/c-index-test/core_main.cpp
tools/clang-check/ClangCheck.cpp
tools/clang-format-vs/.gitignore
tools/clang-format-vs/CMakeLists.txt
tools/clang-format-vs/ClangFormat.sln
tools/clang-format-vs/ClangFormat/ClangFormat.csproj
tools/clang-format-vs/ClangFormat/ClangFormatPackage.cs
tools/clang-format-vs/ClangFormat/RunningDocTableEventsDispatcher.cs [new file with mode: 0644]
tools/clang-format-vs/ClangFormat/Vsix.cs [new file with mode: 0644]
tools/clang-format-vs/ClangFormat/license.txt [new file with mode: 0644]
tools/clang-format-vs/ClangFormat/packages.config
tools/clang-format-vs/source.extension.vsixmanifest.in
tools/clang-format/ClangFormat.cpp
tools/clang-format/clang-format-test.el [new file with mode: 0644]
tools/clang-format/clang-format.el
tools/clang-import-test/clang-import-test.cpp
tools/clang-offload-bundler/ClangOffloadBundler.cpp
tools/driver/CMakeLists.txt
tools/driver/cc1as_main.cpp
tools/driver/driver.cpp
tools/libclang/CIndex.cpp
tools/libclang/CIndexCodeCompletion.cpp
tools/libclang/CXCursor.cpp
tools/libclang/CXIndexDataConsumer.cpp
tools/libclang/CXType.cpp
tools/libclang/libclang.exports
tools/scan-build-py/bin/analyze-build
tools/scan-build-py/bin/analyze-build.bat [deleted file]
tools/scan-build-py/bin/analyze-c++
tools/scan-build-py/bin/analyze-c++.bat [deleted file]
tools/scan-build-py/bin/analyze-cc
tools/scan-build-py/bin/analyze-cc.bat [deleted file]
tools/scan-build-py/bin/intercept-build
tools/scan-build-py/bin/intercept-build.bat [deleted file]
tools/scan-build-py/bin/intercept-c++
tools/scan-build-py/bin/intercept-c++.bat [deleted file]
tools/scan-build-py/bin/intercept-cc
tools/scan-build-py/bin/intercept-cc.bat [deleted file]
tools/scan-build-py/bin/scan-build
tools/scan-build-py/bin/scan-build.bat [deleted file]
tools/scan-build-py/libear/__init__.py
tools/scan-build-py/libscanbuild/__init__.py
tools/scan-build-py/libscanbuild/analyze.py
tools/scan-build-py/libscanbuild/arguments.py [new file with mode: 0644]
tools/scan-build-py/libscanbuild/clang.py
tools/scan-build-py/libscanbuild/intercept.py
tools/scan-build-py/libscanbuild/report.py
tools/scan-build-py/libscanbuild/runner.py [deleted file]
tools/scan-build-py/tests/unit/__init__.py
tools/scan-build-py/tests/unit/test_analyze.py
tools/scan-build-py/tests/unit/test_intercept.py
tools/scan-build-py/tests/unit/test_report.py
tools/scan-build-py/tests/unit/test_runner.py [deleted file]
tools/scan-build/CMakeLists.txt
tools/scan-view/share/Reporter.py
tools/scan-view/share/startfile.py
unittests/ASTMatchers/ASTMatchersNodeTest.cpp
unittests/ASTMatchers/ASTMatchersTest.h
unittests/Analysis/CFGTest.cpp
unittests/Analysis/CMakeLists.txt
unittests/Analysis/CloneDetectionTest.cpp [new file with mode: 0644]
unittests/Basic/CMakeLists.txt
unittests/Basic/FileManagerTest.cpp
unittests/Basic/MemoryBufferCacheTest.cpp [new file with mode: 0644]
unittests/Basic/SourceManagerTest.cpp
unittests/Basic/VirtualFileSystemTest.cpp
unittests/Driver/CMakeLists.txt
unittests/Format/CMakeLists.txt
unittests/Format/FormatTest.cpp
unittests/Format/FormatTestComments.cpp [new file with mode: 0644]
unittests/Format/FormatTestJS.cpp
unittests/Format/FormatTestJava.cpp
unittests/Format/FormatTestObjC.cpp
unittests/Format/FormatTestProto.cpp
unittests/Format/FormatTestSelective.cpp
unittests/Format/NamespaceEndCommentsFixerTest.cpp [new file with mode: 0644]
unittests/Lex/LexerTest.cpp
unittests/Lex/PPCallbacksTest.cpp
unittests/Lex/PPConditionalDirectiveRecordTest.cpp
unittests/Tooling/CMakeLists.txt
unittests/Tooling/RefactoringTest.cpp
utils/TableGen/CMakeLists.txt
utils/TableGen/ClangAttrEmitter.cpp
utils/TableGen/ClangOptionDocEmitter.cpp [new file with mode: 0644]
utils/TableGen/TableGen.cpp
utils/TableGen/TableGenBackends.h
www/analyzer/alpha_checks.html
www/cxx_dr_status.html
www/cxx_status.html