]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Vendor import of clang RELEASE_350/final tag r216957 (effectively, 3.5.0 release):
authordim <dim@FreeBSD.org>
Mon, 24 Nov 2014 09:15:30 +0000 (09:15 +0000)
committerdim <dim@FreeBSD.org>
Mon, 24 Nov 2014 09:15:30 +0000 (09:15 +0000)
commit173a4f43a911175643bda81ee675e8d9269056ea
tree47df2c12b57214af6c31e47404b005675b8b7ffc
parent88f7a7d5251a2d813460274c92decc143a11569b
Vendor import of clang RELEASE_350/final tag r216957 (effectively, 3.5.0 release):
https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_350/final@216957
3555 files changed:
.arcconfig
CMakeLists.txt
CODE_OWNERS.TXT
LICENSE.TXT
Makefile
NOTES.txt
README.txt
bindings/python/clang/cindex.py
bindings/python/examples/cindex/cindex-dump.py
bindings/python/tests/cindex/test_access_specifiers.py [new file with mode: 0644]
bindings/python/tests/cindex/test_cdb.py
bindings/python/tests/cindex/test_cursor.py
bindings/python/tests/cindex/test_translation_unit.py
bindings/python/tests/cindex/util.py
bindings/xml/comment-xml-schema.rng
docs/AddressSanitizer.rst
docs/AttributeReference.rst [new file with mode: 0644]
docs/CMakeLists.txt
docs/ClangFormat.rst
docs/ClangFormatStyleOptions.rst
docs/ClangPlugins.rst
docs/ClangTools.rst
docs/ExternalClangExamples.rst
docs/InternalsManual.rst
docs/LanguageExtensions.rst
docs/LibASTMatchersReference.html
docs/LibASTMatchersTutorial.rst
docs/LibTooling.rst
docs/MSVCCompatibility.rst [new file with mode: 0644]
docs/MemorySanitizer.rst
docs/Modules.rst
docs/ObjectiveCLiterals.rst
docs/PTHInternals.rst
docs/ReleaseNotes.rst
docs/SanitizerSpecialCaseList.rst
docs/ThreadSafetyAnalysis.rst [new file with mode: 0644]
docs/ThreadSanitizer.rst
docs/UsersManual.rst
docs/analyzer/conf.py
docs/conf.py
docs/doxygen.cfg.in
docs/index.rst
docs/tools/clang.pod
docs/tools/dump_ast_matchers.py
docs/tools/dump_format_style.py
examples/CMakeLists.txt
examples/PrintFunctionNames/CMakeLists.txt
examples/PrintFunctionNames/Makefile
examples/PrintFunctionNames/PrintFunctionNames.cpp
examples/PrintFunctionNames/PrintFunctionNames.exports
examples/analyzer-plugin/CMakeLists.txt
examples/analyzer-plugin/MainCallChecker.cpp
examples/clang-interpreter/CMakeLists.txt
examples/clang-interpreter/Makefile
examples/clang-interpreter/main.cpp
include/clang-c/BuildSystem.h [new file with mode: 0644]
include/clang-c/CXErrorCode.h [new file with mode: 0644]
include/clang-c/CXString.h
include/clang-c/Documentation.h [new file with mode: 0644]
include/clang-c/Index.h
include/clang-c/module.modulemap [new file with mode: 0644]
include/clang/ARCMigrate/ARCMT.h
include/clang/ARCMigrate/ARCMTActions.h
include/clang/ARCMigrate/FileRemapper.h
include/clang/AST/APValue.h
include/clang/AST/ASTConsumer.h
include/clang/AST/ASTContext.h
include/clang/AST/ASTDiagnostic.h
include/clang/AST/ASTImporter.h
include/clang/AST/ASTLambda.h
include/clang/AST/ASTMutationListener.h
include/clang/AST/ASTTypeTraits.h
include/clang/AST/ASTUnresolvedSet.h
include/clang/AST/ASTVector.h
include/clang/AST/Attr.h
include/clang/AST/AttrIterator.h
include/clang/AST/CMakeLists.txt
include/clang/AST/CXXInheritance.h
include/clang/AST/CanonicalType.h
include/clang/AST/CharUnits.h
include/clang/AST/Comment.h
include/clang/AST/CommentCommands.td
include/clang/AST/CommentHTMLTags.td
include/clang/AST/CommentLexer.h
include/clang/AST/CommentSema.h
include/clang/AST/DataRecursiveASTVisitor.h [new file with mode: 0644]
include/clang/AST/Decl.h
include/clang/AST/DeclBase.h
include/clang/AST/DeclCXX.h
include/clang/AST/DeclContextInternals.h
include/clang/AST/DeclFriend.h
include/clang/AST/DeclGroup.h
include/clang/AST/DeclLookups.h
include/clang/AST/DeclObjC.h
include/clang/AST/DeclOpenMP.h
include/clang/AST/DeclTemplate.h
include/clang/AST/DeclarationName.h
include/clang/AST/DependentDiagnostic.h
include/clang/AST/Expr.h
include/clang/AST/ExprCXX.h
include/clang/AST/ExprObjC.h
include/clang/AST/ExternalASTSource.h
include/clang/AST/LambdaCapture.h [new file with mode: 0644]
include/clang/AST/Makefile
include/clang/AST/Mangle.h
include/clang/AST/MangleNumberingContext.h
include/clang/AST/NestedNameSpecifier.h
include/clang/AST/OpenMPClause.h [new file with mode: 0644]
include/clang/AST/OperationKinds.h
include/clang/AST/ParentMap.h
include/clang/AST/PrettyPrinter.h
include/clang/AST/RawCommentList.h
include/clang/AST/RecordLayout.h
include/clang/AST/RecursiveASTVisitor.h
include/clang/AST/Redeclarable.h
include/clang/AST/Stmt.h
include/clang/AST/StmtCXX.h
include/clang/AST/StmtIterator.h
include/clang/AST/StmtObjC.h
include/clang/AST/StmtOpenMP.h
include/clang/AST/TemplateBase.h
include/clang/AST/TemplateName.h
include/clang/AST/Type.h
include/clang/AST/TypeLoc.h
include/clang/AST/TypeNodes.def
include/clang/AST/UnresolvedSet.h
include/clang/AST/VTableBuilder.h
include/clang/ASTMatchers/ASTMatchFinder.h
include/clang/ASTMatchers/ASTMatchers.h
include/clang/ASTMatchers/ASTMatchersInternal.h
include/clang/ASTMatchers/ASTMatchersMacros.h
include/clang/ASTMatchers/Dynamic/Diagnostics.h
include/clang/ASTMatchers/Dynamic/Parser.h
include/clang/ASTMatchers/Dynamic/Registry.h
include/clang/ASTMatchers/Dynamic/VariantValue.h
include/clang/Analysis/Analyses/Consumed.h
include/clang/Analysis/Analyses/Dominators.h
include/clang/Analysis/Analyses/FormatString.h
include/clang/Analysis/Analyses/LiveVariables.h
include/clang/Analysis/Analyses/PostOrderCFGView.h
include/clang/Analysis/Analyses/ReachableCode.h
include/clang/Analysis/Analyses/ThreadSafety.h
include/clang/Analysis/Analyses/ThreadSafetyCommon.h [new file with mode: 0644]
include/clang/Analysis/Analyses/ThreadSafetyLogical.h [new file with mode: 0644]
include/clang/Analysis/Analyses/ThreadSafetyOps.def [new file with mode: 0644]
include/clang/Analysis/Analyses/ThreadSafetyTIL.h [new file with mode: 0644]
include/clang/Analysis/Analyses/ThreadSafetyTraverse.h [new file with mode: 0644]
include/clang/Analysis/Analyses/ThreadSafetyUtil.h [new file with mode: 0644]
include/clang/Analysis/AnalysisContext.h
include/clang/Analysis/CFG.h
include/clang/Analysis/FlowSensitive/DataflowSolver.h [deleted file]
include/clang/Analysis/ProgramPoint.h
include/clang/Analysis/Support/BumpVector.h
include/clang/Basic/ABI.h
include/clang/Basic/Attr.td
include/clang/Basic/AttrDocs.td [new file with mode: 0644]
include/clang/Basic/AttrKinds.h
include/clang/Basic/Attributes.h [new file with mode: 0644]
include/clang/Basic/Builtins.def
include/clang/Basic/Builtins.h
include/clang/Basic/BuiltinsAArch64.def
include/clang/Basic/BuiltinsARM.def
include/clang/Basic/BuiltinsMips.def
include/clang/Basic/BuiltinsNEON.def [new file with mode: 0644]
include/clang/Basic/BuiltinsR600.def [new file with mode: 0644]
include/clang/Basic/BuiltinsX86.def
include/clang/Basic/CMakeLists.txt
include/clang/Basic/Diagnostic.h
include/clang/Basic/Diagnostic.td
include/clang/Basic/DiagnosticASTKinds.td
include/clang/Basic/DiagnosticCategories.td
include/clang/Basic/DiagnosticCommentKinds.td
include/clang/Basic/DiagnosticCommonKinds.td
include/clang/Basic/DiagnosticDriverKinds.td
include/clang/Basic/DiagnosticFrontendKinds.td
include/clang/Basic/DiagnosticGroups.td
include/clang/Basic/DiagnosticIDs.h
include/clang/Basic/DiagnosticLexKinds.td
include/clang/Basic/DiagnosticOptions.h
include/clang/Basic/DiagnosticParseKinds.td
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Basic/DiagnosticSerializationKinds.td
include/clang/Basic/FileManager.h
include/clang/Basic/FileSystemStatCache.h
include/clang/Basic/IdentifierTable.h
include/clang/Basic/LLVM.h
include/clang/Basic/LangOptions.def
include/clang/Basic/LangOptions.h
include/clang/Basic/Linkage.h
include/clang/Basic/Makefile
include/clang/Basic/Module.h
include/clang/Basic/ObjCRuntime.h
include/clang/Basic/OnDiskHashTable.h [deleted file]
include/clang/Basic/OpenCL.h [deleted file]
include/clang/Basic/OpenMPKinds.def
include/clang/Basic/OpenMPKinds.h
include/clang/Basic/OperatorKinds.h
include/clang/Basic/PartialDiagnostic.h
include/clang/Basic/PlistSupport.h [new file with mode: 0644]
include/clang/Basic/PrettyStackTrace.h
include/clang/Basic/Sanitizers.def
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/TargetCXXABI.h
include/clang/Basic/TargetInfo.h
include/clang/Basic/TargetOptions.h
include/clang/Basic/TemplateKinds.h
include/clang/Basic/TokenKinds.def
include/clang/Basic/TokenKinds.h
include/clang/Basic/TypeTraits.h
include/clang/Basic/Version.h
include/clang/Basic/VersionTuple.h
include/clang/Basic/VirtualFileSystem.h [new file with mode: 0644]
include/clang/Basic/arm_neon.td
include/clang/CMakeLists.txt
include/clang/CodeGen/BackendUtil.h
include/clang/CodeGen/CGFunctionInfo.h
include/clang/CodeGen/CodeGenABITypes.h
include/clang/CodeGen/CodeGenAction.h
include/clang/CodeGen/ModuleBuilder.h
include/clang/Config/config.h.cmake
include/clang/Config/config.h.in
include/clang/Driver/Action.h
include/clang/Driver/CC1AsOptions.h [deleted file]
include/clang/Driver/CC1AsOptions.td [deleted file]
include/clang/Driver/CC1Options.td
include/clang/Driver/CLCompatOptions.td
include/clang/Driver/CMakeLists.txt
include/clang/Driver/Compilation.h
include/clang/Driver/Driver.h
include/clang/Driver/Job.h
include/clang/Driver/Makefile
include/clang/Driver/Multilib.h [new file with mode: 0644]
include/clang/Driver/Options.h
include/clang/Driver/Options.td
include/clang/Driver/SanitizerArgs.h
include/clang/Driver/ToolChain.h
include/clang/Driver/Types.def
include/clang/Edit/Commit.h
include/clang/Edit/EditedSource.h
include/clang/Edit/FileOffset.h
include/clang/Format/Format.h
include/clang/Frontend/ASTUnit.h
include/clang/Frontend/ChainedDiagnosticConsumer.h
include/clang/Frontend/ChainedIncludesSource.h [deleted file]
include/clang/Frontend/CodeGenOptions.def
include/clang/Frontend/CodeGenOptions.h
include/clang/Frontend/CompilerInstance.h
include/clang/Frontend/CompilerInvocation.h
include/clang/Frontend/DependencyOutputOptions.h
include/clang/Frontend/DiagnosticRenderer.h
include/clang/Frontend/FrontendAction.h
include/clang/Frontend/FrontendActions.h
include/clang/Frontend/FrontendOptions.h
include/clang/Frontend/FrontendPluginRegistry.h
include/clang/Frontend/LangStandard.h
include/clang/Frontend/LangStandards.def
include/clang/Frontend/LayoutOverrideSource.h
include/clang/Frontend/LogDiagnosticPrinter.h
include/clang/Frontend/MultiplexConsumer.h
include/clang/Frontend/SerializedDiagnosticPrinter.h
include/clang/Frontend/TextDiagnostic.h
include/clang/Frontend/TextDiagnosticBuffer.h
include/clang/Frontend/TextDiagnosticPrinter.h
include/clang/Frontend/Utils.h
include/clang/Frontend/VerifyDiagnosticConsumer.h
include/clang/Index/CommentToXML.h
include/clang/Index/USRGeneration.h
include/clang/Lex/CMakeLists.txt [deleted file]
include/clang/Lex/DirectoryLookup.h
include/clang/Lex/HeaderMap.h
include/clang/Lex/HeaderSearch.h
include/clang/Lex/HeaderSearchOptions.h
include/clang/Lex/Lexer.h
include/clang/Lex/LiteralSupport.h
include/clang/Lex/MacroArgs.h
include/clang/Lex/MacroInfo.h
include/clang/Lex/Makefile [deleted file]
include/clang/Lex/ModuleLoader.h
include/clang/Lex/ModuleMap.h
include/clang/Lex/MultipleIncludeOpt.h
include/clang/Lex/PPCallbacks.h
include/clang/Lex/PPConditionalDirectiveRecord.h
include/clang/Lex/PTHLexer.h
include/clang/Lex/PTHManager.h
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/Token.h
include/clang/Lex/TokenLexer.h
include/clang/Makefile
include/clang/Parse/CMakeLists.txt
include/clang/Parse/Makefile
include/clang/Parse/ParseAST.h
include/clang/Parse/Parser.h
include/clang/Rewrite/Core/HTMLRewrite.h
include/clang/Rewrite/Core/RewriteRope.h
include/clang/Rewrite/Core/Rewriter.h
include/clang/Rewrite/Core/TokenRewriter.h
include/clang/Rewrite/Frontend/FixItRewriter.h
include/clang/Rewrite/Frontend/FrontendActions.h
include/clang/Sema/AttributeList.h
include/clang/Sema/CodeCompleteConsumer.h
include/clang/Sema/DeclSpec.h
include/clang/Sema/DelayedDiagnostic.h
include/clang/Sema/IdentifierResolver.h
include/clang/Sema/Initialization.h
include/clang/Sema/Lookup.h
include/clang/Sema/LoopHint.h [new file with mode: 0644]
include/clang/Sema/MultiplexExternalSemaSource.h
include/clang/Sema/ObjCMethodList.h
include/clang/Sema/Overload.h
include/clang/Sema/Ownership.h
include/clang/Sema/ParsedTemplate.h
include/clang/Sema/PrettyDeclStackTrace.h
include/clang/Sema/Scope.h
include/clang/Sema/ScopeInfo.h
include/clang/Sema/Sema.h
include/clang/Sema/SemaInternal.h
include/clang/Sema/SemaLambda.h
include/clang/Sema/Template.h
include/clang/Sema/TemplateDeduction.h
include/clang/Sema/TypoCorrection.h
include/clang/Sema/Weak.h
include/clang/Serialization/ASTBitCodes.h
include/clang/Serialization/ASTDeserializationListener.h
include/clang/Serialization/ASTReader.h
include/clang/Serialization/ASTWriter.h
include/clang/Serialization/GlobalModuleIndex.h
include/clang/Serialization/Module.h
include/clang/Serialization/ModuleManager.h
include/clang/StaticAnalyzer/Checkers/ObjCRetainCount.h
include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitor.h
include/clang/StaticAnalyzer/Core/BugReporter/BugType.h
include/clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h
include/clang/StaticAnalyzer/Core/Checker.h
include/clang/StaticAnalyzer/Core/CheckerManager.h
include/clang/StaticAnalyzer/Core/PathSensitive/APSIntType.h
include/clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h
include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h
include/clang/StaticAnalyzer/Core/PathSensitive/BlockCounter.h
include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h
include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h
include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.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/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/WorkList.h
include/clang/StaticAnalyzer/Frontend/AnalysisConsumer.h [moved from lib/StaticAnalyzer/Frontend/AnalysisConsumer.h with 66% similarity]
include/clang/StaticAnalyzer/Frontend/FrontendActions.h
include/clang/Tooling/ArgumentsAdjusters.h
include/clang/Tooling/CommonOptionsParser.h
include/clang/Tooling/CompilationDatabase.h
include/clang/Tooling/FileMatchTrie.h
include/clang/Tooling/JSONCompilationDatabase.h
include/clang/Tooling/Refactoring.h
include/clang/Tooling/RefactoringCallbacks.h
include/clang/Tooling/ReplacementsYaml.h
include/clang/Tooling/Tooling.h
include/clang/module.modulemap [new file with mode: 0644]
lib/ARCMigrate/ARCMT.cpp
lib/ARCMigrate/CMakeLists.txt
lib/ARCMigrate/FileRemapper.cpp
lib/ARCMigrate/Internals.h
lib/ARCMigrate/ObjCMT.cpp
lib/ARCMigrate/PlistReporter.cpp
lib/ARCMigrate/TransAPIUses.cpp
lib/ARCMigrate/TransAutoreleasePool.cpp
lib/ARCMigrate/TransBlockObjCVariable.cpp
lib/ARCMigrate/TransEmptyStatementsAndDealloc.cpp
lib/ARCMigrate/TransGCAttrs.cpp
lib/ARCMigrate/TransGCCalls.cpp
lib/ARCMigrate/TransProperties.cpp
lib/ARCMigrate/TransProtectedScope.cpp
lib/ARCMigrate/TransRetainReleaseDealloc.cpp
lib/ARCMigrate/TransUnbridgedCasts.cpp
lib/ARCMigrate/TransUnusedInitDelegate.cpp
lib/ARCMigrate/TransZeroOutPropsInDealloc.cpp
lib/ARCMigrate/TransformActions.cpp
lib/ARCMigrate/Transforms.cpp
lib/ARCMigrate/Transforms.h
lib/AST/APValue.cpp
lib/AST/ASTContext.cpp
lib/AST/ASTDiagnostic.cpp
lib/AST/ASTDumper.cpp
lib/AST/ASTImporter.cpp
lib/AST/ASTTypeTraits.cpp
lib/AST/AttrImpl.cpp
lib/AST/CMakeLists.txt
lib/AST/CXXABI.h
lib/AST/CXXInheritance.cpp
lib/AST/Comment.cpp
lib/AST/CommentCommandTraits.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/DeclFriend.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/ExternalASTSource.cpp
lib/AST/InheritViz.cpp
lib/AST/ItaniumCXXABI.cpp
lib/AST/ItaniumMangle.cpp
lib/AST/Mangle.cpp
lib/AST/MangleNumberingContext.cpp
lib/AST/MicrosoftCXXABI.cpp
lib/AST/MicrosoftMangle.cpp
lib/AST/NSAPI.cpp
lib/AST/NestedNameSpecifier.cpp
lib/AST/ParentMap.cpp
lib/AST/RawCommentList.cpp
lib/AST/RecordLayout.cpp
lib/AST/RecordLayoutBuilder.cpp
lib/AST/Stmt.cpp
lib/AST/StmtIterator.cpp
lib/AST/StmtPrinter.cpp
lib/AST/StmtProfile.cpp
lib/AST/TemplateBase.cpp
lib/AST/TemplateName.cpp
lib/AST/Type.cpp
lib/AST/TypeLoc.cpp
lib/AST/TypePrinter.cpp
lib/AST/VTTBuilder.cpp
lib/AST/VTableBuilder.cpp
lib/ASTMatchers/ASTMatchFinder.cpp
lib/ASTMatchers/ASTMatchersInternal.cpp
lib/ASTMatchers/CMakeLists.txt
lib/ASTMatchers/Dynamic/CMakeLists.txt
lib/ASTMatchers/Dynamic/Diagnostics.cpp
lib/ASTMatchers/Dynamic/Marshallers.h
lib/ASTMatchers/Dynamic/Parser.cpp
lib/ASTMatchers/Dynamic/Registry.cpp
lib/ASTMatchers/Dynamic/VariantValue.cpp
lib/Analysis/AnalysisDeclContext.cpp
lib/Analysis/BodyFarm.cpp
lib/Analysis/BodyFarm.h
lib/Analysis/CFG.cpp
lib/Analysis/CFGReachabilityAnalysis.cpp
lib/Analysis/CFGStmtMap.cpp
lib/Analysis/CMakeLists.txt
lib/Analysis/CallGraph.cpp
lib/Analysis/Consumed.cpp
lib/Analysis/FormatString.cpp
lib/Analysis/FormatStringParsing.h
lib/Analysis/LiveVariables.cpp
lib/Analysis/PostOrderCFGView.cpp
lib/Analysis/PrintfFormatString.cpp
lib/Analysis/ProgramPoint.cpp
lib/Analysis/PseudoConstantAnalysis.cpp
lib/Analysis/ReachableCode.cpp
lib/Analysis/ScanfFormatString.cpp
lib/Analysis/ThreadSafety.cpp
lib/Analysis/ThreadSafetyCommon.cpp [new file with mode: 0644]
lib/Analysis/ThreadSafetyLogical.cpp [new file with mode: 0644]
lib/Analysis/ThreadSafetyTIL.cpp [new file with mode: 0644]
lib/Analysis/UninitializedValues.cpp
lib/Basic/Attributes.cpp [new file with mode: 0644]
lib/Basic/Builtins.cpp
lib/Basic/CMakeLists.txt
lib/Basic/Diagnostic.cpp
lib/Basic/DiagnosticIDs.cpp
lib/Basic/FileManager.cpp
lib/Basic/FileSystemStatCache.cpp
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/TokenKinds.cpp
lib/Basic/Version.cpp
lib/Basic/VirtualFileSystem.cpp [new file with mode: 0644]
lib/Basic/Warnings.cpp [moved from lib/Frontend/Warnings.cpp with 68% similarity]
lib/CMakeLists.txt
lib/CodeGen/ABIInfo.h
lib/CodeGen/BackendUtil.cpp
lib/CodeGen/CGAtomic.cpp
lib/CodeGen/CGBlocks.cpp
lib/CodeGen/CGBlocks.h
lib/CodeGen/CGBuilder.h
lib/CodeGen/CGBuiltin.cpp
lib/CodeGen/CGCUDANV.cpp
lib/CodeGen/CGCUDARuntime.cpp
lib/CodeGen/CGCXX.cpp
lib/CodeGen/CGCXXABI.cpp
lib/CodeGen/CGCXXABI.h
lib/CodeGen/CGCall.cpp
lib/CodeGen/CGCall.h
lib/CodeGen/CGClass.cpp
lib/CodeGen/CGCleanup.cpp
lib/CodeGen/CGCleanup.h
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 [new file with mode: 0644]
lib/CodeGen/CGLoopInfo.h [new file with mode: 0644]
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/CGOpenMPRuntime.cpp [new file with mode: 0644]
lib/CodeGen/CGOpenMPRuntime.h [new file with mode: 0644]
lib/CodeGen/CGRTTI.cpp [deleted file]
lib/CodeGen/CGRecordLayout.h
lib/CodeGen/CGRecordLayoutBuilder.cpp
lib/CodeGen/CGStmt.cpp
lib/CodeGen/CGStmtOpenMP.cpp [new file with mode: 0644]
lib/CodeGen/CGVTT.cpp
lib/CodeGen/CGVTables.cpp
lib/CodeGen/CGVTables.h
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 [new file with mode: 0644]
lib/CodeGen/CodeGenPGO.h [new file with mode: 0644]
lib/CodeGen/CodeGenTBAA.cpp
lib/CodeGen/CodeGenTypes.cpp
lib/CodeGen/CodeGenTypes.h
lib/CodeGen/EHScopeStack.h
lib/CodeGen/ItaniumCXXABI.cpp
lib/CodeGen/MicrosoftCXXABI.cpp
lib/CodeGen/MicrosoftVBTables.cpp [deleted file]
lib/CodeGen/MicrosoftVBTables.h [deleted file]
lib/CodeGen/ModuleBuilder.cpp
lib/CodeGen/SanitizerBlacklist.cpp [new file with mode: 0644]
lib/CodeGen/SanitizerBlacklist.h [new file with mode: 0644]
lib/CodeGen/TargetInfo.cpp
lib/CodeGen/TargetInfo.h
lib/Driver/Action.cpp
lib/Driver/CC1AsOptions.cpp [deleted file]
lib/Driver/CMakeLists.txt
lib/Driver/Compilation.cpp
lib/Driver/Driver.cpp
lib/Driver/Job.cpp
lib/Driver/Multilib.cpp [new file with mode: 0644]
lib/Driver/SanitizerArgs.cpp
lib/Driver/ToolChain.cpp
lib/Driver/ToolChains.cpp
lib/Driver/ToolChains.h
lib/Driver/Tools.cpp
lib/Driver/Tools.h
lib/Driver/Types.cpp
lib/Driver/WindowsToolChain.cpp
lib/Edit/CMakeLists.txt
lib/Edit/Commit.cpp
lib/Edit/EditedSource.cpp
lib/Edit/RewriteObjCFoundationAPI.cpp
lib/Format/BreakableToken.cpp
lib/Format/BreakableToken.h
lib/Format/CMakeLists.txt
lib/Format/ContinuationIndenter.cpp
lib/Format/ContinuationIndenter.h
lib/Format/Encoding.h
lib/Format/Format.cpp
lib/Format/FormatToken.cpp
lib/Format/FormatToken.h
lib/Format/TokenAnnotator.cpp
lib/Format/TokenAnnotator.h
lib/Format/UnwrappedLineParser.cpp
lib/Format/UnwrappedLineParser.h
lib/Format/WhitespaceManager.cpp
lib/Format/WhitespaceManager.h
lib/Frontend/ASTConsumers.cpp
lib/Frontend/ASTMerge.cpp
lib/Frontend/ASTUnit.cpp
lib/Frontend/CMakeLists.txt
lib/Frontend/CacheTokens.cpp
lib/Frontend/ChainedIncludesSource.cpp
lib/Frontend/CompilerInstance.cpp
lib/Frontend/CompilerInvocation.cpp
lib/Frontend/CreateInvocationFromCommandLine.cpp
lib/Frontend/DependencyFile.cpp
lib/Frontend/DependencyGraph.cpp
lib/Frontend/DiagnosticRenderer.cpp
lib/Frontend/FrontendAction.cpp
lib/Frontend/FrontendActions.cpp
lib/Frontend/HeaderIncludeGen.cpp
lib/Frontend/InitHeaderSearch.cpp
lib/Frontend/InitPreprocessor.cpp
lib/Frontend/LangStandards.cpp
lib/Frontend/LogDiagnosticPrinter.cpp
lib/Frontend/Makefile
lib/Frontend/ModuleDependencyCollector.cpp [new file with mode: 0644]
lib/Frontend/MultiplexConsumer.cpp
lib/Frontend/PrintPreprocessedOutput.cpp
lib/Frontend/Rewrite/CMakeLists.txt [new file with mode: 0644]
lib/Frontend/Rewrite/FixItRewriter.cpp [moved from lib/Rewrite/Frontend/FixItRewriter.cpp with 95% similarity]
lib/Frontend/Rewrite/FrontendActions.cpp [moved from lib/Rewrite/Frontend/FrontendActions.cpp with 95% similarity]
lib/Frontend/Rewrite/HTMLPrint.cpp [moved from lib/Rewrite/Frontend/HTMLPrint.cpp with 96% similarity]
lib/Frontend/Rewrite/InclusionRewriter.cpp [moved from lib/Rewrite/Frontend/InclusionRewriter.cpp with 90% similarity]
lib/Frontend/Rewrite/Makefile [moved from lib/Rewrite/Frontend/Makefile with 87% similarity]
lib/Frontend/Rewrite/RewriteMacros.cpp [moved from lib/Rewrite/Frontend/RewriteMacros.cpp with 99% similarity]
lib/Frontend/Rewrite/RewriteModernObjC.cpp [moved from lib/Rewrite/Frontend/RewriteModernObjC.cpp with 94% similarity]
lib/Frontend/Rewrite/RewriteObjC.cpp [moved from lib/Rewrite/Frontend/RewriteObjC.cpp with 94% similarity]
lib/Frontend/Rewrite/RewriteTest.cpp [moved from lib/Rewrite/Frontend/RewriteTest.cpp with 100% similarity]
lib/Frontend/SerializedDiagnosticPrinter.cpp
lib/Frontend/TextDiagnostic.cpp
lib/Frontend/TextDiagnosticBuffer.cpp
lib/Frontend/TextDiagnosticPrinter.cpp
lib/Frontend/VerifyDiagnosticConsumer.cpp
lib/FrontendTool/CMakeLists.txt
lib/FrontendTool/ExecuteCompilerInvocation.cpp
lib/FrontendTool/Makefile
lib/Headers/CMakeLists.txt
lib/Headers/Intrin.h
lib/Headers/Makefile
lib/Headers/altivec.h
lib/Headers/arm_acle.h [new file with mode: 0644]
lib/Headers/avx2intrin.h
lib/Headers/avxintrin.h
lib/Headers/bmiintrin.h
lib/Headers/cpuid.h
lib/Headers/float.h
lib/Headers/ia32intrin.h [new file with mode: 0644]
lib/Headers/immintrin.h
lib/Headers/limits.h
lib/Headers/module.modulemap [moved from lib/Headers/module.map with 100% similarity]
lib/Headers/smmintrin.h
lib/Headers/stdarg.h
lib/Headers/stddef.h
lib/Headers/stdint.h
lib/Headers/x86intrin.h
lib/Headers/xmmintrin.h
lib/Index/CMakeLists.txt
lib/Index/CommentToXML.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/MacroArgs.cpp
lib/Lex/MacroInfo.cpp
lib/Lex/ModuleMap.cpp
lib/Lex/PPCaching.cpp
lib/Lex/PPConditionalDirectiveRecord.cpp
lib/Lex/PPDirectives.cpp
lib/Lex/PPExpressions.cpp
lib/Lex/PPLexerChange.cpp
lib/Lex/PPMacroExpansion.cpp
lib/Lex/PTHLexer.cpp
lib/Lex/Pragma.cpp
lib/Lex/PreprocessingRecord.cpp
lib/Lex/Preprocessor.cpp
lib/Lex/ScratchBuffer.cpp
lib/Lex/TokenLexer.cpp
lib/Lex/UnicodeCharSets.h
lib/Makefile
lib/Parse/CMakeLists.txt
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/ParsePragma.h [deleted file]
lib/Parse/ParseStmt.cpp
lib/Parse/ParseStmtAsm.cpp [new file with mode: 0644]
lib/Parse/ParseTemplate.cpp
lib/Parse/ParseTentative.cpp
lib/Parse/Parser.cpp
lib/Parse/RAIIObjectsForParser.h
lib/Rewrite/CMakeLists.txt
lib/Rewrite/Core/CMakeLists.txt [deleted file]
lib/Rewrite/Core/Makefile [deleted file]
lib/Rewrite/DeltaTree.cpp [moved from lib/Rewrite/Core/DeltaTree.cpp with 99% similarity]
lib/Rewrite/Frontend/CMakeLists.txt [deleted file]
lib/Rewrite/HTMLRewrite.cpp [moved from lib/Rewrite/Core/HTMLRewrite.cpp with 99% similarity]
lib/Rewrite/Makefile
lib/Rewrite/RewriteRope.cpp [moved from lib/Rewrite/Core/RewriteRope.cpp with 98% similarity]
lib/Rewrite/Rewriter.cpp [moved from lib/Rewrite/Core/Rewriter.cpp with 95% similarity]
lib/Rewrite/TokenRewriter.cpp [moved from lib/Rewrite/Core/TokenRewriter.cpp with 100% similarity]
lib/Sema/AnalysisBasedWarnings.cpp
lib/Sema/AttributeList.cpp
lib/Sema/CMakeLists.txt
lib/Sema/CodeCompleteConsumer.cpp
lib/Sema/DeclSpec.cpp
lib/Sema/DelayedDiagnostic.cpp
lib/Sema/IdentifierResolver.cpp
lib/Sema/JumpDiagnostics.cpp
lib/Sema/MultiplexExternalSemaSource.cpp
lib/Sema/Scope.cpp
lib/Sema/ScopeInfo.cpp
lib/Sema/Sema.cpp
lib/Sema/SemaAccess.cpp
lib/Sema/SemaAttr.cpp
lib/Sema/SemaCXXScopeSpec.cpp
lib/Sema/SemaCast.cpp
lib/Sema/SemaChecking.cpp
lib/Sema/SemaCodeComplete.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/TargetAttributesSema.cpp [deleted file]
lib/Sema/TargetAttributesSema.h [deleted file]
lib/Sema/TreeTransform.h
lib/Sema/TypeLocBuilder.cpp
lib/Sema/TypeLocBuilder.h
lib/Serialization/ASTCommon.cpp
lib/Serialization/ASTCommon.h
lib/Serialization/ASTReader.cpp
lib/Serialization/ASTReaderDecl.cpp
lib/Serialization/ASTReaderInternals.h
lib/Serialization/ASTReaderStmt.cpp
lib/Serialization/ASTWriter.cpp
lib/Serialization/ASTWriterDecl.cpp
lib/Serialization/ASTWriterStmt.cpp
lib/Serialization/CMakeLists.txt
lib/Serialization/GeneratePCH.cpp
lib/Serialization/GlobalModuleIndex.cpp
lib/Serialization/Module.cpp
lib/Serialization/ModuleManager.cpp
lib/StaticAnalyzer/Checkers/AnalyzerStatsChecker.cpp
lib/StaticAnalyzer/Checkers/ArrayBoundChecker.cpp
lib/StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp
lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp
lib/StaticAnalyzer/Checkers/BoolAssignmentChecker.cpp
lib/StaticAnalyzer/Checkers/CMakeLists.txt
lib/StaticAnalyzer/Checkers/CStringChecker.cpp
lib/StaticAnalyzer/Checkers/CStringSyntaxChecker.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/Checkers.td
lib/StaticAnalyzer/Checkers/ChrootChecker.cpp
lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp
lib/StaticAnalyzer/Checkers/DebugCheckers.cpp
lib/StaticAnalyzer/Checkers/DereferenceChecker.cpp
lib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp
lib/StaticAnalyzer/Checkers/DivZeroChecker.cpp
lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
lib/StaticAnalyzer/Checkers/ExprInspectionChecker.cpp
lib/StaticAnalyzer/Checkers/FixedAddressChecker.cpp
lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
lib/StaticAnalyzer/Checkers/IdempotentOperationChecker.cpp [deleted file]
lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp
lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp
lib/StaticAnalyzer/Checkers/LLVMConventionsChecker.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/NSAutoreleasePoolChecker.cpp
lib/StaticAnalyzer/Checkers/NSErrorChecker.cpp
lib/StaticAnalyzer/Checkers/NoReturnFunctionChecker.cpp
lib/StaticAnalyzer/Checkers/NonNullParamChecker.cpp
lib/StaticAnalyzer/Checkers/ObjCAtSyncChecker.cpp
lib/StaticAnalyzer/Checkers/ObjCContainersASTChecker.cpp
lib/StaticAnalyzer/Checkers/ObjCContainersChecker.cpp
lib/StaticAnalyzer/Checkers/ObjCMissingSuperCallChecker.cpp
lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp
lib/StaticAnalyzer/Checkers/ObjCUnusedIVarsChecker.cpp
lib/StaticAnalyzer/Checkers/PointerArithChecker.cpp
lib/StaticAnalyzer/Checkers/PointerSubChecker.cpp
lib/StaticAnalyzer/Checkers/PthreadLockChecker.cpp
lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp
lib/StaticAnalyzer/Checkers/ReturnPointerRangeChecker.cpp
lib/StaticAnalyzer/Checkers/ReturnUndefChecker.cpp
lib/StaticAnalyzer/Checkers/SelectorExtras.h [new file with mode: 0644]
lib/StaticAnalyzer/Checkers/SimpleStreamChecker.cpp
lib/StaticAnalyzer/Checkers/StackAddrEscapeChecker.cpp
lib/StaticAnalyzer/Checkers/StreamChecker.cpp
lib/StaticAnalyzer/Checkers/TaintTesterChecker.cpp
lib/StaticAnalyzer/Checkers/TestAfterDivZeroChecker.cpp [new file with mode: 0644]
lib/StaticAnalyzer/Checkers/TraversalChecker.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/UnixAPIChecker.cpp
lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp
lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp
lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp
lib/StaticAnalyzer/Core/AnalyzerOptions.cpp
lib/StaticAnalyzer/Core/BasicValueFactory.cpp
lib/StaticAnalyzer/Core/BlockCounter.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/CheckerManager.cpp
lib/StaticAnalyzer/Core/CheckerRegistry.cpp
lib/StaticAnalyzer/Core/CoreEngine.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/MemRegion.cpp
lib/StaticAnalyzer/Core/PathDiagnostic.cpp
lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
lib/StaticAnalyzer/Core/PrettyStackTraceLocationContext.h
lib/StaticAnalyzer/Core/ProgramState.cpp
lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
lib/StaticAnalyzer/Core/RegionStore.cpp
lib/StaticAnalyzer/Core/SValBuilder.cpp
lib/StaticAnalyzer/Core/SVals.cpp
lib/StaticAnalyzer/Core/SimpleConstraintManager.cpp
lib/StaticAnalyzer/Core/SimpleConstraintManager.h
lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
lib/StaticAnalyzer/Core/Store.cpp
lib/StaticAnalyzer/Core/SymbolManager.cpp
lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
lib/StaticAnalyzer/Frontend/CMakeLists.txt
lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp
lib/StaticAnalyzer/Frontend/FrontendActions.cpp
lib/Tooling/CMakeLists.txt
lib/Tooling/CommonOptionsParser.cpp
lib/Tooling/CompilationDatabase.cpp
lib/Tooling/FileMatchTrie.cpp
lib/Tooling/JSONCompilationDatabase.cpp
lib/Tooling/Refactoring.cpp
lib/Tooling/Tooling.cpp
runtime/CMakeLists.txt
runtime/compiler-rt/Makefile
test/ARCMT/GC-check-warn-nsalloc.m
test/ARCMT/GC-check.m
test/ARCMT/GC-no-arc-runtime.m
test/ARCMT/GC-no-arc-runtime.m.result
test/ARCMT/GC-no-finalize-removal.m
test/ARCMT/GC-no-finalize-removal.m.result
test/ARCMT/GC.m
test/ARCMT/GC.m.result
test/ARCMT/Inputs/Module.framework/Frameworks/SubFramework.framework/Headers/SubFramework.h [new file with mode: 0644]
test/ARCMT/Inputs/Module.framework/Headers/Buried/Treasure.h [new file with mode: 0644]
test/ARCMT/Inputs/Module.framework/Headers/Module.h [new file with mode: 0644]
test/ARCMT/Inputs/Module.framework/Headers/NotInModule.h [new file with mode: 0644]
test/ARCMT/Inputs/Module.framework/Headers/Sub.h [new file with mode: 0644]
test/ARCMT/Inputs/Module.framework/Headers/Sub2.h [new file with mode: 0644]
test/ARCMT/Inputs/Module.framework/Module [moved from include/clang/Driver/CC1Options.h with 100% similarity]
test/ARCMT/Inputs/Module.framework/PrivateHeaders/ModulePrivate.h [new file with mode: 0644]
test/ARCMT/Inputs/module.map [new file with mode: 0644]
test/ARCMT/api.m
test/ARCMT/api.m.result
test/ARCMT/assign-prop-with-arc-runtime.m
test/ARCMT/assign-prop-with-arc-runtime.m.result
test/ARCMT/atautorelease-2.m
test/ARCMT/atautorelease-2.m.result
test/ARCMT/atautorelease-3.m
test/ARCMT/atautorelease-3.m.result
test/ARCMT/atautorelease-check.m
test/ARCMT/atautorelease.m
test/ARCMT/atautorelease.m.result
test/ARCMT/autoreleases.m
test/ARCMT/autoreleases.m.result
test/ARCMT/check-with-pch.m
test/ARCMT/checking-in-arc.m
test/ARCMT/checking.m
test/ARCMT/cxx-checking.mm
test/ARCMT/cxx-rewrite.mm
test/ARCMT/cxx-rewrite.mm.result
test/ARCMT/dealloc.m
test/ARCMT/dealloc.m.result
test/ARCMT/designated-init-in-header/designated-init-in-header.m [new file with mode: 0644]
test/ARCMT/designated-init-in-header/file1.m.in [new file with mode: 0644]
test/ARCMT/designated-init-in-header/file2.m.in [new file with mode: 0644]
test/ARCMT/designated-init-in-header/file2.m.in.result [new file with mode: 0644]
test/ARCMT/designated-init-in-header/header1.h [new file with mode: 0644]
test/ARCMT/designated-init-in-header/header1.h.result [new file with mode: 0644]
test/ARCMT/init.m
test/ARCMT/init.m.result
test/ARCMT/migrate-on-pch-and-module.m [new file with mode: 0644]
test/ARCMT/migrate-plist-output.m
test/ARCMT/migrate-space-in-path.m
test/ARCMT/migrate-with-pch.m
test/ARCMT/migrate.m
test/ARCMT/no-canceling-bridge-to-bridge-cast.m
test/ARCMT/nonobjc-to-objc-cast-2.m
test/ARCMT/nonobjc-to-objc-cast.m
test/ARCMT/nonobjc-to-objc-cast.m.result
test/ARCMT/objcmt-arc-cf-annotations.m
test/ARCMT/objcmt-arc-cf-annotations.m.result
test/ARCMT/objcmt-atomic-property.m.result
test/ARCMT/objcmt-deprecated-category.m [deleted file]
test/ARCMT/objcmt-deprecated-category.m.result [deleted file]
test/ARCMT/objcmt-designated-initializer.m [new file with mode: 0644]
test/ARCMT/objcmt-designated-initializer.m.result [new file with mode: 0644]
test/ARCMT/objcmt-instancetype-2.m.result
test/ARCMT/objcmt-instancetype-unnecessary-diff.m [new file with mode: 0644]
test/ARCMT/objcmt-ns-nonatomic-iosonly.m.result
test/ARCMT/objcmt-property-availability.m.result
test/ARCMT/objcmt-property.m
test/ARCMT/objcmt-property.m.result
test/ARCMT/objcmt-protocol-conformance.m
test/ARCMT/objcmt-protocol-conformance.m.result
test/ARCMT/protected-scope.m
test/ARCMT/protected-scope.m.result
test/ARCMT/whitelisted/header1.h
test/ARCMT/whitelisted/header1.h.result
test/ARCMT/whitelisted/objcmt-with-whitelist-impl.m [new file with mode: 0644]
test/ARCMT/whitelisted/objcmt-with-whitelist-impl.m.result [new file with mode: 0644]
test/ARCMT/whitelisted/objcmt-with-whitelist.m
test/Analysis/Inputs/system-header-simulator-cxx.h
test/Analysis/Inputs/system-header-simulator-objc.h
test/Analysis/NSContainers.m
test/Analysis/NewDelete-checker-test.cpp
test/Analysis/NewDelete-variadic.cpp
test/Analysis/NewDeleteLeaks-PR18394.cpp [new file with mode: 0644]
test/Analysis/NoReturn.m
test/Analysis/PR9741.cpp
test/Analysis/analyzer-stats.c
test/Analysis/auto-obj-dtors-cfg-output.cpp
test/Analysis/bitwise-ops.c
test/Analysis/call-invalidation.cpp
test/Analysis/casts.c
test/Analysis/casts.cpp
test/Analysis/cfg.cpp
test/Analysis/checker-plugins.c [new file with mode: 0644]
test/Analysis/ctor.mm
test/Analysis/dead-stores.c
test/Analysis/dead-stores.m
test/Analysis/default-analyze.m
test/Analysis/diagnostics/undef-value-param.m
test/Analysis/dtor-cxx11.cpp [new file with mode: 0644]
test/Analysis/dtor.cpp
test/Analysis/dynamic-cast.cpp
test/Analysis/exercise-ps.c
test/Analysis/idempotent-operations-limited-loops.c [deleted file]
test/Analysis/idempotent-operations.c [deleted file]
test/Analysis/idempotent-operations.cpp [deleted file]
test/Analysis/idempotent-operations.m [deleted file]
test/Analysis/identical-expressions.cpp
test/Analysis/inline.cpp
test/Analysis/inlining/containers.cpp
test/Analysis/inlining/dyn-dispatch-bifurcate.cpp
test/Analysis/inlining/path-notes.cpp
test/Analysis/inlining/stl.cpp
test/Analysis/kmalloc-linux.c [new file with mode: 0644]
test/Analysis/malloc-three-arg.c [new file with mode: 0644]
test/Analysis/malloc.c
test/Analysis/malloc.m
test/Analysis/member-expr.cpp
test/Analysis/method-arg-decay.m
test/Analysis/misc-ps-region-store.cpp
test/Analysis/misc-ps-region-store.m
test/Analysis/misc-ps.m
test/Analysis/new.cpp
test/Analysis/no-outofbounds.c
test/Analysis/nonnull.m
test/Analysis/null-deref-ps.c
test/Analysis/objc-arc.m
test/Analysis/objc-boxing.m
test/Analysis/objc-for.m
test/Analysis/objc-properties.m
test/Analysis/objc-radar17039661.m [new file with mode: 0644]
test/Analysis/objc-string.mm
test/Analysis/objc/direct-ivar-assignment-in-annotated-functions.m
test/Analysis/properties.m
test/Analysis/properties.mm [new file with mode: 0644]
test/Analysis/pthreadlock.c
test/Analysis/ptr-arith.c
test/Analysis/reference.cpp
test/Analysis/region-1.m
test/Analysis/retain-release-cache-out.m [new file with mode: 0644]
test/Analysis/retain-release.m
test/Analysis/stack-addr-ps.cpp
test/Analysis/stackaddrleak.c
test/Analysis/superclass.m
test/Analysis/temp-obj-dtors-cfg-output.cpp
test/Analysis/temporaries.cpp
test/Analysis/test-after-div-zero.c [new file with mode: 0644]
test/Analysis/uninit-const.c [new file with mode: 0644]
test/Analysis/uninit-const.cpp [new file with mode: 0644]
test/Analysis/uninit-vals-ps-region.m
test/Analysis/weak-functions.c
test/CMakeLists.txt
test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/p2.cpp
test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/p2.cpp
test/CXX/basic/basic.lookup/basic.lookup.qual/p6-0x.cpp
test/CXX/basic/basic.lookup/basic.lookup.qual/p6.cpp
test/CXX/basic/basic.lookup/basic.lookup.unqual/p15.cpp
test/CXX/basic/basic.scope/basic.scope.local/p2.cpp
test/CXX/basic/basic.start/basic.start.init/p3.cpp [new file with mode: 0644]
test/CXX/basic/basic.start/basic.start.main/p2.cpp
test/CXX/basic/basic.stc/basic.stc.dynamic/basic.stc.dynamic.allocation/p1.cpp
test/CXX/basic/basic.stc/basic.stc.dynamic/basic.stc.dynamic.deallocation/p1.cpp
test/CXX/class.access/class.access.base/p1.cpp
test/CXX/class.access/p4.cpp
test/CXX/class.access/p6.cpp
test/CXX/class/class.static/class.static.data/p4.cpp
test/CXX/class/class.union/p8.cpp [new file with mode: 0644]
test/CXX/dcl.dcl/basic.namespace/namespace.udecl/p11.cpp
test/CXX/dcl.dcl/basic.namespace/namespace.udecl/p5-cxx0x.cpp
test/CXX/dcl.dcl/basic.namespace/namespace.udecl/p6-cxx0x.cpp
test/CXX/dcl.dcl/basic.namespace/namespace.udecl/p8-cxx0x.cpp
test/CXX/dcl.dcl/dcl.attr/dcl.align/p5.cpp
test/CXX/dcl.dcl/dcl.attr/dcl.attr.deprecated/p1.cpp
test/CXX/dcl.dcl/dcl.attr/dcl.attr.noreturn/p1.cpp
test/CXX/dcl.dcl/dcl.enum/p2.cpp [new file with mode: 0644]
test/CXX/dcl.dcl/dcl.link/p2.cpp [new file with mode: 0644]
test/CXX/dcl.dcl/dcl.link/p7.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p1.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p2.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p6.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.fct.spec/p4.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.fct.spec/p6.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.stc/p10.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/p4.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/p5-cxx0x.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.type/p3-0x.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.typedef/p2-0x.cpp
test/CXX/dcl.decl/dcl.init/dcl.init.list/basic.cpp
test/CXX/dcl.decl/dcl.init/dcl.init.list/p3-0x.cpp
test/CXX/dcl.decl/dcl.init/dcl.init.list/p7-0x-fixits.cpp
test/CXX/dcl.decl/dcl.init/dcl.init.list/p7-0x.cpp
test/CXX/dcl.decl/dcl.init/dcl.init.list/p7-cxx11-nowarn.cpp
test/CXX/dcl.decl/dcl.meaning/dcl.fct/p6-0x.cpp
test/CXX/dcl.decl/dcl.meaning/dcl.fct/p6.cpp
test/CXX/dcl.decl/dcl.meaning/dcl.fct/p8.cpp
test/CXX/dcl.decl/dcl.meaning/dcl.mptr/p3.cpp
test/CXX/dcl.decl/dcl.meaning/dcl.ref/p6-0x.cpp
test/CXX/dcl.decl/dcl.meaning/p1-0x.cpp
test/CXX/dcl.decl/dcl.meaning/p1.cpp
test/CXX/drs/dr0xx.cpp
test/CXX/drs/dr10xx.cpp [new file with mode: 0644]
test/CXX/drs/dr13xx.cpp [new file with mode: 0644]
test/CXX/drs/dr14xx.cpp [new file with mode: 0644]
test/CXX/drs/dr15xx.cpp [new file with mode: 0644]
test/CXX/drs/dr1xx.cpp
test/CXX/drs/dr2xx.cpp
test/CXX/drs/dr3xx.cpp [new file with mode: 0644]
test/CXX/drs/dr412.cpp [new file with mode: 0644]
test/CXX/drs/dr4xx.cpp
test/CXX/drs/dr5xx.cpp [new file with mode: 0644]
test/CXX/drs/dr9xx.cpp [new file with mode: 0644]
test/CXX/except/except.spec/canonical.cpp
test/CXX/except/except.spec/p11.cpp
test/CXX/except/except.spec/p14-ir.cpp
test/CXX/except/except.spec/p15.cpp
test/CXX/expr/expr.const/p2-0x.cpp
test/CXX/expr/expr.const/p3-0x.cpp
test/CXX/expr/expr.mptr.oper/p5.cpp
test/CXX/expr/expr.mptr.oper/p6-0x.cpp
test/CXX/expr/expr.prim/expr.prim.general/p4-0x.cpp
test/CXX/expr/expr.prim/expr.prim.lambda/blocks.mm
test/CXX/expr/expr.prim/expr.prim.lambda/generic-lambda-unimplemented-1y.cpp [deleted file]
test/CXX/expr/expr.prim/expr.prim.lambda/p14.cpp
test/CXX/expr/expr.prim/expr.prim.lambda/p19.cpp
test/CXX/expr/expr.prim/expr.prim.lambda/p2-generic-lambda-1y.cpp
test/CXX/expr/expr.prim/expr.prim.lambda/p5-generic-lambda-1y.cpp
test/CXX/expr/expr.unary/expr.new/p2-cxx0x.cpp
test/CXX/expr/expr.unary/expr.unary.op/p4.cpp
test/CXX/expr/expr.unary/expr.unary.op/p6.cpp
test/CXX/over/over.match/over.match.funcs/over.match.oper/p3.cpp
test/CXX/special/class.copy/implicit-move-def.cpp
test/CXX/special/class.copy/implicit-move.cpp
test/CXX/special/class.copy/p11.0x.copy.cpp
test/CXX/special/class.copy/p11.0x.move.cpp
test/CXX/special/class.copy/p13-0x.cpp
test/CXX/special/class.copy/p23-cxx11.cpp
test/CXX/special/class.copy/p33-0x.cpp
test/CXX/special/class.dtor/p10-0x.cpp
test/CXX/special/class.dtor/p3-0x.cpp
test/CXX/special/class.dtor/p9.cpp
test/CXX/special/class.inhctor/elsewhere.cpp
test/CXX/special/class.inhctor/p4.cpp
test/CXX/special/class.init/class.base.init/p8-0x.cpp
test/CXX/special/class.temporary/p1.cpp
test/CXX/temp/p3.cpp
test/CXX/temp/temp.arg/temp.arg.nontype/p5.cpp
test/CXX/temp/temp.decls/temp.class.spec/p8-1y.cpp
test/CXX/temp/temp.decls/temp.fct/temp.func.order/p3-0x.cpp [deleted file]
test/CXX/temp/temp.decls/temp.fct/temp.func.order/p3.cpp
test/CXX/temp/temp.decls/temp.mem/p3.cpp
test/CXX/temp/temp.decls/temp.variadic/fixed-expansion.cpp
test/CXX/temp/temp.decls/temp.variadic/p5.cpp
test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/p9-0x.cpp
test/CXX/temp/temp.param/p14.cpp [deleted file]
test/CXX/temp/temp.res/temp.local/p3.cpp
test/CXX/temp/temp.spec/cxx1y-variable-template-no-body.cpp
test/CXX/temp/temp.spec/no-body.cpp
test/CXX/temp/temp.spec/temp.expl.spec/p2-0x.cpp
test/CXX/temp/temp.spec/temp.expl.spec/p2.cpp
test/CXX/temp/temp.spec/temp.explicit/p1-emit.cpp
test/CodeCompletion/objc-message.mm [new file with mode: 0644]
test/CodeGen/2007-06-18-SextAttrAggregate.c
test/CodeGen/2009-02-13-zerosize-union-field-ppc.c
test/CodeGen/2010-01-13-MemBarrier.c
test/CodeGen/2010-06-17-asmcrash.c
test/CodeGen/Atomics.c
test/CodeGen/PR4611-bitfield-layout.c
test/CodeGen/PR8880.c [new file with mode: 0644]
test/CodeGen/a15.c [deleted file]
test/CodeGen/a5.c [deleted file]
test/CodeGen/aarch64-arguments.c [deleted file]
test/CodeGen/aarch64-inline-asm.c
test/CodeGen/aarch64-neon-2velem.c
test/CodeGen/aarch64-neon-3v.c [new file with mode: 0644]
test/CodeGen/aarch64-neon-across.c
test/CodeGen/aarch64-neon-copy.c [deleted file]
test/CodeGen/aarch64-neon-crypto.c [deleted file]
test/CodeGen/aarch64-neon-extract.c
test/CodeGen/aarch64-neon-fcvt-intrinsics.c
test/CodeGen/aarch64-neon-fma.c [new file with mode: 0644]
test/CodeGen/aarch64-neon-intrinsics.c
test/CodeGen/aarch64-neon-ldst-one.c
test/CodeGen/aarch64-neon-misc.c
test/CodeGen/aarch64-neon-perm.c
test/CodeGen/aarch64-neon-scalar-copy.c
test/CodeGen/aarch64-neon-scalar-x-indexed-elem.c
test/CodeGen/aarch64-neon-shifts.c
test/CodeGen/aarch64-neon-tbl.c
test/CodeGen/aarch64-neon-vcombine.c
test/CodeGen/aarch64-neon-vget-hilo.c
test/CodeGen/aarch64-poly128.c [new file with mode: 0644]
test/CodeGen/aarch64-poly64.c
test/CodeGen/aarch64-type-sizes.c
test/CodeGen/aarch64-varargs.c
test/CodeGen/alias.c
test/CodeGen/altivec.c
test/CodeGen/arm-aapcs-vfp.c
test/CodeGen/arm-arguments.c
test/CodeGen/arm-asm-deprecated.c [new file with mode: 0644]
test/CodeGen/arm-atomics-m.c [new file with mode: 0644]
test/CodeGen/arm-atomics-m0.c [new file with mode: 0644]
test/CodeGen/arm-atomics.c [new file with mode: 0644]
test/CodeGen/arm-be-result-return.c [new file with mode: 0644]
test/CodeGen/arm-byval-align.c [new file with mode: 0644]
test/CodeGen/arm-cortex-cpus.c [new file with mode: 0644]
test/CodeGen/arm-homogenous.c
test/CodeGen/arm-metadata.c [new file with mode: 0644]
test/CodeGen/arm-microsoft-intrinsics.c [new file with mode: 0644]
test/CodeGen/arm-neon-vcvtX.c [new file with mode: 0644]
test/CodeGen/arm64-aapcs-arguments.c [new file with mode: 0644]
test/CodeGen/arm64-abi-vector.c [new file with mode: 0644]
test/CodeGen/arm64-arguments.c [new file with mode: 0644]
test/CodeGen/arm64-be-bitfield.c [new file with mode: 0644]
test/CodeGen/arm64-be-hfa-vararg.c [new file with mode: 0644]
test/CodeGen/arm64-crc32.c [new file with mode: 0644]
test/CodeGen/arm64-lanes.c [new file with mode: 0644]
test/CodeGen/arm64-scalar-test.c [new file with mode: 0644]
test/CodeGen/arm64-vrnd.c [new file with mode: 0644]
test/CodeGen/arm64-vrsqrt.c [new file with mode: 0644]
test/CodeGen/arm64_crypto.c [new file with mode: 0644]
test/CodeGen/arm64_neon_high_half.c [new file with mode: 0644]
test/CodeGen/arm64_vCMP.c [new file with mode: 0644]
test/CodeGen/arm64_vLdStNum_lane.c [new file with mode: 0644]
test/CodeGen/arm64_vMaxMin.c [new file with mode: 0644]
test/CodeGen/arm64_vadd.c [new file with mode: 0644]
test/CodeGen/arm64_vca.c [new file with mode: 0644]
test/CodeGen/arm64_vcopy.c [new file with mode: 0644]
test/CodeGen/arm64_vcreate.c [new file with mode: 0644]
test/CodeGen/arm64_vcvtfp.c [new file with mode: 0644]
test/CodeGen/arm64_vdup.c [new file with mode: 0644]
test/CodeGen/arm64_vdupq_n_f64.c [new file with mode: 0644]
test/CodeGen/arm64_vecCmpBr.c [new file with mode: 0644]
test/CodeGen/arm64_vext.c [new file with mode: 0644]
test/CodeGen/arm64_vfma.c [new file with mode: 0644]
test/CodeGen/arm64_vget.c [new file with mode: 0644]
test/CodeGen/arm64_vneg.c [new file with mode: 0644]
test/CodeGen/arm64_vqmov.c [new file with mode: 0644]
test/CodeGen/arm64_vrecps.c [new file with mode: 0644]
test/CodeGen/arm64_vset_lane.c [new file with mode: 0644]
test/CodeGen/arm64_vshift.c [new file with mode: 0644]
test/CodeGen/arm64_vsli.c [new file with mode: 0644]
test/CodeGen/arm64_vsri.c [new file with mode: 0644]
test/CodeGen/arm64_vtst.c [new file with mode: 0644]
test/CodeGen/arm_acle.c [new file with mode: 0644]
test/CodeGen/arm_neon_intrinsics.c
test/CodeGen/asan-globals.cpp [new file with mode: 0644]
test/CodeGen/asm.c
test/CodeGen/asm_arm64.c [new file with mode: 0644]
test/CodeGen/atomic-arm64.c [new file with mode: 0644]
test/CodeGen/atomic-ops-libcall.c [new file with mode: 0644]
test/CodeGen/atomic-ops.c
test/CodeGen/atomic.c
test/CodeGen/attr-optnone.c [new file with mode: 0644]
test/CodeGen/avx-builtins.c
test/CodeGen/avx-shuffle-builtins.c
test/CodeGen/avx2-builtins.c
test/CodeGen/big-atomic-ops.c
test/CodeGen/bitfield-2.c
test/CodeGen/blocks-opencl.cl [new file with mode: 0644]
test/CodeGen/blockstret.c
test/CodeGen/bmi-builtins.c
test/CodeGen/bool-convert.c
test/CodeGen/bool-init.c
test/CodeGen/bool_test.c
test/CodeGen/branch-on-bool.c
test/CodeGen/builtin-assume.c [new file with mode: 0644]
test/CodeGen/builtin-ms-noop.cpp
test/CodeGen/builtins-aarch64.c [deleted file]
test/CodeGen/builtins-arm-exclusive.c
test/CodeGen/builtins-arm-microsoft.c [new file with mode: 0644]
test/CodeGen/builtins-arm.c
test/CodeGen/builtins-arm64.c [new file with mode: 0644]
test/CodeGen/builtins-mips-msa.c
test/CodeGen/builtins-nvptx.c
test/CodeGen/builtins-ppc-altivec.c
test/CodeGen/builtins-ppc.c
test/CodeGen/builtins-x86.c
test/CodeGen/builtinshufflevector2.c
test/CodeGen/c-strings.c
test/CodeGen/c11atomics.c
test/CodeGen/captured-statements-nested.c
test/CodeGen/captured-statements.c
test/CodeGen/catch-undef-behavior.c
test/CodeGen/cfstring.c
test/CodeGen/clear_cache.c [new file with mode: 0644]
test/CodeGen/complex-convert.c
test/CodeGen/cxx-default-arg.cpp
test/CodeGen/darwin-string-literals.c
test/CodeGen/debug-dead-local-var.c [deleted file]
test/CodeGen/debug-info-block.c
test/CodeGen/debug-info-enum.c [new file with mode: 0644]
test/CodeGen/debug-info-iv.c [deleted file]
test/CodeGen/debug-info-scope-file.c [new file with mode: 0644]
test/CodeGen/debug-info-typedef.c [new file with mode: 0644]
test/CodeGen/debug-info-var-location.c
test/CodeGen/debug-info-version.c
test/CodeGen/dependent-lib.c
test/CodeGen/disable-tail-calls.c [new file with mode: 0644]
test/CodeGen/dllexport.c [new file with mode: 0644]
test/CodeGen/dllimport-dllexport.c [deleted file]
test/CodeGen/dllimport.c [new file with mode: 0644]
test/CodeGen/dwarf-version.c
test/CodeGen/exceptions-seh.c
test/CodeGen/ffp-contract-option.c
test/CodeGen/flatten.c [new file with mode: 0644]
test/CodeGen/fp-contract-pragma.cpp
test/CodeGen/fp16-ops.c
test/CodeGen/function-attributes.c
test/CodeGen/function-sections.c [new file with mode: 0644]
test/CodeGen/hidden-alias-to-internal-function.c [new file with mode: 0644]
test/CodeGen/indirect-goto.c
test/CodeGen/init.c
test/CodeGen/inline.c
test/CodeGen/inline2.c
test/CodeGen/le32-vaarg.c [new file with mode: 0644]
test/CodeGen/libcall-declarations.c
test/CodeGen/libcalls.c
test/CodeGen/lineno-dbginfo.c
test/CodeGen/long-double-x86-nacl.c [deleted file]
test/CodeGen/malign-double-x86-nacl.c [new file with mode: 0644]
test/CodeGen/mangle-windows.c
test/CodeGen/mips-count-builtins.c [new file with mode: 0644]
test/CodeGen/mips-target-data.c [deleted file]
test/CodeGen/mips-type-sizes-int128.c [new file with mode: 0644]
test/CodeGen/mips-type-sizes.c [new file with mode: 0644]
test/CodeGen/mmx-builtins.c
test/CodeGen/mmx-inline-asm-error.c
test/CodeGen/mozilla-ms-inline-asm.c [new file with mode: 0644]
test/CodeGen/ms-inline-asm-64.c
test/CodeGen/ms-inline-asm.c
test/CodeGen/ms-inline-asm.cpp
test/CodeGen/ms-intrinsics.c [new file with mode: 0644]
test/CodeGen/ms_struct-bitfield.c
test/CodeGen/ms_struct-pack.c
test/CodeGen/named_reg_global.c [new file with mode: 0644]
test/CodeGen/neon-crypto.c [new file with mode: 0644]
test/CodeGen/noduplicate-cxx11-test.cpp [new file with mode: 0644]
test/CodeGen/noinline.c
test/CodeGen/nonnull.c [new file with mode: 0644]
test/CodeGen/overloadable.c
test/CodeGen/packed-nest-unpacked.c
test/CodeGen/packed-union.c
test/CodeGen/powerpc_types.c
test/CodeGen/ppc64-align-long-double.c
test/CodeGen/ppc64-align-struct.c [new file with mode: 0644]
test/CodeGen/ppc64-complex-parms.c
test/CodeGen/ppc64-complex-return.c
test/CodeGen/ppc64-extend.c
test/CodeGen/ppc64-inline-asm.c [new file with mode: 0644]
test/CodeGen/ppc64-struct-onefloat.c
test/CodeGen/ppc64-struct-onevect.c
test/CodeGen/ppc64-varargs-complex.c
test/CodeGen/ppc64-varargs-struct.c
test/CodeGen/ppc64-vector.c [new file with mode: 0644]
test/CodeGen/ppc64le-aggregates.c [new file with mode: 0644]
test/CodeGen/ppc64le-varargs-complex.c [new file with mode: 0644]
test/CodeGen/pr18235.c [new file with mode: 0644]
test/CodeGen/pr19841.cpp [new file with mode: 0644]
test/CodeGen/pragma-comment.c
test/CodeGen/pragma-detect_mismatch.c
test/CodeGen/pragma-loop.cpp [new file with mode: 0644]
test/CodeGen/pragma-pack-1.c
test/CodeGen/pragma-pack-2.c
test/CodeGen/pragma-unroll.cpp [new file with mode: 0644]
test/CodeGen/predefined-expr.c
test/CodeGen/r5.c [deleted file]
test/CodeGen/sanitize-init-order.cpp
test/CodeGen/sanitize-use-after-scope.c [deleted file]
test/CodeGen/sections.c
test/CodeGen/sparc-target-data.c [deleted file]
test/CodeGen/sparcv9-abi.c
test/CodeGen/sparcv9-dwarf.c [new file with mode: 0644]
test/CodeGen/split-stacks.c [new file with mode: 0644]
test/CodeGen/sret.c
test/CodeGen/sret2.c
test/CodeGen/sse-builtins-dbg.c [new file with mode: 0644]
test/CodeGen/sse-builtins.c
test/CodeGen/stack-protector.c
test/CodeGen/string-literal-short-wstring.c
test/CodeGen/struct-x86-darwin.c
test/CodeGen/target-data.c
test/CodeGen/tbaa-for-vptr.cpp
test/CodeGen/tbaa-ms-abi.cpp
test/CodeGen/tbaa-struct.cpp
test/CodeGen/ubsan-type-blacklist.cpp [new file with mode: 0644]
test/CodeGen/union.c
test/CodeGen/utf16-cfstrings.c
test/CodeGen/varargs.c
test/CodeGen/variadic-gpfp-x86.c [new file with mode: 0644]
test/CodeGen/vla.c
test/CodeGen/volatile-complex.c
test/CodeGen/volatile.c
test/CodeGen/wchar-const.c
test/CodeGen/windows-itanium.c [new file with mode: 0644]
test/CodeGen/windows-on-arm-dllimport-dllexport.c [new file with mode: 0644]
test/CodeGen/x86-64-inline-asm.c [new file with mode: 0644]
test/CodeGen/x86_64-atomic-128.c [new file with mode: 0644]
test/CodeGen/xcore-abi.c
test/CodeGen/xcore-abi.cpp [new file with mode: 0644]
test/CodeGen/xcore-stringtype.c [new file with mode: 0644]
test/CodeGenCUDA/Inputs/cuda.h [moved from test/SemaCUDA/cuda.h with 88% similarity]
test/CodeGenCUDA/address-spaces.cu
test/CodeGenCUDA/device-stub.cu
test/CodeGenCUDA/filter-decl.cu
test/CodeGenCUDA/kernel-call.cu
test/CodeGenCUDA/launch-bounds.cu [new file with mode: 0644]
test/CodeGenCUDA/ptx-kernels.cu
test/CodeGenCXX/2003-11-27-MultipleInheritanceThunk.cpp
test/CodeGenCXX/2004-03-08-ReinterpretCastCopy.cpp
test/CodeGenCXX/2004-03-09-UnmangledBuiltinMethods.cpp
test/CodeGenCXX/2006-09-12-OpaqueStructCrash.cpp
test/CodeGenCXX/2010-05-11-alwaysinlineinstantiation.cpp
test/CodeGenCXX/Inputs/debug-info-class-limited.cpp [moved from test/CodeGenCXX/debug-info-class-limited.cpp with 79% similarity]
test/CodeGenCXX/PR19955.cpp [new file with mode: 0644]
test/CodeGenCXX/PR20038.cpp [new file with mode: 0644]
test/CodeGenCXX/PR5050-constructor-conversion.cpp
test/CodeGenCXX/PR5093-static-member-function.cpp
test/CodeGenCXX/PR5863-unreachable-block.cpp
test/CodeGenCXX/aarch64-arguments.cpp
test/CodeGenCXX/aarch64-cxxabi.cpp
test/CodeGenCXX/aarch64-mangle-neon-vectors.cpp
test/CodeGenCXX/aarch64-neon.cpp
test/CodeGenCXX/abstract-class-ctors-dtors.cpp
test/CodeGenCXX/address-of-fntemplate.cpp
test/CodeGenCXX/address-space-ref.cpp [new file with mode: 0644]
test/CodeGenCXX/apple-kext.cpp
test/CodeGenCXX/arm.cpp
test/CodeGenCXX/arm64-constructor-return.cpp [new file with mode: 0644]
test/CodeGenCXX/arm64-darwinpcs.cpp [new file with mode: 0644]
test/CodeGenCXX/arm64-empty-struct.cpp [new file with mode: 0644]
test/CodeGenCXX/arm64.cpp [new file with mode: 0644]
test/CodeGenCXX/array-construction.cpp
test/CodeGenCXX/array-operator-delete-call.cpp
test/CodeGenCXX/atomicinit.cpp
test/CodeGenCXX/attr-cleanup.cpp
test/CodeGenCXX/attr-used.cpp
test/CodeGenCXX/bitfield-layout.cpp
test/CodeGenCXX/bitfield.cpp
test/CodeGenCXX/block-byref-cxx-objc.cpp
test/CodeGenCXX/block-in-ctor-dtor.cpp
test/CodeGenCXX/block.cpp
test/CodeGenCXX/blocks-cxx11.cpp
test/CodeGenCXX/blocks.cpp
test/CodeGenCXX/c-linkage.cpp
test/CodeGenCXX/call-arg-zero-temp.cpp
test/CodeGenCXX/captured-statements.cpp
test/CodeGenCXX/cast-conversion.cpp
test/CodeGenCXX/catch-undef-behavior.cpp
test/CodeGenCXX/class-layout.cpp
test/CodeGenCXX/conditional-gnu-ext.cpp
test/CodeGenCXX/const-base-cast.cpp
test/CodeGenCXX/const-global-linkage.cpp
test/CodeGenCXX/const-init-cxx11.cpp
test/CodeGenCXX/const-init-cxx1y.cpp
test/CodeGenCXX/constructor-attr.cpp
test/CodeGenCXX/constructor-conversion.cpp
test/CodeGenCXX/constructor-default-arg.cpp
test/CodeGenCXX/constructor-destructor-return-this.cpp
test/CodeGenCXX/constructor-direct-call.cpp
test/CodeGenCXX/constructor-for-array-members.cpp
test/CodeGenCXX/constructor-init-reference.cpp
test/CodeGenCXX/constructor-init.cpp
test/CodeGenCXX/constructor-template.cpp
test/CodeGenCXX/constructors.cpp
test/CodeGenCXX/convert-to-fptr.cpp
test/CodeGenCXX/copy-assign-synthesis-1.cpp
test/CodeGenCXX/copy-assign-synthesis-2.cpp
test/CodeGenCXX/copy-constructor-elim-2.cpp
test/CodeGenCXX/copy-constructor-elim.cpp
test/CodeGenCXX/copy-constructor-synthesis-2.cpp
test/CodeGenCXX/copy-constructor-synthesis.cpp
test/CodeGenCXX/coverage.cpp
test/CodeGenCXX/ctor-dtor-alias.cpp
test/CodeGenCXX/cxx0x-defaulted-templates.cpp
test/CodeGenCXX/cxx0x-delegating-ctors.cpp
test/CodeGenCXX/cxx0x-initializer-stdinitializerlist-pr12086.cpp
test/CodeGenCXX/cxx0x-initializer-stdinitializerlist-startend.cpp
test/CodeGenCXX/cxx0x-initializer-stdinitializerlist.cpp
test/CodeGenCXX/cxx11-exception-spec.cpp
test/CodeGenCXX/cxx11-initializer-aggregate.cpp
test/CodeGenCXX/cxx11-initializer-array-new.cpp
test/CodeGenCXX/cxx11-noreturn.cpp
test/CodeGenCXX/cxx11-thread-local-reference.cpp
test/CodeGenCXX/cxx11-thread-local.cpp
test/CodeGenCXX/cxx11-unrestricted-union.cpp
test/CodeGenCXX/cxx1y-initializer-aggregate.cpp
test/CodeGenCXX/cxx1y-variable-template.cpp
test/CodeGenCXX/debug-info-alias.cpp [new file with mode: 0644]
test/CodeGenCXX/debug-info-anon-union-vars.cpp [new file with mode: 0644]
test/CodeGenCXX/debug-info-byval.cpp
test/CodeGenCXX/debug-info-char16.cpp
test/CodeGenCXX/debug-info-class-limited-plugin.test [new file with mode: 0644]
test/CodeGenCXX/debug-info-class-limited.test [new file with mode: 0644]
test/CodeGenCXX/debug-info-class-nolimit.cpp
test/CodeGenCXX/debug-info-class.cpp
test/CodeGenCXX/debug-info-ctor2.cpp
test/CodeGenCXX/debug-info-dup-fwd-decl.cpp
test/CodeGenCXX/debug-info-enum-class.cpp
test/CodeGenCXX/debug-info-enum.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-global.cpp [new file with mode: 0644]
test/CodeGenCXX/debug-info-indirect-field-decl.cpp [new file with mode: 0644]
test/CodeGenCXX/debug-info-limited.cpp
test/CodeGenCXX/debug-info-line-if.cpp [new file with mode: 0644]
test/CodeGenCXX/debug-info-member.cpp
test/CodeGenCXX/debug-info-method-spec.cpp
test/CodeGenCXX/debug-info-method.cpp
test/CodeGenCXX/debug-info-method2.cpp
test/CodeGenCXX/debug-info-namespace.cpp
test/CodeGenCXX/debug-info-pubtypes.cpp [deleted file]
test/CodeGenCXX/debug-info-qualifiers.cpp [new file with mode: 0644]
test/CodeGenCXX/debug-info-same-line.cpp
test/CodeGenCXX/debug-info-scope.cpp
test/CodeGenCXX/debug-info-template-explicit-specialization.cpp [new file with mode: 0644]
test/CodeGenCXX/debug-info-template-fwd.cpp [new file with mode: 0644]
test/CodeGenCXX/debug-info-template-limit.cpp
test/CodeGenCXX/debug-info-template-member.cpp
test/CodeGenCXX/debug-info-template-partial-specialization.cpp [new file with mode: 0644]
test/CodeGenCXX/debug-info-template.cpp
test/CodeGenCXX/debug-info-thunk.cpp
test/CodeGenCXX/debug-info-use-after-free.cpp
test/CodeGenCXX/debug-info-uuid.cpp
test/CodeGenCXX/debug-info-varargs.cpp [new file with mode: 0644]
test/CodeGenCXX/debug-info-vtable-optzn.cpp [new file with mode: 0644]
test/CodeGenCXX/debug-info.cpp
test/CodeGenCXX/decl-ref-init.cpp
test/CodeGenCXX/default-arg-temps.cpp
test/CodeGenCXX/default-arguments.cpp
test/CodeGenCXX/default-constructor-default-argument.cpp
test/CodeGenCXX/default-constructor-for-members.cpp
test/CodeGenCXX/default-constructor-template-member.cpp
test/CodeGenCXX/default-destructor-nested.cpp
test/CodeGenCXX/deferred-global-init.cpp
test/CodeGenCXX/delayed-template-parsing.cpp
test/CodeGenCXX/delete-two-arg.cpp
test/CodeGenCXX/dependent-type-member-pointer.cpp
test/CodeGenCXX/derived-to-base-conv.cpp
test/CodeGenCXX/derived-to-virtual-base-class-calls-final.cpp
test/CodeGenCXX/destructor-exception-spec.cpp
test/CodeGenCXX/destructors.cpp
test/CodeGenCXX/dllexport-members.cpp [new file with mode: 0644]
test/CodeGenCXX/dllexport.cpp [new file with mode: 0644]
test/CodeGenCXX/dllimport-members.cpp [new file with mode: 0644]
test/CodeGenCXX/dllimport-rtti.cpp [new file with mode: 0644]
test/CodeGenCXX/dllimport.cpp [new file with mode: 0644]
test/CodeGenCXX/duplicate-mangled-name.cpp [new file with mode: 0644]
test/CodeGenCXX/dynamic_cast-no-rtti.cpp
test/CodeGenCXX/eh.cpp
test/CodeGenCXX/elide-call-reference.cpp
test/CodeGenCXX/empty-nontrivially-copyable.cpp
test/CodeGenCXX/enable_if.cpp [new file with mode: 0644]
test/CodeGenCXX/exceptions-no-rtti.cpp
test/CodeGenCXX/exceptions.cpp
test/CodeGenCXX/explicit-instantiation.cpp
test/CodeGenCXX/extern-c.cpp
test/CodeGenCXX/fastcall.cpp
test/CodeGenCXX/field-access-debug-info.cpp
test/CodeGenCXX/flatten.cpp [new file with mode: 0644]
test/CodeGenCXX/funcsig.cpp [new file with mode: 0644]
test/CodeGenCXX/function-template-explicit-specialization.cpp
test/CodeGenCXX/function-template-specialization.cpp
test/CodeGenCXX/global-array-destruction.cpp
test/CodeGenCXX/global-init.cpp
test/CodeGenCXX/global-llvm-constant.cpp
test/CodeGenCXX/globalinit-loc.cpp [new file with mode: 0644]
test/CodeGenCXX/goto.cpp
test/CodeGenCXX/implicit-copy-assign-operator.cpp
test/CodeGenCXX/implicit-copy-constructor.cpp
test/CodeGenCXX/implicit-instantiation-1.cpp
test/CodeGenCXX/inheriting-constructor.cpp
test/CodeGenCXX/init-priority-attr.cpp
test/CodeGenCXX/inline-functions.cpp
test/CodeGenCXX/instrument-functions.cpp
test/CodeGenCXX/int64_uint64.cpp [new file with mode: 0644]
test/CodeGenCXX/internal-linkage.cpp
test/CodeGenCXX/linetable-cleanup.cpp
test/CodeGenCXX/linetable-eh.cpp [new file with mode: 0644]
test/CodeGenCXX/linetable-fnbegin.cpp [new file with mode: 0644]
test/CodeGenCXX/linkage.cpp
test/CodeGenCXX/mangle-abi-examples.cpp
test/CodeGenCXX/mangle-address-space.cpp
test/CodeGenCXX/mangle-alias-template.cpp
test/CodeGenCXX/mangle-lambdas.cpp
test/CodeGenCXX/mangle-local-class-names.cpp
test/CodeGenCXX/mangle-local-class-vtables.cpp
test/CodeGenCXX/mangle-local-classes-nested.cpp
test/CodeGenCXX/mangle-ms-abi-examples.cpp
test/CodeGenCXX/mangle-ms-arg-qualifiers.cpp
test/CodeGenCXX/mangle-ms-back-references-pr13207.cpp
test/CodeGenCXX/mangle-ms-back-references.cpp
test/CodeGenCXX/mangle-ms-cxx11.cpp
test/CodeGenCXX/mangle-ms-cxx14.cpp [new file with mode: 0644]
test/CodeGenCXX/mangle-ms-return-qualifiers.cpp
test/CodeGenCXX/mangle-ms-string-literals.cpp [new file with mode: 0644]
test/CodeGenCXX/mangle-ms-template-callback.cpp
test/CodeGenCXX/mangle-ms-templates-memptrs-2.cpp [new file with mode: 0644]
test/CodeGenCXX/mangle-ms-templates-memptrs.cpp [new file with mode: 0644]
test/CodeGenCXX/mangle-ms-templates.cpp
test/CodeGenCXX/mangle-ms-vector-types.cpp
test/CodeGenCXX/mangle-ms.cpp
test/CodeGenCXX/mangle-neon-vectors.cpp
test/CodeGenCXX/mangle-nullptr-arg.cpp
test/CodeGenCXX/mangle-std-externc.cpp
test/CodeGenCXX/mangle-subst-std.cpp
test/CodeGenCXX/mangle-template.cpp
test/CodeGenCXX/mangle-windows.cpp
test/CodeGenCXX/mangle.cpp
test/CodeGenCXX/member-alignment.cpp
test/CodeGenCXX/member-function-pointer-calls.cpp
test/CodeGenCXX/member-init-anon-union.cpp
test/CodeGenCXX/member-templates.cpp
test/CodeGenCXX/microsoft-abi-alignment-fail.cpp
test/CodeGenCXX/microsoft-abi-arg-order.cpp [new file with mode: 0644]
test/CodeGenCXX/microsoft-abi-array-cookies.cpp
test/CodeGenCXX/microsoft-abi-byval-sret.cpp [new file with mode: 0644]
test/CodeGenCXX/microsoft-abi-byval-vararg.cpp [new file with mode: 0644]
test/CodeGenCXX/microsoft-abi-cdecl-method-sret.cpp [new file with mode: 0644]
test/CodeGenCXX/microsoft-abi-constexpr-vs-inheritance.cpp
test/CodeGenCXX/microsoft-abi-default-cc.cpp
test/CodeGenCXX/microsoft-abi-dynamic-cast.cpp [new file with mode: 0644]
test/CodeGenCXX/microsoft-abi-exceptions.cpp
test/CodeGenCXX/microsoft-abi-member-pointers.cpp
test/CodeGenCXX/microsoft-abi-methods.cpp
test/CodeGenCXX/microsoft-abi-multiple-nonvirtual-inheritance.cpp
test/CodeGenCXX/microsoft-abi-non-virtual-base-ordering.cpp [new file with mode: 0755]
test/CodeGenCXX/microsoft-abi-nontrivial-covariant-thunk.cpp [new file with mode: 0644]
test/CodeGenCXX/microsoft-abi-rtti.cpp [new file with mode: 0644]
test/CodeGenCXX/microsoft-abi-sret-and-byval.cpp
test/CodeGenCXX/microsoft-abi-static-initializers.cpp
test/CodeGenCXX/microsoft-abi-structors-alias.cpp
test/CodeGenCXX/microsoft-abi-structors.cpp
test/CodeGenCXX/microsoft-abi-thunks.cpp
test/CodeGenCXX/microsoft-abi-try-throw.cpp [new file with mode: 0644]
test/CodeGenCXX/microsoft-abi-typeid.cpp [new file with mode: 0644]
test/CodeGenCXX/microsoft-abi-vbtables.cpp
test/CodeGenCXX/microsoft-abi-vftables.cpp [new file with mode: 0644]
test/CodeGenCXX/microsoft-abi-virtual-inheritance-vtordisps.cpp
test/CodeGenCXX/microsoft-abi-virtual-inheritance.cpp
test/CodeGenCXX/microsoft-abi-virtual-member-pointers.cpp
test/CodeGenCXX/microsoft-abi-vtables-multiple-nonvirtual-inheritance-no-thunks.cpp [new file with mode: 0644]
test/CodeGenCXX/microsoft-abi-vtables-multiple-nonvirtual-inheritance-pure-virtual.cpp [new file with mode: 0644]
test/CodeGenCXX/microsoft-abi-vtables-multiple-nonvirtual-inheritance-return-adjustment.cpp [new file with mode: 0644]
test/CodeGenCXX/microsoft-abi-vtables-multiple-nonvirtual-inheritance-this-adjustment.cpp [new file with mode: 0644]
test/CodeGenCXX/microsoft-abi-vtables-multiple-nonvirtual-inheritance-vdtors.cpp [new file with mode: 0644]
test/CodeGenCXX/microsoft-abi-vtables-multiple-nonvirtual-inheritance.cpp [deleted file]
test/CodeGenCXX/microsoft-abi-vtables-return-thunks.cpp [new file with mode: 0644]
test/CodeGenCXX/microsoft-abi-vtables-single-inheritance.cpp
test/CodeGenCXX/microsoft-abi-vtables-virtual-inheritance-vtordisps.cpp
test/CodeGenCXX/microsoft-abi-vtables-virtual-inheritance.cpp
test/CodeGenCXX/microsoft-compatibility.cpp [new file with mode: 0644]
test/CodeGenCXX/microsoft-interface.cpp
test/CodeGenCXX/microsoft-new.cpp
test/CodeGenCXX/microsoft-no-rtti-data.cpp [new file with mode: 0644]
test/CodeGenCXX/microsoft-templ-uuidof.cpp [new file with mode: 0644]
test/CodeGenCXX/microsoft-uuidof.cpp
test/CodeGenCXX/mingw-new-abi.cpp [new file with mode: 0644]
test/CodeGenCXX/mips-size_t-ptrdiff_t.cpp [new file with mode: 0644]
test/CodeGenCXX/ms-integer-static-data-members-exported.cpp [new file with mode: 0644]
test/CodeGenCXX/ms-integer-static-data-members.cpp
test/CodeGenCXX/ms_wide_predefined_expr.cpp
test/CodeGenCXX/new-array-init.cpp
test/CodeGenCXX/new.cpp
test/CodeGenCXX/no-elide-constructors.cpp [new file with mode: 0644]
test/CodeGenCXX/noinline-template.cpp
test/CodeGenCXX/nrvo.cpp
test/CodeGenCXX/pod-member-memcpys.cpp
test/CodeGenCXX/pointers-to-data-members.cpp
test/CodeGenCXX/poly-unsigned.cpp [new file with mode: 0644]
test/CodeGenCXX/pr11797.cpp
test/CodeGenCXX/pr12104.cpp
test/CodeGenCXX/pr13396.cpp
test/CodeGenCXX/pr18661.cpp [new file with mode: 0644]
test/CodeGenCXX/pr18962.cpp [new file with mode: 0644]
test/CodeGenCXX/pr9965.cpp
test/CodeGenCXX/pragma-init_seg.cpp [new file with mode: 0644]
test/CodeGenCXX/pragma-pack-3.cpp [new file with mode: 0644]
test/CodeGenCXX/pragma-weak.cpp
test/CodeGenCXX/predefined-expr.cpp
test/CodeGenCXX/ptr-to-member-function.cpp
test/CodeGenCXX/reference-cast.cpp
test/CodeGenCXX/reference-field.cpp
test/CodeGenCXX/reference-init.cpp
test/CodeGenCXX/references.cpp
test/CodeGenCXX/return.cpp
test/CodeGenCXX/rtti-fundamental.cpp
test/CodeGenCXX/rtti-linkage.cpp
test/CodeGenCXX/rtti-visibility.cpp
test/CodeGenCXX/runtimecc.cpp
test/CodeGenCXX/rvalue-references.cpp
test/CodeGenCXX/scoped-enums.cpp
test/CodeGenCXX/sparcv9-abi.cpp [new file with mode: 0644]
test/CodeGenCXX/specialized-static-data-mem-init.cpp
test/CodeGenCXX/split-stacks.cpp [new file with mode: 0644]
test/CodeGenCXX/static-init-3.cpp
test/CodeGenCXX/static-init.cpp
test/CodeGenCXX/static-member-variable-explicit-specialization.cpp
test/CodeGenCXX/stmtexpr.cpp
test/CodeGenCXX/template-dependent-bind-temporary.cpp
test/CodeGenCXX/template-inner-struct-visibility-hidden.cpp
test/CodeGenCXX/template-instantiation.cpp
test/CodeGenCXX/temporaries.cpp
test/CodeGenCXX/throw-expression-dtor.cpp
test/CodeGenCXX/throw-expressions.cpp
test/CodeGenCXX/thunk-use-after-free.cpp
test/CodeGenCXX/thunks.cpp
test/CodeGenCXX/tls-init-funcs.cpp
test/CodeGenCXX/trivial-constructor-init.cpp
test/CodeGenCXX/type-traits.cpp [moved from test/CodeGenCXX/unary-type-trait.cpp with 62% similarity]
test/CodeGenCXX/type_visibility.cpp
test/CodeGenCXX/typeid-should-throw.cpp [new file with mode: 0644]
test/CodeGenCXX/uncopyable-args.cpp [new file with mode: 0644]
test/CodeGenCXX/value-init.cpp
test/CodeGenCXX/vararg-non-pod.cpp
test/CodeGenCXX/virt-dtor-gen.cpp
test/CodeGenCXX/virt-dtor-key.cpp
test/CodeGenCXX/virt-template-vtable.cpp
test/CodeGenCXX/virtual-base-cast.cpp
test/CodeGenCXX/virtual-base-ctor.cpp
test/CodeGenCXX/virtual-base-destructor-call.cpp
test/CodeGenCXX/virtual-bases.cpp
test/CodeGenCXX/virtual-destructor-calls.cpp
test/CodeGenCXX/virtual-destructor-synthesis.cpp
test/CodeGenCXX/virtual-function-calls.cpp
test/CodeGenCXX/virtual-implicit-copy-assignment.cpp
test/CodeGenCXX/virtual-implicit-move-assignment.cpp
test/CodeGenCXX/virtual-inherited-destructor.cpp
test/CodeGenCXX/virtual-pseudo-destructor-call.cpp
test/CodeGenCXX/visibility-hidden-extern-templates.cpp
test/CodeGenCXX/visibility-ms-compat.cpp
test/CodeGenCXX/vla.cpp
test/CodeGenCXX/volatile-1.cpp
test/CodeGenCXX/volatile.cpp
test/CodeGenCXX/vtable-available-externally.cpp
test/CodeGenCXX/vtable-cast-crash.cpp
test/CodeGenCXX/vtable-key-function-arm.cpp
test/CodeGenCXX/vtable-key-function-ios.cpp
test/CodeGenCXX/vtable-layout-abi-examples.cpp
test/CodeGenCXX/vtable-linkage.cpp
test/CodeGenCXX/weak-extern-typeinfo.cpp
test/CodeGenCXX/weak-external.cpp
test/CodeGenCXX/windows-itanium-exceptions.cpp [new file with mode: 0644]
test/CodeGenObjC/2009-08-05-utf16.m
test/CodeGenObjC/2010-02-01-utf16-with-null.m
test/CodeGenObjC/arc-arm.m
test/CodeGenObjC/arc-foreach.m
test/CodeGenObjC/arc-ivar-layout.m
test/CodeGenObjC/arc-linetable-autorelease.m
test/CodeGenObjC/arc-linetable.m
test/CodeGenObjC/arc-property.m
test/CodeGenObjC/arc.m
test/CodeGenObjC/arm64-int32-ivar.m [new file with mode: 0644]
test/CodeGenObjC/attr-callconv.m [new file with mode: 0644]
test/CodeGenObjC/block-var-layout.m
test/CodeGenObjC/blocks.m
test/CodeGenObjC/boxing.m
test/CodeGenObjC/complex-property.m
test/CodeGenObjC/constant-strings.m
test/CodeGenObjC/debug-info-block-helper.m
test/CodeGenObjC/debug-info-block-line.m
test/CodeGenObjC/debug-info-blocks.m
test/CodeGenObjC/debug-info-class-extension.m
test/CodeGenObjC/debug-info-class-extension2.m
test/CodeGenObjC/debug-info-crash-2.m
test/CodeGenObjC/debug-info-getter-name.m
test/CodeGenObjC/debug-info-ivars-indirect.m
test/CodeGenObjC/debug-info-lifetime-crash.m
test/CodeGenObjC/debug-info-property.m
test/CodeGenObjC/debug-info-property2.m
test/CodeGenObjC/debug-info-property4.m
test/CodeGenObjC/debug-info-property5.m
test/CodeGenObjC/debug-info-pubtypes.m
test/CodeGenObjC/debug-info-self.m
test/CodeGenObjC/debug-property-synth.m
test/CodeGenObjC/encode-cstyle-method.m
test/CodeGenObjC/encode-test-6.m
test/CodeGenObjC/encode-test.m
test/CodeGenObjC/exceptions-asm-attribute.m [new file with mode: 0644]
test/CodeGenObjC/externally-initialized-selectors.m
test/CodeGenObjC/forward-protocol-metadata-symbols.m [new file with mode: 0644]
test/CodeGenObjC/getter-property-mismatch.m
test/CodeGenObjC/image-info.m
test/CodeGenObjC/instance-method-metadata.m
test/CodeGenObjC/interface-layout-64.m
test/CodeGenObjC/ivar-base-as-invariant-load.m
test/CodeGenObjC/ivar-layout-64.m
test/CodeGenObjC/ivar-layout-array0-struct.m
test/CodeGenObjC/ivar-layout-no-optimize.m
test/CodeGenObjC/metadata-symbols-32.m
test/CodeGenObjC/metadata-symbols-64.m
test/CodeGenObjC/metadata_symbols.m
test/CodeGenObjC/no-vararg-messaging.m
test/CodeGenObjC/non-lazy-classes.m
test/CodeGenObjC/objc-align.m
test/CodeGenObjC/objc-asm-attribute-neg-test.m [new file with mode: 0644]
test/CodeGenObjC/objc-asm-attribute-test.m [new file with mode: 0644]
test/CodeGenObjC/objc-read-weak-byref.m
test/CodeGenObjC/objc2-weak-block-call.m
test/CodeGenObjC/objc2-weak-import-attribute.m
test/CodeGenObjC/optimize-ivar-offset-load.m [new file with mode: 0644]
test/CodeGenObjC/overloadable.m
test/CodeGenObjC/property-array-type.m [new file with mode: 0644]
test/CodeGenObjC/property-category-impl.m
test/CodeGenObjC/property-dbg.m
test/CodeGenObjC/property-list-in-class.m
test/CodeGenObjC/property-section-attribute.m [new file with mode: 0644]
test/CodeGenObjC/protocol-in-extended-class.m
test/CodeGenObjC/reorder-synthesized-ivars.m
test/CodeGenObjC/return-objc-object.mm
test/CodeGenObjC/stret-1.m [new file with mode: 0644]
test/CodeGenObjC/stret.m [new file with mode: 0644]
test/CodeGenObjC/try.m
test/CodeGenObjC/weak-metaclass-visibility.m [new file with mode: 0644]
test/CodeGenObjCXX/arc-blocks.mm
test/CodeGenObjCXX/arc-cxx11-member-init.mm [new file with mode: 0644]
test/CodeGenObjCXX/arc-globals.mm
test/CodeGenObjCXX/arc-mangle.mm
test/CodeGenObjCXX/arc-move.mm
test/CodeGenObjCXX/arc-special-member-functions.mm
test/CodeGenObjCXX/encode.mm
test/CodeGenObjCXX/externally-initialized-selectors.mm
test/CodeGenObjCXX/implicit-copy-assign-operator.mm
test/CodeGenObjCXX/implicit-copy-constructor.mm
test/CodeGenObjCXX/lambda-expressions.mm
test/CodeGenObjCXX/lvalue-reference-getter.mm
test/CodeGenObjCXX/message-reference.mm
test/CodeGenObjCXX/microsoft-abi-arc-param-order.mm [new file with mode: 0644]
test/CodeGenObjCXX/property-dot-reference.mm
test/CodeGenObjCXX/property-lvalue-capture.mm [new file with mode: 0644]
test/CodeGenObjCXX/property-object-reference-2.mm
test/CodeGenObjCXX/property-objects.mm
test/CodeGenObjCXX/property-reference.mm
test/CodeGenObjCXX/rtti.mm
test/CodeGenOpenCL/address-space-constant-initializers.cl [new file with mode: 0644]
test/CodeGenOpenCL/address-spaces-mangling.cl
test/CodeGenOpenCL/builtins-r600.cl [new file with mode: 0644]
test/CodeGenOpenCL/kernel-arg-info.cl
test/CodeGenOpenCL/local.cl
test/CodeGenOpenCL/str_literals.cl
test/Coverage/c-language-features.inc
test/Coverage/html-diagnostics.c
test/Driver/Inputs/basic_android_tree/aarch64-linux-android/bin/.keep [moved from test/Driver/Inputs/mips_fsf_tree/mips-mti-linux-gnu/include/c++/4.9.0/mips-mti-linux-gnu/el/fp64/bits/.keep with 100% similarity]
test/Driver/Inputs/basic_android_tree/aarch64-linux-android/include/c++/4.8/.keep [moved from test/Driver/Inputs/mips_fsf_tree/mips-mti-linux-gnu/include/c++/4.9.0/mips-mti-linux-gnu/fp64/bits/.keep with 100% similarity]
test/Driver/Inputs/basic_android_tree/aarch64-linux-android/lib/.keep [moved from test/Driver/Inputs/mips_fsf_tree/mips-mti-linux-gnu/include/c++/4.9.0/mips-mti-linux-gnu/micromips/el/fp64/bits/.keep with 100% similarity]
test/Driver/Inputs/basic_android_tree/arm-linux-androideabi/bin/ld [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/el/fp64/crtbegin.o with 100% similarity, mode: 0755]
test/Driver/Inputs/basic_android_tree/arm-linux-androideabi/bin/ld.bfd [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/el/fp64/crtend.o with 100% similarity, mode: 0755]
test/Driver/Inputs/basic_android_tree/arm-linux-androideabi/bin/ld.gold [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/el/fp64/nan2008/crtbegin.o with 100% similarity, mode: 0755]
test/Driver/Inputs/basic_android_tree/bin/arm-linux-androideabi-ld [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/el/fp64/nan2008/crtend.o with 100% similarity, mode: 0755]
test/Driver/Inputs/basic_android_tree/bin/arm-linux-androideabi-ld.bfd [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/fp64/crtbegin.o with 100% similarity, mode: 0755]
test/Driver/Inputs/basic_android_tree/bin/arm-linux-androideabi-ld.gold [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/fp64/crtend.o with 100% similarity, mode: 0755]
test/Driver/Inputs/basic_android_tree/lib/gcc/aarch64-linux-android/4.8/crtbegin.o [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/fp64/nan2008/crtbegin.o with 100% similarity]
test/Driver/Inputs/basic_android_tree/lib/gcc/aarch64-linux-android/4.8/crtbeginS.o [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/fp64/nan2008/crtend.o with 100% similarity]
test/Driver/Inputs/basic_android_tree/lib/gcc/aarch64-linux-android/4.8/crtbeginT.o [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/micromips/el/fp64/crtbegin.o with 100% similarity]
test/Driver/Inputs/basic_android_tree/lib/gcc/aarch64-linux-android/4.8/crtend.o [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/micromips/el/fp64/crtend.o with 100% similarity]
test/Driver/Inputs/basic_android_tree/lib/gcc/aarch64-linux-android/4.8/crtendS.o [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/micromips/el/fp64/nan2008/crtbegin.o with 100% similarity]
test/Driver/Inputs/basic_freebsd_tree/usr/bin/ld.bfd [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/micromips/el/fp64/nan2008/crtend.o with 100% similarity, mode: 0755]
test/Driver/Inputs/basic_freebsd_tree/usr/bin/ld.gold [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/micromips/fp64/crtbegin.o with 100% similarity, mode: 0755]
test/Driver/Inputs/basic_linux_libcxx_tree/usr/bin/.keep [moved from test/Driver/Inputs/mips_fsf_tree/mips-mti-linux-gnu/include/c++/4.9.0/mips-mti-linux-gnu/micromips/fp64/bits/.keep with 100% similarity]
test/Driver/Inputs/basic_linux_libcxx_tree/usr/include/c++/v1/.keep [moved from test/Driver/Inputs/mips_fsf_tree/mips-mti-linux-gnu/include/c++/4.9.0/mips-mti-linux-gnu/mips16/el/fp64/bits/.keep with 100% similarity]
test/Driver/Inputs/basic_linux_libcxx_tree/usr/lib/.keep [moved from test/Driver/Inputs/mips_fsf_tree/mips-mti-linux-gnu/include/c++/4.9.0/mips-mti-linux-gnu/mips16/fp64/bits/.keep with 100% similarity]
test/Driver/Inputs/basic_netbsd_tree/usr/lib/64/crti.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/el/fp64/nan2008/usr/lib/crti.o with 100% similarity]
test/Driver/Inputs/basic_netbsd_tree/usr/lib/eabi/crti.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/el/fp64/usr/lib/crti.o with 100% similarity]
test/Driver/Inputs/basic_netbsd_tree/usr/lib/i386/crti.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/fp64/nan2008/usr/lib/crti.o with 100% similarity]
test/Driver/Inputs/basic_netbsd_tree/usr/lib/o32/crti.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/fp64/usr/lib/crti.o with 100% similarity]
test/Driver/Inputs/basic_netbsd_tree/usr/lib/oabi/crti.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/micromips/el/fp64/nan2008/usr/lib/crti.o with 100% similarity]
test/Driver/Inputs/basic_netbsd_tree/usr/lib/sparc/crti.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/micromips/el/fp64/usr/lib/crti.o with 100% similarity]
test/Driver/Inputs/cl-libs/cl-test.lib [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/micromips/fp64/crtend.o with 100% similarity]
test/Driver/Inputs/debian_6_mips64_tree/lib/mips64-linux-gnuabi64/.keep [moved from test/Driver/Inputs/mips_fsf_tree/mips-mti-linux-gnu/include/c++/4.9.0/mips-mti-linux-gnu/mips32/el/fp64/bits/.keep with 100% similarity]
test/Driver/Inputs/debian_6_mips64_tree/lib/mips64el-linux-gnuabi64/.keep [moved from test/Driver/Inputs/mips_fsf_tree/mips-mti-linux-gnu/include/c++/4.9.0/mips-mti-linux-gnu/mips32/fp64/bits/.keep with 100% similarity]
test/Driver/Inputs/debian_6_mips64_tree/usr/include/c++/4.9/backward/.keep [moved from test/Driver/Inputs/mips_fsf_tree/mips-mti-linux-gnu/include/c++/4.9.0/mips-mti-linux-gnu/mips64/64/el/fp64/bits/.keep with 100% similarity]
test/Driver/Inputs/debian_6_mips64_tree/usr/include/c++/4.9/mips64-linux-gnuabi64/.keep [moved from test/Driver/Inputs/mips_fsf_tree/mips-mti-linux-gnu/include/c++/4.9.0/mips-mti-linux-gnu/mips64/64/fp64/bits/.keep with 100% similarity]
test/Driver/Inputs/debian_6_mips64_tree/usr/include/c++/4.9/mips64el-linux-gnuabi64/.keep [moved from test/Driver/Inputs/mips_fsf_tree/mips-mti-linux-gnu/include/c++/4.9.0/mips-mti-linux-gnu/mips64/el/fp64/bits/.keep with 100% similarity]
test/Driver/Inputs/debian_6_mips64_tree/usr/include/mips64-linux-gnuabi64/.keep [moved from test/Driver/Inputs/mips_fsf_tree/mips-mti-linux-gnu/include/c++/4.9.0/mips-mti-linux-gnu/mips64/fp64/bits/.keep with 100% similarity]
test/Driver/Inputs/debian_6_mips64_tree/usr/include/mips64el-linux-gnuabi64/.keep [moved from test/Driver/Inputs/mips_fsf_tree/mips-mti-linux-gnu/include/c++/4.9.0/mips-mti-linux-gnu/mips64r2/64/el/fp64/bits/.keep with 100% similarity]
test/Driver/Inputs/debian_6_mips64_tree/usr/lib/gcc/mips64-linux-gnuabi64/4.9/crtbegin.o [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/micromips/fp64/nan2008/crtbegin.o with 100% similarity]
test/Driver/Inputs/debian_6_mips64_tree/usr/lib/gcc/mips64-linux-gnuabi64/4.9/crtend.o [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/micromips/fp64/nan2008/crtend.o with 100% similarity]
test/Driver/Inputs/debian_6_mips64_tree/usr/lib/gcc/mips64el-linux-gnuabi64/4.9/crtbegin.o [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips16/el/fp64/crtbegin.o with 100% similarity]
test/Driver/Inputs/debian_6_mips64_tree/usr/lib/gcc/mips64el-linux-gnuabi64/4.9/crtend.o [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips16/el/fp64/crtend.o with 100% similarity]
test/Driver/Inputs/debian_6_mips64_tree/usr/lib/mips64-linux-gnuabi64/crt1.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/el/fp64/nan2008/usr/lib/crt1.o with 100% similarity]
test/Driver/Inputs/debian_6_mips64_tree/usr/lib/mips64-linux-gnuabi64/crti.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/micromips/fp64/nan2008/usr/lib/crti.o with 100% similarity]
test/Driver/Inputs/debian_6_mips64_tree/usr/lib/mips64-linux-gnuabi64/crtn.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/el/fp64/nan2008/usr/lib/crtn.o with 100% similarity]
test/Driver/Inputs/debian_6_mips64_tree/usr/lib/mips64el-linux-gnuabi64/crt1.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/el/fp64/usr/lib/crt1.o with 100% similarity]
test/Driver/Inputs/debian_6_mips64_tree/usr/lib/mips64el-linux-gnuabi64/crti.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/micromips/fp64/usr/lib/crti.o with 100% similarity]
test/Driver/Inputs/debian_6_mips64_tree/usr/lib/mips64el-linux-gnuabi64/crtn.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/el/fp64/usr/lib/crtn.o with 100% similarity]
test/Driver/Inputs/debian_reduced_mips_tree/lib/.keep [moved from test/Driver/Inputs/mips_fsf_tree/mips-mti-linux-gnu/include/c++/4.9.0/mips-mti-linux-gnu/mips64r2/64/fp64/bits/.keep with 100% similarity]
test/Driver/Inputs/debian_reduced_mips_tree/lib/mips-linux-gnu/.keep [moved from test/Driver/Inputs/mips_fsf_tree/mips-mti-linux-gnu/include/c++/4.9.0/mips-mti-linux-gnu/mips64r2/el/fp64/bits/.keep with 100% similarity]
test/Driver/Inputs/debian_reduced_mips_tree/lib/mipsel-linux-gnu/.keep [moved from test/Driver/Inputs/mips_fsf_tree/mips-mti-linux-gnu/include/c++/4.9.0/mips-mti-linux-gnu/mips64r2/fp64/bits/.keep with 100% similarity]
test/Driver/Inputs/debian_reduced_mips_tree/usr/include/.keep [moved from test/Driver/Inputs/mips_fsf_tree/mips-mti-linux-gnu/lib/el/fp64/nan2008/.keep with 100% similarity]
test/Driver/Inputs/debian_reduced_mips_tree/usr/include/c++/4.7/.keep [moved from test/Driver/Inputs/mips_fsf_tree/mips-mti-linux-gnu/lib/fp64/nan2008/.keep with 100% similarity]
test/Driver/Inputs/debian_reduced_mips_tree/usr/include/c++/4.7/backward/.keep [moved from test/Driver/Inputs/mips_fsf_tree/mips-mti-linux-gnu/lib/micromips/el/fp64/nan2008/.keep with 100% similarity]
test/Driver/Inputs/debian_reduced_mips_tree/usr/include/c++/4.7/mips-linux-gnu/.keep [moved from test/Driver/Inputs/mips_fsf_tree/mips-mti-linux-gnu/lib/micromips/fp64/nan2008/.keep with 100% similarity]
test/Driver/Inputs/debian_reduced_mips_tree/usr/include/c++/4.7/mipsel-linux-gnu/.keep [moved from test/Driver/Inputs/mips_fsf_tree/mips-mti-linux-gnu/lib/mips16/el/fp64/nan2008/.keep with 100% similarity]
test/Driver/Inputs/debian_reduced_mips_tree/usr/include/mips-linux-gnu/.keep [moved from test/Driver/Inputs/mips_fsf_tree/mips-mti-linux-gnu/lib/mips16/fp64/nan2008/.keep with 100% similarity]
test/Driver/Inputs/debian_reduced_mips_tree/usr/include/mipsel-linux-gnu/.keep [moved from test/Driver/Inputs/mips_fsf_tree/mips-mti-linux-gnu/lib/mips32/el/fp64/nan2008/.keep with 100% similarity]
test/Driver/Inputs/debian_reduced_mips_tree/usr/lib/.keep [moved from test/Driver/Inputs/mips_fsf_tree/mips-mti-linux-gnu/lib/mips32/fp64/nan2008/.keep with 100% similarity]
test/Driver/Inputs/debian_reduced_mips_tree/usr/lib/gcc/mips-linux-gnu/4.7/crtbegin.o [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips16/el/fp64/nan2008/crtbegin.o with 100% similarity]
test/Driver/Inputs/debian_reduced_mips_tree/usr/lib/gcc/mipsel-linux-gnu/4.7/crtbegin.o [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips16/fp64/crtbegin.o with 100% similarity]
test/Driver/Inputs/debian_reduced_mips_tree/usr/lib/mips-linux-gnu/.keep [moved from test/Driver/Inputs/mips_fsf_tree/mips-mti-linux-gnu/lib/mips32/mips16/el/fp64/nan2008/.keep with 100% similarity]
test/Driver/Inputs/debian_reduced_mips_tree/usr/lib/mipsel-linux-gnu/.keep [moved from test/Driver/Inputs/mips_fsf_tree/mips-mti-linux-gnu/lib/mips32/mips16/fp64/nan2008/.keep with 100% similarity]
test/Driver/Inputs/fedora_21_tree/usr/lib/gcc/aarch64-redhat-linux/4.9.0/crtbegin.o [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips16/fp64/nan2008/crtbegin.o with 100% similarity]
test/Driver/Inputs/fedora_21_tree/usr/lib/gcc/aarch64-redhat-linux/4.9.0/crtend.o [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips16/el/fp64/nan2008/crtend.o with 100% similarity]
test/Driver/Inputs/fedora_21_tree/usr/lib64/crt1.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/fp64/nan2008/usr/lib/crt1.o with 100% similarity]
test/Driver/Inputs/fedora_21_tree/usr/lib64/crti.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips16/el/fp64/nan2008/usr/lib/crti.o with 100% similarity]
test/Driver/Inputs/fedora_21_tree/usr/lib64/crtn.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/fp64/nan2008/usr/lib/crtn.o with 100% similarity]
test/Driver/Inputs/file.ll [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips16/fp64/crtend.o with 100% similarity]
test/Driver/Inputs/gentoo_linux_gcc_4.6.2_tree/usr/include/.keep [moved from test/Driver/Inputs/mips_fsf_tree/mips-mti-linux-gnu/lib/mips64/64/el/fp64/nan2008/.keep with 100% similarity]
test/Driver/Inputs/gentoo_linux_gcc_4.6.4_tree/usr/include/.keep [moved from test/Driver/Inputs/mips_fsf_tree/mips-mti-linux-gnu/lib/mips64/64/fp64/nan2008/.keep with 100% similarity]
test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/include-fixed/nan2008/el/.keep [moved from test/Driver/Inputs/mips_fsf_tree/mips-mti-linux-gnu/lib/mips64/el/fp64/nan2008/.keep with 100% similarity]
test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/nan2008/crtbegin.o [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips32/el/fp64/crtbegin.o with 100% similarity]
test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/nan2008/crtend.o [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips16/fp64/nan2008/crtend.o with 100% similarity]
test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/nan2008/el/crtbegin.o [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips32/el/fp64/nan2008/crtbegin.o with 100% similarity]
test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/nan2008/el/crtend.o [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips32/el/fp64/crtend.o with 100% similarity]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/lib/nan2008/el/.keep [moved from test/Driver/Inputs/mips_fsf_tree/mips-mti-linux-gnu/lib/mips64/fp64/nan2008/.keep with 100% similarity]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/nan2008/el/lib/.keep [moved from test/Driver/Inputs/mips_fsf_tree/mips-mti-linux-gnu/lib/mips64r2/64/el/fp64/nan2008/.keep with 100% similarity]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/nan2008/el/usr/lib/crt1.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/fp64/usr/lib/crt1.o with 100% similarity]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/nan2008/el/usr/lib/crti.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips16/el/fp64/usr/lib/crti.o with 100% similarity]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/nan2008/el/usr/lib/crtn.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/fp64/usr/lib/crtn.o with 100% similarity]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/nan2008/lib/.keep [moved from test/Driver/Inputs/mips_fsf_tree/mips-mti-linux-gnu/lib/mips64r2/64/fp64/nan2008/.keep with 100% similarity]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/nan2008/usr/lib/crt1.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/micromips/el/fp64/nan2008/usr/lib/crt1.o with 100% similarity]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/nan2008/usr/lib/crti.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips16/fp64/nan2008/usr/lib/crti.o with 100% similarity]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/nan2008/usr/lib/crtn.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/micromips/el/fp64/nan2008/usr/lib/crtn.o with 100% similarity]
test/Driver/Inputs/mips_fsf_tree/sysroot/mips64r2/64/el/fp64/nan2008/usr/lib/crt1.o [deleted file]
test/Driver/Inputs/mips_fsf_tree/sysroot/mips64r2/64/el/fp64/nan2008/usr/lib/crti.o [deleted file]
test/Driver/Inputs/mips_fsf_tree/sysroot/mips64r2/64/el/fp64/nan2008/usr/lib/crtn.o [deleted file]
test/Driver/Inputs/mips_fsf_tree/sysroot/mips64r2/64/el/fp64/usr/lib/crt1.o [deleted file]
test/Driver/Inputs/mips_fsf_tree/sysroot/mips64r2/64/el/fp64/usr/lib/crti.o [deleted file]
test/Driver/Inputs/mips_fsf_tree/sysroot/mips64r2/64/el/fp64/usr/lib/crtn.o [deleted file]
test/Driver/Inputs/mips_fsf_tree/sysroot/mips64r2/64/fp64/nan2008/usr/lib/crt1.o [deleted file]
test/Driver/Inputs/mips_fsf_tree/sysroot/mips64r2/64/fp64/nan2008/usr/lib/crti.o [deleted file]
test/Driver/Inputs/mips_fsf_tree/sysroot/mips64r2/64/fp64/nan2008/usr/lib/crtn.o [deleted file]
test/Driver/Inputs/mips_fsf_tree/sysroot/mips64r2/64/fp64/usr/lib/crt1.o [deleted file]
test/Driver/Inputs/mips_fsf_tree/sysroot/mips64r2/64/fp64/usr/lib/crti.o [deleted file]
test/Driver/Inputs/mips_fsf_tree/sysroot/mips64r2/64/fp64/usr/lib/crtn.o [deleted file]
test/Driver/Inputs/mips_fsf_tree/sysroot/mips64r2/el/fp64/nan2008/usr/lib/crt1.o [deleted file]
test/Driver/Inputs/mips_fsf_tree/sysroot/mips64r2/el/fp64/nan2008/usr/lib/crti.o [deleted file]
test/Driver/Inputs/mips_fsf_tree/sysroot/mips64r2/el/fp64/nan2008/usr/lib/crtn.o [deleted file]
test/Driver/Inputs/mips_fsf_tree/sysroot/mips64r2/el/fp64/usr/lib/crt1.o [deleted file]
test/Driver/Inputs/mips_fsf_tree/sysroot/mips64r2/el/fp64/usr/lib/crti.o [deleted file]
test/Driver/Inputs/mips_fsf_tree/sysroot/mips64r2/el/fp64/usr/lib/crtn.o [deleted file]
test/Driver/Inputs/mips_fsf_tree/sysroot/mips64r2/fp64/nan2008/usr/lib/crt1.o [deleted file]
test/Driver/Inputs/mips_fsf_tree/sysroot/mips64r2/fp64/nan2008/usr/lib/crti.o [deleted file]
test/Driver/Inputs/mips_fsf_tree/sysroot/mips64r2/fp64/nan2008/usr/lib/crtn.o [deleted file]
test/Driver/Inputs/mips_fsf_tree/sysroot/mips64r2/fp64/usr/lib/crt1.o [deleted file]
test/Driver/Inputs/mips_fsf_tree/sysroot/mips64r2/fp64/usr/lib/crti.o [deleted file]
test/Driver/Inputs/mips_fsf_tree/sysroot/mips64r2/fp64/usr/lib/crtn.o [deleted file]
test/Driver/Inputs/mips_img_tree/bin/.keep [moved from test/Driver/Inputs/mips_fsf_tree/mips-mti-linux-gnu/lib/mips64r2/el/fp64/nan2008/.keep with 100% similarity]
test/Driver/Inputs/mips_img_tree/lib/gcc/mips-img-linux-gnu/4.9.0/crtbegin.o [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips32/fp64/crtbegin.o with 100% similarity]
test/Driver/Inputs/mips_img_tree/lib/gcc/mips-img-linux-gnu/4.9.0/crtend.o [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips32/el/fp64/nan2008/crtend.o with 100% similarity]
test/Driver/Inputs/mips_img_tree/lib/gcc/mips-img-linux-gnu/4.9.0/el/crtbegin.o [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips32/fp64/nan2008/crtbegin.o with 100% similarity]
test/Driver/Inputs/mips_img_tree/lib/gcc/mips-img-linux-gnu/4.9.0/el/crtend.o [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips32/fp64/crtend.o with 100% similarity]
test/Driver/Inputs/mips_img_tree/lib/gcc/mips-img-linux-gnu/4.9.0/include-fixed/el/.keep [moved from test/Driver/Inputs/mips_fsf_tree/mips-mti-linux-gnu/lib/mips64r2/fp64/nan2008/.keep with 100% similarity]
test/Driver/Inputs/mips_img_tree/lib/gcc/mips-img-linux-gnu/4.9.0/include-fixed/mips64r6/64/el/.keep [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips32/fp64/nan2008/crtend.o with 100% similarity]
test/Driver/Inputs/mips_img_tree/lib/gcc/mips-img-linux-gnu/4.9.0/include-fixed/mips64r6/el/.keep [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips32/mips16/el/fp64/crtbegin.o with 100% similarity]
test/Driver/Inputs/mips_img_tree/lib/gcc/mips-img-linux-gnu/4.9.0/include/.keep [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips32/mips16/el/fp64/crtend.o with 100% similarity]
test/Driver/Inputs/mips_img_tree/lib/gcc/mips-img-linux-gnu/4.9.0/mips64r6/64/crtbegin.o [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips32/mips16/el/fp64/nan2008/crtbegin.o with 100% similarity]
test/Driver/Inputs/mips_img_tree/lib/gcc/mips-img-linux-gnu/4.9.0/mips64r6/64/crtend.o [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips32/mips16/el/fp64/nan2008/crtend.o with 100% similarity]
test/Driver/Inputs/mips_img_tree/lib/gcc/mips-img-linux-gnu/4.9.0/mips64r6/64/el/crtbegin.o [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips32/mips16/fp64/crtbegin.o with 100% similarity]
test/Driver/Inputs/mips_img_tree/lib/gcc/mips-img-linux-gnu/4.9.0/mips64r6/64/el/crtend.o [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips32/mips16/fp64/crtend.o with 100% similarity]
test/Driver/Inputs/mips_img_tree/lib/gcc/mips-img-linux-gnu/4.9.0/mips64r6/crtbegin.o [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips32/mips16/fp64/nan2008/crtbegin.o with 100% similarity]
test/Driver/Inputs/mips_img_tree/lib/gcc/mips-img-linux-gnu/4.9.0/mips64r6/crtend.o [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips32/mips16/fp64/nan2008/crtend.o with 100% similarity]
test/Driver/Inputs/mips_img_tree/lib/gcc/mips-img-linux-gnu/4.9.0/mips64r6/el/crtbegin.o [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips64/64/el/fp64/crtbegin.o with 100% similarity]
test/Driver/Inputs/mips_img_tree/lib/gcc/mips-img-linux-gnu/4.9.0/mips64r6/el/crtend.o [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips64/64/el/fp64/crtend.o with 100% similarity]
test/Driver/Inputs/mips_img_tree/mips-img-linux-gnu/bin/.keep [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips64/64/el/fp64/nan2008/crtbegin.o with 100% similarity]
test/Driver/Inputs/mips_img_tree/mips-img-linux-gnu/include/c++/4.9.0/.keep [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips64/64/el/fp64/nan2008/crtend.o with 100% similarity]
test/Driver/Inputs/mips_img_tree/mips-img-linux-gnu/lib/el/.keep [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips64/64/fp64/crtbegin.o with 100% similarity]
test/Driver/Inputs/mips_img_tree/mips-img-linux-gnu/lib/mips64r6/64/el/.keep [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips64/64/fp64/crtend.o with 100% similarity]
test/Driver/Inputs/mips_img_tree/mips-img-linux-gnu/lib/mips64r6/el/.keep [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips64/64/fp64/nan2008/crtbegin.o with 100% similarity]
test/Driver/Inputs/mips_img_tree/sysroot/el/usr/bin/.keep [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips64/64/fp64/nan2008/crtend.o with 100% similarity]
test/Driver/Inputs/mips_img_tree/sysroot/el/usr/lib/crt1.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/micromips/el/fp64/usr/lib/crt1.o with 100% similarity]
test/Driver/Inputs/mips_img_tree/sysroot/el/usr/lib/crti.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips16/fp64/usr/lib/crti.o with 100% similarity]
test/Driver/Inputs/mips_img_tree/sysroot/el/usr/lib/crtn.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/micromips/el/fp64/usr/lib/crtn.o with 100% similarity]
test/Driver/Inputs/mips_img_tree/sysroot/el/usr/sbin/.keep [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips64/el/fp64/crtbegin.o with 100% similarity]
test/Driver/Inputs/mips_img_tree/sysroot/mips64r6/64/el/usr/bin/.keep [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips64/el/fp64/crtend.o with 100% similarity]
test/Driver/Inputs/mips_img_tree/sysroot/mips64r6/64/el/usr/lib/crt1.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/micromips/fp64/nan2008/usr/lib/crt1.o with 100% similarity]
test/Driver/Inputs/mips_img_tree/sysroot/mips64r6/64/el/usr/lib/crti.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips32/el/fp64/nan2008/usr/lib/crti.o with 100% similarity]
test/Driver/Inputs/mips_img_tree/sysroot/mips64r6/64/el/usr/lib/crtn.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/micromips/fp64/nan2008/usr/lib/crtn.o with 100% similarity]
test/Driver/Inputs/mips_img_tree/sysroot/mips64r6/64/el/usr/sbin/.keep [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips64/el/fp64/nan2008/crtbegin.o with 100% similarity]
test/Driver/Inputs/mips_img_tree/sysroot/mips64r6/64/usr/bin/.keep [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips64/el/fp64/nan2008/crtend.o with 100% similarity]
test/Driver/Inputs/mips_img_tree/sysroot/mips64r6/64/usr/lib/crt1.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/micromips/fp64/usr/lib/crt1.o with 100% similarity]
test/Driver/Inputs/mips_img_tree/sysroot/mips64r6/64/usr/lib/crti.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips32/el/fp64/usr/lib/crti.o with 100% similarity]
test/Driver/Inputs/mips_img_tree/sysroot/mips64r6/64/usr/lib/crtn.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/micromips/fp64/usr/lib/crtn.o with 100% similarity]
test/Driver/Inputs/mips_img_tree/sysroot/mips64r6/64/usr/sbin/.keep [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips64/fp64/crtbegin.o with 100% similarity]
test/Driver/Inputs/mips_img_tree/sysroot/mips64r6/el/usr/bin/.keep [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips64/fp64/crtend.o with 100% similarity]
test/Driver/Inputs/mips_img_tree/sysroot/mips64r6/el/usr/lib/crt1.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips16/el/fp64/nan2008/usr/lib/crt1.o with 100% similarity]
test/Driver/Inputs/mips_img_tree/sysroot/mips64r6/el/usr/lib/crti.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips32/fp64/nan2008/usr/lib/crti.o with 100% similarity]
test/Driver/Inputs/mips_img_tree/sysroot/mips64r6/el/usr/lib/crtn.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips16/el/fp64/nan2008/usr/lib/crtn.o with 100% similarity]
test/Driver/Inputs/mips_img_tree/sysroot/mips64r6/el/usr/sbin/.keep [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips64/fp64/nan2008/crtbegin.o with 100% similarity]
test/Driver/Inputs/mips_img_tree/sysroot/mips64r6/usr/bin/.keep [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips64/fp64/nan2008/crtend.o with 100% similarity]
test/Driver/Inputs/mips_img_tree/sysroot/mips64r6/usr/lib/crt1.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips16/el/fp64/usr/lib/crt1.o with 100% similarity]
test/Driver/Inputs/mips_img_tree/sysroot/mips64r6/usr/lib/crti.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips32/fp64/usr/lib/crti.o with 100% similarity]
test/Driver/Inputs/mips_img_tree/sysroot/mips64r6/usr/lib/crtn.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips16/el/fp64/usr/lib/crtn.o with 100% similarity]
test/Driver/Inputs/mips_img_tree/sysroot/mips64r6/usr/sbin/.keep [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips64r2/64/el/fp64/crtbegin.o with 100% similarity]
test/Driver/Inputs/mips_img_tree/sysroot/usr/bin/.keep [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips64r2/64/el/fp64/crtend.o with 100% similarity]
test/Driver/Inputs/mips_img_tree/sysroot/usr/include/.keep [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips64r2/64/el/fp64/nan2008/crtbegin.o with 100% similarity]
test/Driver/Inputs/mips_img_tree/sysroot/usr/lib/crt1.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips16/fp64/nan2008/usr/lib/crt1.o with 100% similarity]
test/Driver/Inputs/mips_img_tree/sysroot/usr/lib/crti.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips32/mips16/el/fp64/nan2008/usr/lib/crti.o with 100% similarity]
test/Driver/Inputs/mips_img_tree/sysroot/usr/lib/crtn.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips16/fp64/nan2008/usr/lib/crtn.o with 100% similarity]
test/Driver/Inputs/mips_img_tree/sysroot/usr/sbin/.keep [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips64r2/64/el/fp64/nan2008/crtend.o with 100% similarity]
test/Driver/Inputs/module/module.modulemap [new file with mode: 0644]
test/Driver/Inputs/module/simple.h [new file with mode: 0644]
test/Driver/Inputs/multilib_64bit_linux_tree/libx32/.keep [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips64r2/64/fp64/crtbegin.o with 100% similarity]
test/Driver/Inputs/multilib_64bit_linux_tree/usr/lib/gcc/x86_64-unknown-linux/4.6.0/x32/crtbegin.o [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips64r2/64/fp64/nan2008/crtbegin.o with 100% similarity]
test/Driver/Inputs/multilib_64bit_linux_tree/usr/libx32/gcc/x86_64-unknown-gnu/4.6.0/32/crtbegin.o [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips64r2/el/fp64/crtbegin.o with 100% similarity]
test/Driver/Inputs/multilib_64bit_linux_tree/usr/libx32/gcc/x86_64-unknown-gnu/4.6.0/crtbegin.o [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips64r2/el/fp64/nan2008/crtbegin.o with 100% similarity]
test/Driver/Inputs/multilib_64bit_linux_tree/usr/libx32/gcc/x86_64-unknown-gnu/4.6.0/x32/crtbegin.o [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips64r2/fp64/crtbegin.o with 100% similarity]
test/Driver/Inputs/multilib_64bit_linux_tree/usr/x86_64-unknown-linux/libx32/.keep [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips64r2/64/fp64/crtend.o with 100% similarity]
test/Driver/Inputs/resource_dir/lib/macho_embedded/libclang_rt.hard_pic.a [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips64r2/64/fp64/nan2008/crtend.o with 100% similarity]
test/Driver/Inputs/resource_dir/lib/macho_embedded/libclang_rt.hard_static.a [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips64r2/el/fp64/crtend.o with 100% similarity]
test/Driver/Inputs/resource_dir/lib/macho_embedded/libclang_rt.soft_pic.a [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips64r2/el/fp64/nan2008/crtend.o with 100% similarity]
test/Driver/Inputs/resource_dir/lib/macho_embedded/libclang_rt.soft_static.a [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips64r2/fp64/crtend.o with 100% similarity]
test/Driver/Inputs/ubuntu_14.04_multiarch_tree/lib/powerpc64le-linux-gnu/.keep [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips64r2/fp64/nan2008/crtbegin.o with 100% similarity]
test/Driver/Inputs/ubuntu_14.04_multiarch_tree/lib/x86_64-linux-gnu/.keep [moved from test/Driver/Inputs/mips_fsf_tree/lib/gcc/mips-mti-linux-gnu/4.9.0/mips64r2/fp64/nan2008/crtend.o with 100% similarity, mode: 0755]
test/Driver/Inputs/ubuntu_14.04_multiarch_tree/libx32/.keep [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips16/fp64/usr/lib/crt1.o with 100% similarity]
test/Driver/Inputs/ubuntu_14.04_multiarch_tree/usr/include/c++/4.8/backward/.keep [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips16/fp64/usr/lib/crtn.o with 100% similarity, mode: 0755]
test/Driver/Inputs/ubuntu_14.04_multiarch_tree/usr/include/powerpc64le-linux-gnu/c++/4.8/.keep [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips32/el/fp64/nan2008/usr/lib/crt1.o with 100% similarity]
test/Driver/Inputs/ubuntu_14.04_multiarch_tree/usr/include/x86_64-linux-gnu/c++/4.8/32/.keep [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips32/el/fp64/nan2008/usr/lib/crtn.o with 100% similarity, mode: 0755]
test/Driver/Inputs/ubuntu_14.04_multiarch_tree/usr/include/x86_64-linux-gnu/c++/4.8/x32/.keep [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips32/el/fp64/usr/lib/crt1.o with 100% similarity]
test/Driver/Inputs/ubuntu_14.04_multiarch_tree/usr/lib/gcc/powerpc64le-linux-gnu/4.8/crtbegin.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips32/el/fp64/usr/lib/crtn.o with 100% similarity]
test/Driver/Inputs/ubuntu_14.04_multiarch_tree/usr/lib/gcc/powerpc64le-linux-gnu/4.8/crtend.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips32/fp64/nan2008/usr/lib/crt1.o with 100% similarity]
test/Driver/Inputs/ubuntu_14.04_multiarch_tree/usr/lib/gcc/powerpc64le-linux-gnu/4.9/.keep [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips32/fp64/nan2008/usr/lib/crtn.o with 100% similarity]
test/Driver/Inputs/ubuntu_14.04_multiarch_tree/usr/lib/gcc/x86_64-linux-gnu/4.8/32/crtbegin.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips32/fp64/usr/lib/crt1.o with 100% similarity, mode: 0755]
test/Driver/Inputs/ubuntu_14.04_multiarch_tree/usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips32/fp64/usr/lib/crtn.o with 100% similarity, mode: 0755]
test/Driver/Inputs/ubuntu_14.04_multiarch_tree/usr/lib/gcc/x86_64-linux-gnu/4.8/x32/crtbegin.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips32/mips16/el/fp64/nan2008/usr/lib/crt1.o with 100% similarity]
test/Driver/Inputs/ubuntu_14.04_multiarch_tree/usr/lib/gcc/x86_64-linux-gnu/4.8/x32/crtend.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips32/mips16/el/fp64/nan2008/usr/lib/crtn.o with 100% similarity]
test/Driver/Inputs/ubuntu_14.04_multiarch_tree/usr/lib/gcc/x86_64-linux-gnu/4.9/.keep [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips32/mips16/el/fp64/usr/lib/crt1.o with 100% similarity]
test/Driver/Inputs/ubuntu_14.04_multiarch_tree/usr/lib/powerpc64le-linux-gnu/crt1.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips32/mips16/fp64/nan2008/usr/lib/crt1.o with 100% similarity]
test/Driver/Inputs/ubuntu_14.04_multiarch_tree/usr/lib/powerpc64le-linux-gnu/crti.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips32/mips16/el/fp64/usr/lib/crti.o with 100% similarity]
test/Driver/Inputs/ubuntu_14.04_multiarch_tree/usr/lib/powerpc64le-linux-gnu/crtn.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips32/mips16/el/fp64/usr/lib/crtn.o with 100% similarity]
test/Driver/Inputs/ubuntu_14.04_multiarch_tree/usr/lib/x86_64-linux-gnu/.keep [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips32/mips16/fp64/nan2008/usr/lib/crti.o with 100% similarity]
test/Driver/Inputs/ubuntu_14.04_multiarch_tree/usr/libx32/crt1.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips32/mips16/fp64/usr/lib/crt1.o with 100% similarity]
test/Driver/Inputs/ubuntu_14.04_multiarch_tree/usr/libx32/crti.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips32/mips16/fp64/usr/lib/crti.o with 100% similarity]
test/Driver/Inputs/ubuntu_14.04_multiarch_tree/usr/libx32/crtn.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips32/mips16/fp64/nan2008/usr/lib/crtn.o with 100% similarity]
test/Driver/Inputs/ubuntu_14.04_multiarch_tree2/lib/i386-linux-gnu/.keep [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips32/mips16/fp64/usr/lib/crtn.o with 100% similarity]
test/Driver/Inputs/ubuntu_14.04_multiarch_tree2/lib/x86_64-linux-gnu/.keep [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips64/64/el/fp64/nan2008/usr/lib/crt1.o with 100% similarity, mode: 0755]
test/Driver/Inputs/ubuntu_14.04_multiarch_tree2/usr/include/c++/4.8/backward/.keep [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips64/64/el/fp64/nan2008/usr/lib/crti.o with 100% similarity, mode: 0755]
test/Driver/Inputs/ubuntu_14.04_multiarch_tree2/usr/include/i386-linux-gnu/c++/4.8/.keep [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips64/64/el/fp64/nan2008/usr/lib/crtn.o with 100% similarity]
test/Driver/Inputs/ubuntu_14.04_multiarch_tree2/usr/include/x86_64-linux-gnu/c++/4.8/32/.keep [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips64/64/el/fp64/usr/lib/crt1.o with 100% similarity, mode: 0755]
test/Driver/Inputs/ubuntu_14.04_multiarch_tree2/usr/lib/gcc/i686-linux-gnu/4.8/crtbegin.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips64/64/el/fp64/usr/lib/crti.o with 100% similarity]
test/Driver/Inputs/ubuntu_14.04_multiarch_tree2/usr/lib/gcc/x86_64-linux-gnu/4.8/32/crtbegin.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips64/64/el/fp64/usr/lib/crtn.o with 100% similarity, mode: 0755]
test/Driver/Inputs/ubuntu_14.04_multiarch_tree2/usr/lib/gcc/x86_64-linux-gnu/4.8/crtbegin.o [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips64/64/fp64/nan2008/usr/lib/crt1.o with 100% similarity, mode: 0755]
test/Driver/Inputs/ubuntu_14.04_multiarch_tree2/usr/lib/i386-linux-gnu/.keep [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips64/64/fp64/nan2008/usr/lib/crti.o with 100% similarity]
test/Driver/Inputs/ubuntu_14.04_multiarch_tree2/usr/lib/x86_64-linux-gnu/.keep [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips64/64/fp64/nan2008/usr/lib/crtn.o with 100% similarity]
test/Driver/Inputs/wildcard1.c [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips64/64/fp64/usr/lib/crt1.o with 100% similarity]
test/Driver/Inputs/wildcard2.c [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips64/64/fp64/usr/lib/crti.o with 100% similarity]
test/Driver/Xlinker-args.c
test/Driver/aarch64-cpus.c
test/Driver/aarch64-features.c
test/Driver/aarch64-mfpu.c [deleted file]
test/Driver/aarch64-mgeneral_regs_only.c [new file with mode: 0644]
test/Driver/altivec-asm.S
test/Driver/android-standalone.cpp
test/Driver/arm-alignment.c
test/Driver/arm-arch-darwin.c [new file with mode: 0644]
test/Driver/arm-cortex-cpus.c
test/Driver/arm-hwdiv.c
test/Driver/arm-long-calls.c [new file with mode: 0644]
test/Driver/arm-mfpu.c
test/Driver/arm64-as.s [new file with mode: 0644]
test/Driver/arm64-darwinpcs.c [new file with mode: 0644]
test/Driver/asan.c
test/Driver/at_file_missing.c [new file with mode: 0644]
test/Driver/bindings.c
test/Driver/bitrig.c
test/Driver/bounds-checking.c [deleted file]
test/Driver/cfi.c [deleted file]
test/Driver/cl-eh.cpp [new file with mode: 0644]
test/Driver/cl-fallback.c
test/Driver/cl-inputs.c
test/Driver/cl-link.c
test/Driver/cl-options.c
test/Driver/cl-outputs.c
test/Driver/cl-x86-flags.c [new file with mode: 0644]
test/Driver/cl.c
test/Driver/clang-g-opts.c
test/Driver/clang-translation.c
test/Driver/clang_f_opts.c
test/Driver/code-model.c [new file with mode: 0644]
test/Driver/compress.c [new file with mode: 0644]
test/Driver/constructors.c
test/Driver/coverage-ld.c
test/Driver/crash-report-modules.m [new file with mode: 0644]
test/Driver/crash-report.c
test/Driver/cross-linux.c
test/Driver/darwin-asan-nofortify.c
test/Driver/darwin-dsymutil.c
test/Driver/darwin-embedded.c [new file with mode: 0644]
test/Driver/darwin-ld.c
test/Driver/darwin-objc-defaults.m
test/Driver/darwin-objc-options.m
test/Driver/darwin-verify-debug.c
test/Driver/debug-options.c
test/Driver/dwarf2-cfi-asm.c [deleted file]
test/Driver/dyld-prefix.c
test/Driver/fast-math.c
test/Driver/freebsd-mips-as.c
test/Driver/freebsd.c
test/Driver/fsanitize.c
test/Driver/function-sections.c [new file with mode: 0644]
test/Driver/fuse-ld.c [new file with mode: 0644]
test/Driver/gcc_forward.c
test/Driver/gold-lto.c
test/Driver/hexagon-toolchain-elf.c
test/Driver/hexagon-toolchain.c
test/Driver/ident_md.c
test/Driver/implicit-function-as-error.c [new file with mode: 0644]
test/Driver/instrprof-ld.c [new file with mode: 0644]
test/Driver/integrated-as.c
test/Driver/integrated-as.s
test/Driver/krait-cpu.c [new file with mode: 0644]
test/Driver/linker-opts.c
test/Driver/linux-as.c
test/Driver/linux-header-search.cpp
test/Driver/linux-ld.c
test/Driver/macho-embedded.c [moved from test/Driver/darwin-eabi.c with 61% similarity]
test/Driver/masm.c [new file with mode: 0644]
test/Driver/mips-abi.c
test/Driver/mips-as.c
test/Driver/mips-cs-header-search.cpp [deleted file]
test/Driver/mips-cs-ld.c [deleted file]
test/Driver/mips-cs.cpp [new file with mode: 0644]
test/Driver/mips-eleb.c
test/Driver/mips-features.c
test/Driver/mips-float.c
test/Driver/mips-fsf.cpp
test/Driver/mips-img.cpp [new file with mode: 0644]
test/Driver/mips-integrated-as.s [new file with mode: 0644]
test/Driver/mips-reduced-toolchain.cpp [new file with mode: 0644]
test/Driver/mno-global-merge.c
test/Driver/modules.m
test/Driver/msc-version.c [new file with mode: 0644]
test/Driver/netbsd.c
test/Driver/netbsd.cpp
test/Driver/no-integrated-as.c [new file with mode: 0644]
test/Driver/nostdincxx.cpp
test/Driver/nozlibcompress.c [new file with mode: 0644]
test/Driver/openbsd.c
test/Driver/pch-deps.c [new file with mode: 0644]
test/Driver/pic.c
test/Driver/ppc-features.cpp
test/Driver/preprocess-multiple.c [new file with mode: 0644]
test/Driver/qa_override.c
test/Driver/r600-mcpu.cl
test/Driver/sanitize_unwind_tables.c [new file with mode: 0644]
test/Driver/sanitizer-ld.c
test/Driver/sparc-float.c [new file with mode: 0644]
test/Driver/stack-protector.c
test/Driver/std.cpp
test/Driver/target-triple-deployment.c
test/Driver/target.c
test/Driver/unknown-gcc-arch.c
test/Driver/verify_pch.m [new file with mode: 0644]
test/Driver/vfsoverlay.c [new file with mode: 0644]
test/Driver/via-file-asm.c [new file with mode: 0644]
test/Driver/visibility.cpp
test/Driver/windows-arm-minimal-arch.c [new file with mode: 0644]
test/Driver/windows-wildcard-expansion.c [new file with mode: 0644]
test/Driver/woa-restrict-it.c [new file with mode: 0644]
test/Driver/x86_m16.c [new file with mode: 0644]
test/Driver/xcore-opts.c
test/FixIt/fixit-cxx0x.cpp
test/FixIt/fixit-include.h
test/FixIt/fixit-multiple-selector-warnings.m [new file with mode: 0644]
test/FixIt/fixit-objc-arc.m [new file with mode: 0644]
test/FixIt/fixit-objc-bridge-related-attr.m [new file with mode: 0644]
test/FixIt/fixit-objc-bridge-related-property.m [new file with mode: 0644]
test/FixIt/fixit-objc-bridge-related.m [new file with mode: 0644]
test/FixIt/fixit-objc.m
test/FixIt/fixit-unicode-with-utf8-output.c
test/FixIt/fixit.cpp
test/FixIt/format-darwin.m
test/FixIt/format.m
test/FixIt/lit.local.cfg [deleted file]
test/FixIt/no-diagnostics-fixit-info.c [new file with mode: 0644]
test/FixIt/typo-location-bugs.cpp
test/Format/disable-format.cpp [new file with mode: 0644]
test/Format/language-detection.cpp [new file with mode: 0644]
test/Format/style-on-command-line.cpp
test/Frontend/Inputs/rewrite-includes-messages.h [new file with mode: 0644]
test/Frontend/backend-diagnostic.c [new file with mode: 0644]
test/Frontend/darwin-eabi.c
test/Frontend/darwin-version.c
test/Frontend/disable-output.c [new file with mode: 0644]
test/Frontend/exceptions.c [new file with mode: 0644]
test/Frontend/invalid-o-level.c
test/Frontend/ir-support-codegen.ll
test/Frontend/ir-support.c [new file with mode: 0644]
test/Frontend/lit.local.cfg
test/Frontend/optimization-remark-line-directive.c [new file with mode: 0644]
test/Frontend/optimization-remark.c [new file with mode: 0644]
test/Frontend/plugins.c [new file with mode: 0644]
test/Frontend/print-header-includes.c
test/Frontend/rewrite-includes-bom.c
test/Frontend/rewrite-includes-cli-include.c [new file with mode: 0644]
test/Frontend/rewrite-includes-eof.c [new file with mode: 0644]
test/Frontend/rewrite-includes-messages.c [new file with mode: 0644]
test/Frontend/rewrite-includes-missing.c
test/Frontend/rewrite-includes-modules.c
test/Frontend/rewrite-includes.c
test/Frontend/rewrite-macros.c
test/Frontend/stdlang.c [new file with mode: 0644]
test/Frontend/system-header-prefix.c
test/Frontend/verify.c
test/Frontend/verify2.c
test/Frontend/verify2.h
test/Frontend/warning-options.cpp
test/Frontend/windows-nul.c [new file with mode: 0644]
test/Headers/Inputs/include/setjmp.h [new file with mode: 0644]
test/Headers/altivec-header.c
test/Headers/arm-acle-header.c [new file with mode: 0644]
test/Headers/c11.c
test/Headers/cxx11.cpp
test/Headers/ms-intrin.cpp
test/Headers/ms-null-ms-header-vs-stddef.cpp
test/Headers/stddefneeds.cpp [new file with mode: 0644]
test/Headers/xmmintrin.c [new file with mode: 0644]
test/Index/Inputs/CommentXML/valid-function-02.xml
test/Index/Inputs/Frameworks/DocCommentsA.framework/Headers/DocCommentsA.h [new file with mode: 0644]
test/Index/Inputs/Frameworks/DocCommentsB.framework/Headers/DocCommentsB.h [new file with mode: 0644]
test/Index/Inputs/Frameworks/DocCommentsC.framework/Headers/DocCommentsC.h [new file with mode: 0644]
test/Index/Inputs/base_module_needs_vfs.h [new file with mode: 0644]
test/Index/Inputs/crash-recovery-code-complete-remap.c
test/Index/Inputs/module.map [new file with mode: 0644]
test/Index/Inputs/module_needs_vfs.h [new file with mode: 0644]
test/Index/Inputs/retain-comments-from-system-headers-module.map [new file with mode: 0644]
test/Index/Inputs/usrs-system.h [new file with mode: 0644]
test/Index/Inputs/vfsoverlay.yaml [new file with mode: 0644]
test/Index/annotate-comments-objc.m
test/Index/annotate-comments-typedef.m
test/Index/annotate-deep-statements.cpp
test/Index/annotate-module.m
test/Index/annotate-tokens-cxx0x.cpp
test/Index/annotate-tokens.cpp
test/Index/attributes-cuda.cu [new file with mode: 0644]
test/Index/attributes.c
test/Index/comment-cplus-decls.cpp
test/Index/comment-cplus-template-decls.cpp
test/Index/comment-to-html-xml-conversion.cpp
test/Index/comment-xml-schema.c
test/Index/complete-macros.c
test/Index/complete-macros.h [new file with mode: 0644]
test/Index/complete-method-decls.m
test/Index/complete-property-flags.m
test/Index/complete-recovery.m
test/Index/crash-recovery-code-complete.c
test/Index/crash-recovery-reparse.c
test/Index/crash-recovery.c
test/Index/cxx11-lambdas.cpp
test/Index/fix-its.m
test/Index/index-module-with-vfs.m [new file with mode: 0644]
test/Index/index-module.m
test/Index/index-pch-objc.m [new file with mode: 0644]
test/Index/index-refs.cpp
test/Index/index-templates.cpp
test/Index/load-classes.cpp
test/Index/load-decls.c
test/Index/load-namespaces.cpp
test/Index/local-symbols.m
test/Index/pch-depending-on-deleted-module.c [new file with mode: 0644]
test/Index/preamble-reparse-cmd-define.c
test/Index/preamble-reparse-warn-end-of-file.c [new file with mode: 0644]
test/Index/preamble-reparse-warn-macro.c [new file with mode: 0644]
test/Index/preamble-reparse.c
test/Index/preamble.c
test/Index/print-type-cxx11.cpp
test/Index/print-type.c
test/Index/print-type.cpp
test/Index/print-type.m
test/Index/recursive-cxx-member-calls.cpp
test/Index/remap-complete.c
test/Index/remap-cursor-at.c
test/Index/remap-load.c
test/Index/reparse-with-remaps/reparse.c [new file with mode: 0644]
test/Index/reparse-with-remaps/test.h [new file with mode: 0644]
test/Index/reparse-with-remaps/test.h-0 [new file with mode: 0644]
test/Index/reparse-with-remaps/test.h-1 [new file with mode: 0644]
test/Index/retain-comments-from-system-headers.c
test/Index/skipped-ranges.c [new file with mode: 0644]
test/Index/usrs.cpp
test/Index/usrs.m
test/Integration/carbon.c [moved from test/Sema/carbon.c with 100% similarity]
test/Integration/cocoa-pch.m [moved from test/PCH/cocoa.m with 100% similarity]
test/Integration/cocoa.m [moved from test/SemaObjC/cocoa.m with 97% similarity]
test/Layout/ms-x86-alias-avoidance-padding.cpp [new file with mode: 0644]
test/Layout/ms-x86-aligned-tail-padding.cpp
test/Layout/ms-x86-basic-layout.cpp
test/Layout/ms-x86-bitfields-vbases.cpp
test/Layout/ms-x86-empty-base-after-base-with-vbptr.cpp
test/Layout/ms-x86-empty-nonvirtual-bases.cpp
test/Layout/ms-x86-empty-virtual-base.cpp
test/Layout/ms-x86-lazy-empty-nonvirtual-base.cpp
test/Layout/ms-x86-member-pointers.cpp [new file with mode: 0644]
test/Layout/ms-x86-misalignedarray.cpp
test/Layout/ms-x86-pack-and-align.cpp [new file with mode: 0644]
test/Layout/ms-x86-primary-bases.cpp
test/Layout/ms-x86-size-alignment-fail.cpp
test/Layout/ms-x86-vfvb-alignment.cpp
test/Layout/ms-x86-vfvb-sharing.cpp
test/Layout/ms-x86-vtordisp.cpp
test/Lexer/Inputs/success.h [new file with mode: 0644]
test/Lexer/bcpl-escaped-newline.c
test/Lexer/clang-keywords.cpp [deleted file]
test/Lexer/cross-windows-on-linux-default.cpp [new file with mode: 0644]
test/Lexer/cross-windows-on-linux.cpp [new file with mode: 0644]
test/Lexer/cxx0x_keyword.cpp [deleted file]
test/Lexer/cxx1y_digit_separators.cpp
test/Lexer/cxx1z-trigraphs.cpp [new file with mode: 0644]
test/Lexer/gnu_keywords.c [deleted file]
test/Lexer/has_feature_cxx0x.cpp
test/Lexer/has_feature_exceptions.cpp
test/Lexer/has_feature_type_traits.cpp
test/Lexer/hexfloat.cpp
test/Lexer/keywords_test.c [new file with mode: 0644]
test/Lexer/keywords_test.cpp [new file with mode: 0644]
test/Lexer/ms-extensions.c
test/Lexer/warn-date-time.c [new file with mode: 0644]
test/Makefile
test/Misc/Inputs/serialized-diags-stable.dia [new file with mode: 0644]
test/Misc/ast-dump-arm-attr.c [new file with mode: 0644]
test/Misc/ast-dump-attr.cpp
test/Misc/ast-dump-color.cpp
test/Misc/ast-dump-comment.cpp
test/Misc/ast-dump-decl.c
test/Misc/ast-dump-decl.cpp
test/Misc/ast-dump-msp430-attr.c [new file with mode: 0644]
test/Misc/ast-print-pragmas-xfail.cpp [new file with mode: 0644]
test/Misc/ast-print-pragmas.cpp [new file with mode: 0644]
test/Misc/backend-optimization-failure.cpp [new file with mode: 0644]
test/Misc/backend-stack-frame-diagnostics-fallback.cpp [new file with mode: 0644]
test/Misc/backend-stack-frame-diagnostics.cpp [new file with mode: 0644]
test/Misc/diag-format.c
test/Misc/diag-mapping2.c
test/Misc/diag-template-diffing.cpp
test/Misc/driver-verify.c [new file with mode: 0644]
test/Misc/error-limit-multiple-notes.cpp
test/Misc/interpreter.c [new file with mode: 0644]
test/Misc/languageOptsOpenCL.cl
test/Misc/serialized-diags-stable.c [new file with mode: 0644]
test/Misc/verify.c
test/Misc/warn-sysheader.cpp [new file with mode: 0644]
test/Misc/warning-flags.c
test/Misc/win32-macho.c [new file with mode: 0644]
test/Modules/Inputs/ModuleMapLocations/Both/a.h [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips64/64/fp64/usr/lib/crtn.o with 100% similarity]
test/Modules/Inputs/ModuleMapLocations/Both/b.h [new file with mode: 0644]
test/Modules/Inputs/ModuleMapLocations/Both/module.map [new file with mode: 0644]
test/Modules/Inputs/ModuleMapLocations/Both/module.modulemap [new file with mode: 0644]
test/Modules/Inputs/ModuleMapLocations/Both_F.framework/Headers/a.h [new file with mode: 0644]
test/Modules/Inputs/ModuleMapLocations/Both_F.framework/Headers/b.h [new file with mode: 0644]
test/Modules/Inputs/ModuleMapLocations/Both_F.framework/Modules/module.modulemap [new file with mode: 0644]
test/Modules/Inputs/ModuleMapLocations/Both_F.framework/module.map [new file with mode: 0644]
test/Modules/Inputs/ModuleMapLocations/Inferred.framework/Headers/Inferred.h [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips64/el/fp64/nan2008/usr/lib/crt1.o with 100% similarity]
test/Modules/Inputs/ModuleMapLocations/Module_ModuleMap/a.h [new file with mode: 0644]
test/Modules/Inputs/ModuleMapLocations/Module_ModuleMap/module.modulemap [new file with mode: 0644]
test/Modules/Inputs/ModuleMapLocations/Module_ModuleMap_F.framework/Headers/a.h [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips64/el/fp64/nan2008/usr/lib/crti.o with 100% similarity]
test/Modules/Inputs/ModuleMapLocations/Module_ModuleMap_F.framework/Modules/module.modulemap [new file with mode: 0644]
test/Modules/Inputs/ModuleMapLocations/Module_ModuleMap_F.framework/Modules/module.private.modulemap [new file with mode: 0644]
test/Modules/Inputs/ModuleMapLocations/Module_ModuleMap_F.framework/PrivateHeaders/private.h [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips64/el/fp64/nan2008/usr/lib/crtn.o with 100% similarity]
test/Modules/Inputs/ModuleMapLocations/module.modulemap [new file with mode: 0644]
test/Modules/Inputs/autolink-sub3.h [new file with mode: 0644]
test/Modules/Inputs/autolink-sub3.pch [new file with mode: 0644]
test/Modules/Inputs/c-header-bad.h [new file with mode: 0644]
test/Modules/Inputs/c-header.h [new file with mode: 0644]
test/Modules/Inputs/cxx-decls-imported.h
test/Modules/Inputs/cxx-decls-merged.h [new file with mode: 0644]
test/Modules/Inputs/cxx-header.h [new file with mode: 0644]
test/Modules/Inputs/cxx-inline-namespace-b.h [new file with mode: 0644]
test/Modules/Inputs/cxx-inline-namespace.h
test/Modules/Inputs/cxx-irgen-left.h [new file with mode: 0644]
test/Modules/Inputs/cxx-irgen-right.h [new file with mode: 0644]
test/Modules/Inputs/cxx-irgen-top.h [new file with mode: 0644]
test/Modules/Inputs/cxx-templates-a.h
test/Modules/Inputs/cxx-templates-b-impl.h
test/Modules/Inputs/cxx-templates-b.h
test/Modules/Inputs/cxx-templates-c.h
test/Modules/Inputs/cxx-templates-common.h
test/Modules/Inputs/declare-use/e.h
test/Modules/Inputs/declare-use/h.h
test/Modules/Inputs/declare-use/i.h [new file with mode: 0644]
test/Modules/Inputs/declare-use/j.h [new file with mode: 0644]
test/Modules/Inputs/declare-use/module.map
test/Modules/Inputs/declare-use/s.h [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips64/el/fp64/usr/lib/crt1.o with 100% similarity]
test/Modules/Inputs/elsewhere/c-header-indirect.h [new file with mode: 0644]
test/Modules/Inputs/elsewhere/module.map [new file with mode: 0644]
test/Modules/Inputs/exclude-header/module.map [new file with mode: 0644]
test/Modules/Inputs/exclude-header/x/a.h [new file with mode: 0644]
test/Modules/Inputs/exclude-header/x/bad.h [new file with mode: 0644]
test/Modules/Inputs/exclude-header/y/b.h [new file with mode: 0644]
test/Modules/Inputs/include-relative/a.h [new file with mode: 0644]
test/Modules/Inputs/include-relative/module.map [new file with mode: 0644]
test/Modules/Inputs/macro-hiding/a1.h [new file with mode: 0644]
test/Modules/Inputs/macro-hiding/a2.h [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips64/el/fp64/usr/lib/crti.o with 100% similarity]
test/Modules/Inputs/macro-hiding/b1.h [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips64/el/fp64/usr/lib/crtn.o with 100% similarity]
test/Modules/Inputs/macro-hiding/b2.h [new file with mode: 0644]
test/Modules/Inputs/macro-hiding/c1.h [new file with mode: 0644]
test/Modules/Inputs/macro-hiding/d1.h [new file with mode: 0644]
test/Modules/Inputs/macro-hiding/e1.h [new file with mode: 0644]
test/Modules/Inputs/macro-hiding/e2.h [new file with mode: 0644]
test/Modules/Inputs/macro-hiding/module.modulemap [new file with mode: 0644]
test/Modules/Inputs/macro-undef-through-pch/A.h [new file with mode: 0644]
test/Modules/Inputs/macro-undef-through-pch/foo.h [new file with mode: 0644]
test/Modules/Inputs/macro-undef-through-pch/module.map [new file with mode: 0644]
test/Modules/Inputs/macros_other.h
test/Modules/Inputs/macros_right.h
test/Modules/Inputs/macros_right_undef.h
test/Modules/Inputs/macros_top.h
test/Modules/Inputs/macros_top_b.h [new file with mode: 0644]
test/Modules/Inputs/macros_top_c.h [new file with mode: 0644]
test/Modules/Inputs/malformed/a1.h [new file with mode: 0644]
test/Modules/Inputs/malformed/a2.h [new file with mode: 0644]
test/Modules/Inputs/malformed/b1.h [new file with mode: 0644]
test/Modules/Inputs/malformed/b2.h [new file with mode: 0644]
test/Modules/Inputs/malformed/module.map [new file with mode: 0644]
test/Modules/Inputs/module.map
test/Modules/Inputs/modules-with-same-name/DependsOnA/DependsOnA.h [new file with mode: 0644]
test/Modules/Inputs/modules-with-same-name/DependsOnA/module.modulemap [new file with mode: 0644]
test/Modules/Inputs/modules-with-same-name/path1/A/a.h [new file with mode: 0644]
test/Modules/Inputs/modules-with-same-name/path1/A/module.modulemap [new file with mode: 0644]
test/Modules/Inputs/modules-with-same-name/path2/A/a.h [new file with mode: 0644]
test/Modules/Inputs/modules-with-same-name/path2/A/module.modulemap [new file with mode: 0644]
test/Modules/Inputs/namespaces-left.h
test/Modules/Inputs/namespaces-top.h
test/Modules/Inputs/recursive1.h [new file with mode: 0644]
test/Modules/Inputs/recursive2.h [new file with mode: 0644]
test/Modules/Inputs/redecl-add-after-load-decls.h [new file with mode: 0644]
test/Modules/Inputs/redecl-add-after-load-top.h [new file with mode: 0644]
test/Modules/Inputs/redecl-add-after-load.h [new file with mode: 0644]
test/Modules/Inputs/require-modular-includes/A.framework/Headers/A.h [new file with mode: 0644]
test/Modules/Inputs/require-modular-includes/AnotherModule.h [new file with mode: 0644]
test/Modules/Inputs/require-modular-includes/AnotherModuleExcluded.h [new file with mode: 0644]
test/Modules/Inputs/require-modular-includes/B.framework/Headers/B.h [new file with mode: 0644]
test/Modules/Inputs/require-modular-includes/C.h [new file with mode: 0644]
test/Modules/Inputs/require-modular-includes/ExcludedFromAnotherModule.framework/Headers/ExcludedFromAnotherModule.h [new file with mode: 0644]
test/Modules/Inputs/require-modular-includes/FromAnotherModule.framework/Headers/FromAnotherModule.h [new file with mode: 0644]
test/Modules/Inputs/require-modular-includes/FromImportedModuleFail.framework/Headers/FromImportedModuleFail.h [new file with mode: 0644]
test/Modules/Inputs/require-modular-includes/FromImportedModuleOK.framework/Headers/FromImportedModuleOK.h [new file with mode: 0644]
test/Modules/Inputs/require-modular-includes/FromImportedModuleOK.framework/Headers/FromImportedModuleOK2.h [new file with mode: 0644]
test/Modules/Inputs/require-modular-includes/FromImportedModuleOK.framework/Modules/module.modulemap [new file with mode: 0644]
test/Modules/Inputs/require-modular-includes/FromImportedSubModule.framework/Headers/Header.h [new file with mode: 0644]
test/Modules/Inputs/require-modular-includes/FromImportedSubModule.framework/Modules/module.modulemap [new file with mode: 0644]
test/Modules/Inputs/require-modular-includes/FromNonModularSubframework.framework/Frameworks/Subframework.framework/Headers/Subframework.h [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips64/fp64/nan2008/usr/lib/crt1.o with 100% similarity]
test/Modules/Inputs/require-modular-includes/FromNonModularSubframework.framework/Headers/FromNonModularSubframework.h [new file with mode: 0644]
test/Modules/Inputs/require-modular-includes/FromNonModularSubframework.framework/Modules/module.modulemap [new file with mode: 0644]
test/Modules/Inputs/require-modular-includes/FromSubframework.framework/Frameworks/Subframework.framework/Headers/Subframework.h [new file with mode: 0644]
test/Modules/Inputs/require-modular-includes/FromSubframework.framework/Headers/FromSubframework.h [new file with mode: 0644]
test/Modules/Inputs/require-modular-includes/FromSubframework.framework/Modules/module.modulemap [new file with mode: 0644]
test/Modules/Inputs/require-modular-includes/FromUmbrella.framework/Headers/FromUmbrella.h [new file with mode: 0644]
test/Modules/Inputs/require-modular-includes/IncludeExcluded.framework/Headers/Excluded.h [new file with mode: 0644]
test/Modules/Inputs/require-modular-includes/IncludeExcluded.framework/Headers/IncludeExcluded.h [new file with mode: 0644]
test/Modules/Inputs/require-modular-includes/IncludeExcluded.framework/Modules/module.modulemap [new file with mode: 0644]
test/Modules/Inputs/require-modular-includes/NotFramework.h [new file with mode: 0644]
test/Modules/Inputs/require-modular-includes/NotInModule.h [new file with mode: 0644]
test/Modules/Inputs/require-modular-includes/module.modulemap [new file with mode: 0644]
test/Modules/Inputs/require-modular-includes/umbrella/bar/bar.h [new file with mode: 0644]
test/Modules/Inputs/require-modular-includes/umbrella/foo.h [new file with mode: 0644]
test/Modules/Inputs/string_names/a.h [new file with mode: 0644]
test/Modules/Inputs/string_names/b.h [new file with mode: 0644]
test/Modules/Inputs/string_names/c.h [new file with mode: 0644]
test/Modules/Inputs/string_names/module.map [new file with mode: 0644]
test/Modules/Inputs/string_names/sub.h [new file with mode: 0644]
test/Modules/Inputs/submodules/import-self-b.h
test/Modules/Inputs/submodules/module.map
test/Modules/Inputs/submodules/not_missing.h [new file with mode: 0644]
test/Modules/Inputs/template-specialization-visibility/a.h [new file with mode: 0644]
test/Modules/Inputs/template-specialization-visibility/b.h [new file with mode: 0644]
test/Modules/Inputs/template-specialization-visibility/c.h [new file with mode: 0644]
test/Modules/Inputs/template-specialization-visibility/d.h [new file with mode: 0644]
test/Modules/Inputs/template-specialization-visibility/e.h [new file with mode: 0644]
test/Modules/Inputs/template-specialization-visibility/module.map [new file with mode: 0644]
test/Modules/Inputs/templates-left.h
test/Modules/Inputs/templates-right.h
test/Modules/Inputs/templates-top.h
test/Modules/Inputs/undefined-type-fixit/module.map [new file with mode: 0644]
test/Modules/Inputs/undefined-type-fixit/public1.h [new file with mode: 0644]
test/Modules/Inputs/undefined-type-fixit/public2.h [new file with mode: 0644]
test/Modules/Inputs/undefined-type-fixit/public2sub.h [new file with mode: 0644]
test/Modules/Inputs/unnecessary-module-map-parsing/a1.h [new file with mode: 0644]
test/Modules/Inputs/unnecessary-module-map-parsing/module.map [new file with mode: 0644]
test/Modules/Inputs/update-after-load/a.h [new file with mode: 0644]
test/Modules/Inputs/update-after-load/b.h [new file with mode: 0644]
test/Modules/Inputs/update-after-load/module.map [new file with mode: 0644]
test/Modules/Inputs/update-after-load/modules.timestamp [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips64/fp64/nan2008/usr/lib/crti.o with 100% similarity]
test/Modules/Rmodule-build.m [new file with mode: 0644]
test/Modules/Werror-Wsystem-headers.m [new file with mode: 0644]
test/Modules/Werror.m [new file with mode: 0644]
test/Modules/auto-module-import.m
test/Modules/autolink.m
test/Modules/compiler_builtins_arm.m
test/Modules/config_macros.m
test/Modules/cxx-decls.cpp
test/Modules/cxx-inline-namespace.cpp
test/Modules/cxx-irgen.cpp [new file with mode: 0644]
test/Modules/cxx-templates.cpp
test/Modules/declare-use.S [new file with mode: 0644]
test/Modules/declare-use1.cpp
test/Modules/declare-use2.cpp
test/Modules/declare-use3.cpp [new file with mode: 0644]
test/Modules/declare-use4.cpp [new file with mode: 0644]
test/Modules/decldef.mm
test/Modules/dependency-dump-dependent-module.m [new file with mode: 0644]
test/Modules/dependency-dump.m [new file with mode: 0644]
test/Modules/dependency-gen-inferred-map.m [new file with mode: 0644]
test/Modules/dependency-gen-pch.m [new file with mode: 0644]
test/Modules/dependency-gen.m [new file with mode: 0644]
test/Modules/diag-pragma.c
test/Modules/diamond-pch.c
test/Modules/diamond.c
test/Modules/exclude-header.c [new file with mode: 0644]
test/Modules/extern_c.cpp [new file with mode: 0644]
test/Modules/extern_c_bad.cpp [new file with mode: 0644]
test/Modules/fatal-module-loader-error.m
test/Modules/fmodules-validate-once-per-build-session.c [new file with mode: 0644]
test/Modules/import-self.m [new file with mode: 0644]
test/Modules/include-relative.c [new file with mode: 0644]
test/Modules/inferred-framework-case.m [new file with mode: 0644]
test/Modules/irgen.c
test/Modules/linkage-merge.cpp
test/Modules/linkage-merge.m
test/Modules/load-after-failure.m [new file with mode: 0644]
test/Modules/load_failure.c
test/Modules/lookup.cpp
test/Modules/lookup.m
test/Modules/macro-hiding.cpp [new file with mode: 0644]
test/Modules/macro-reexport/a1.h [new file with mode: 0644]
test/Modules/macro-reexport/a2.h [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips64/fp64/nan2008/usr/lib/crtn.o with 100% similarity]
test/Modules/macro-reexport/b1.h [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips64/fp64/usr/lib/crt1.o with 100% similarity]
test/Modules/macro-reexport/b2.h [new file with mode: 0644]
test/Modules/macro-reexport/c1.h [new file with mode: 0644]
test/Modules/macro-reexport/d1.h [new file with mode: 0644]
test/Modules/macro-reexport/d2.h [new file with mode: 0644]
test/Modules/macro-reexport/macro-reexport.cpp [new file with mode: 0644]
test/Modules/macro-reexport/module.modulemap [new file with mode: 0644]
test/Modules/macro-undef-through-pch.m [new file with mode: 0644]
test/Modules/macros.c
test/Modules/macros2.c [new file with mode: 0644]
test/Modules/malformed.cpp [new file with mode: 0644]
test/Modules/missing-header.m [new file with mode: 0644]
test/Modules/missing-submodule.m [new file with mode: 0644]
test/Modules/module-private.cpp
test/Modules/module_file_info.m
test/Modules/modulemap-locations.m [new file with mode: 0644]
test/Modules/modules-with-same-name.m [new file with mode: 0644]
test/Modules/namespaces.cpp
test/Modules/no-stale-modtime.m [new file with mode: 0644]
test/Modules/objc-categories.m
test/Modules/objc_redef.m
test/Modules/prune.m
test/Modules/recursive.c [new file with mode: 0644]
test/Modules/redecl-add-after-load.cpp [new file with mode: 0644]
test/Modules/redecl-namespaces.mm
test/Modules/redeclarations.m
test/Modules/redecls/main.m
test/Modules/renamed.m
test/Modules/require-modular-includes.m [new file with mode: 0644]
test/Modules/resolution-change.m [new file with mode: 0644]
test/Modules/strict-decluse.cpp [new file with mode: 0644]
test/Modules/string_names.cpp [new file with mode: 0644]
test/Modules/subframework-from-intermediate-path.m [new file with mode: 0644]
test/Modules/submodules.cpp
test/Modules/system_version.m
test/Modules/template-specialization-visibility.cpp [new file with mode: 0644]
test/Modules/templates.mm
test/Modules/undefined-type-fixit1.cpp [new file with mode: 0644]
test/Modules/unnecessary-module-map-parsing.c [new file with mode: 0644]
test/Modules/update-after-load.cpp [new file with mode: 0644]
test/Modules/validate-system-headers.m [new file with mode: 0644]
test/OpenMP/barrier_ast_print.cpp [new file with mode: 0644]
test/OpenMP/barrier_messages.cpp [new file with mode: 0644]
test/OpenMP/critical_ast_print.cpp [new file with mode: 0644]
test/OpenMP/critical_messages.cpp [new file with mode: 0644]
test/OpenMP/flush_ast_print.cpp [new file with mode: 0644]
test/OpenMP/flush_messages.cpp [new file with mode: 0644]
test/OpenMP/for_ast_print.cpp [new file with mode: 0644]
test/OpenMP/for_collapse_messages.cpp [new file with mode: 0644]
test/OpenMP/for_firstprivate_messages.cpp [new file with mode: 0644]
test/OpenMP/for_lastprivate_messages.cpp [new file with mode: 0644]
test/OpenMP/for_loop_messages.cpp [new file with mode: 0644]
test/OpenMP/for_misc_messages.c [new file with mode: 0644]
test/OpenMP/for_private_messages.cpp [new file with mode: 0644]
test/OpenMP/for_reduction_messages.cpp [new file with mode: 0644]
test/OpenMP/for_schedule_messages.cpp [new file with mode: 0644]
test/OpenMP/linking.c
test/OpenMP/master_ast_print.cpp [new file with mode: 0644]
test/OpenMP/master_messages.cpp [new file with mode: 0644]
test/OpenMP/nesting_of_regions.cpp [new file with mode: 0644]
test/OpenMP/no_option.c
test/OpenMP/no_option_no_warn.c
test/OpenMP/openmp_common.c
test/OpenMP/parallel_ast_print.cpp
test/OpenMP/parallel_codegen.cpp [new file with mode: 0644]
test/OpenMP/parallel_copyin_messages.cpp [new file with mode: 0644]
test/OpenMP/parallel_default_messages.cpp
test/OpenMP/parallel_firstprivate_messages.cpp
test/OpenMP/parallel_for_ast_print.cpp [new file with mode: 0644]
test/OpenMP/parallel_for_collapse_messages.cpp [new file with mode: 0644]
test/OpenMP/parallel_for_copyin_messages.cpp [new file with mode: 0644]
test/OpenMP/parallel_for_default_messages.cpp [new file with mode: 0644]
test/OpenMP/parallel_for_firstprivate_messages.cpp [new file with mode: 0644]
test/OpenMP/parallel_for_if_messages.cpp [new file with mode: 0644]
test/OpenMP/parallel_for_lastprivate_messages.cpp [new file with mode: 0644]
test/OpenMP/parallel_for_loop_messages.cpp [new file with mode: 0644]
test/OpenMP/parallel_for_messages.cpp [new file with mode: 0644]
test/OpenMP/parallel_for_misc_messages.c [new file with mode: 0644]
test/OpenMP/parallel_for_num_threads_messages.cpp [new file with mode: 0644]
test/OpenMP/parallel_for_private_messages.cpp [new file with mode: 0644]
test/OpenMP/parallel_for_proc_bind_messages.cpp [new file with mode: 0644]
test/OpenMP/parallel_for_reduction_messages.cpp [new file with mode: 0644]
test/OpenMP/parallel_for_schedule_messages.cpp [new file with mode: 0644]
test/OpenMP/parallel_if_messages.cpp [new file with mode: 0644]
test/OpenMP/parallel_messages.cpp
test/OpenMP/parallel_num_threads_messages.cpp [new file with mode: 0644]
test/OpenMP/parallel_private_messages.cpp
test/OpenMP/parallel_proc_bind_messages.cpp [new file with mode: 0644]
test/OpenMP/parallel_reduction_messages.cpp [new file with mode: 0644]
test/OpenMP/parallel_sections_ast_print.cpp [new file with mode: 0644]
test/OpenMP/parallel_sections_copyin_messages.cpp [new file with mode: 0644]
test/OpenMP/parallel_sections_default_messages.cpp [new file with mode: 0644]
test/OpenMP/parallel_sections_firstprivate_messages.cpp [new file with mode: 0644]
test/OpenMP/parallel_sections_if_messages.cpp [new file with mode: 0644]
test/OpenMP/parallel_sections_lastprivate_messages.cpp [new file with mode: 0644]
test/OpenMP/parallel_sections_messages.cpp [new file with mode: 0644]
test/OpenMP/parallel_sections_misc_messages.c [new file with mode: 0644]
test/OpenMP/parallel_sections_num_threads_messages.cpp [new file with mode: 0644]
test/OpenMP/parallel_sections_private_messages.cpp [new file with mode: 0644]
test/OpenMP/parallel_sections_proc_bind_messages.cpp [new file with mode: 0644]
test/OpenMP/parallel_sections_reduction_messages.cpp [new file with mode: 0644]
test/OpenMP/parallel_sections_shared_messages.cpp [new file with mode: 0644]
test/OpenMP/parallel_shared_messages.cpp
test/OpenMP/predefined_macro.c
test/OpenMP/sections_ast_print.cpp [new file with mode: 0644]
test/OpenMP/sections_firstprivate_messages.cpp [new file with mode: 0644]
test/OpenMP/sections_lastprivate_messages.cpp [new file with mode: 0644]
test/OpenMP/sections_misc_messages.c [new file with mode: 0644]
test/OpenMP/sections_private_messages.cpp [new file with mode: 0644]
test/OpenMP/sections_reduction_messages.cpp [new file with mode: 0644]
test/OpenMP/simd_aligned_messages.cpp [new file with mode: 0644]
test/OpenMP/simd_ast_print.cpp [new file with mode: 0644]
test/OpenMP/simd_collapse_messages.cpp [new file with mode: 0644]
test/OpenMP/simd_lastprivate_messages.cpp [new file with mode: 0644]
test/OpenMP/simd_linear_messages.cpp [new file with mode: 0644]
test/OpenMP/simd_loop_messages.cpp [new file with mode: 0644]
test/OpenMP/simd_metadata.c [new file with mode: 0644]
test/OpenMP/simd_misc_messages.c [new file with mode: 0644]
test/OpenMP/simd_private_messages.cpp [new file with mode: 0644]
test/OpenMP/simd_reduction_messages.cpp [new file with mode: 0644]
test/OpenMP/simd_safelen_messages.cpp [new file with mode: 0644]
test/OpenMP/single_ast_print.cpp [new file with mode: 0644]
test/OpenMP/single_copyprivate_messages.cpp [new file with mode: 0644]
test/OpenMP/single_firstprivate_messages.cpp [new file with mode: 0644]
test/OpenMP/single_misc_messages.c [new file with mode: 0644]
test/OpenMP/single_private_messages.cpp [new file with mode: 0644]
test/OpenMP/task_ast_print.cpp [new file with mode: 0644]
test/OpenMP/task_default_messages.cpp [new file with mode: 0644]
test/OpenMP/task_final_messages.cpp [new file with mode: 0644]
test/OpenMP/task_firstprivate_messages.cpp [new file with mode: 0644]
test/OpenMP/task_if_messages.cpp [new file with mode: 0644]
test/OpenMP/task_messages.cpp [new file with mode: 0644]
test/OpenMP/task_private_messages.cpp [new file with mode: 0644]
test/OpenMP/task_shared_messages.cpp [new file with mode: 0644]
test/OpenMP/taskwait_ast_print.cpp [new file with mode: 0644]
test/OpenMP/taskwait_messages.cpp [new file with mode: 0644]
test/OpenMP/taskyield_ast_print.cpp [new file with mode: 0644]
test/OpenMP/taskyield_messages.cpp [new file with mode: 0644]
test/OpenMP/threadprivate_ast_print.cpp
test/OpenMP/threadprivate_messages.cpp
test/PCH/Inputs/chain-selectors2.h
test/PCH/Inputs/cuda.h [new file with mode: 0644]
test/PCH/chain-pending-instantiations.cpp
test/PCH/chain-selectors.m
test/PCH/cuda-kernel-call.cu
test/PCH/cxx-key-functions.cpp [new file with mode: 0644]
test/PCH/cxx-mangling.cpp [new file with mode: 0644]
test/PCH/cxx-reference.cpp
test/PCH/cxx-required-decls.cpp
test/PCH/cxx-templates.cpp
test/PCH/cxx-templates.h
test/PCH/cxx-traits.h
test/PCH/cxx11-exception-spec.cpp
test/PCH/cxx11-inheriting-ctors.cpp [new file with mode: 0644]
test/PCH/different-diagnostic-level.c [new file with mode: 0644]
test/PCH/different-linker-version.c [new file with mode: 0644]
test/PCH/field-designator.c
test/PCH/irgen-rdar13114142.mm
test/PCH/local_static.cpp [new file with mode: 0644]
test/PCH/local_static.h [new file with mode: 0644]
test/PCH/macro-undef.cpp [new file with mode: 0644]
test/PCH/modified-module-dependency.m [new file with mode: 0644]
test/PCH/modified-module-dependency.module.map [new file with mode: 0644]
test/PCH/objc_container.m
test/PCH/objc_literals.mm
test/PCH/objcxx-ivar-class.mm
test/PCH/pr18806.cpp [new file with mode: 0644]
test/PCH/pr4489.c
test/PCH/pragma-loop.cpp [new file with mode: 0644]
test/PCH/pragma-optimize.c [new file with mode: 0644]
test/PCH/single-token-macro.c
test/PCH/stmt-attrs.cpp [new file with mode: 0644]
test/PCH/thread-safety-attrs.cpp
test/PCH/verify_pch.m [new file with mode: 0644]
test/Parser/DelayedTemplateParsing.cpp
test/Parser/MicrosoftExtensions.c
test/Parser/MicrosoftExtensions.cpp
test/Parser/MicrosoftExtensionsInlineAsm.c [new file with mode: 0644]
test/Parser/altivec-csk-bool.c
test/Parser/altivec.c
test/Parser/arm-windows-calling-convention-handling.c [new file with mode: 0644]
test/Parser/asm.c
test/Parser/attr-availability.c
test/Parser/attributes.c
test/Parser/attributes.mm
test/Parser/bad-control.c
test/Parser/brackets.c [new file with mode: 0644]
test/Parser/brackets.cpp [new file with mode: 0644]
test/Parser/builtin_classify_type.c
test/Parser/check-objc2-syntax-1.m
test/Parser/compound_literal.c
test/Parser/cuda-kernel-call-c++11.cu [new file with mode: 0644]
test/Parser/cuda-kernel-call.cu
test/Parser/cxx-altivec.cpp
test/Parser/cxx-ambig-decl-expr-xfail.cpp
test/Parser/cxx-casting.cpp
test/Parser/cxx-class.cpp
test/Parser/cxx-decl.cpp
test/Parser/cxx-friend.cpp
test/Parser/cxx-reference.cpp
test/Parser/cxx-template-argument.cpp
test/Parser/cxx-template-decl.cpp
test/Parser/cxx-using-declaration.cpp
test/Parser/cxx0x-ambig.cpp
test/Parser/cxx0x-attributes.cpp
test/Parser/cxx0x-decl.cpp
test/Parser/cxx0x-for-range.cpp
test/Parser/cxx0x-lambda-expressions.cpp
test/Parser/cxx0x-member-initializers.cpp
test/Parser/cxx0x-rvalue-reference.cpp
test/Parser/cxx11-type-specifier.cpp
test/Parser/cxx11-user-defined-literals.cpp
test/Parser/declarators.c
test/Parser/diag-crash.c [new file with mode: 0644]
test/Parser/eof.cpp [new file with mode: 0644]
test/Parser/expressions.c
test/Parser/ms-if-exists.cpp [new file with mode: 0644]
test/Parser/ms-inline-asm-nested-braces.c [new file with mode: 0644]
test/Parser/ms-inline-asm.c
test/Parser/namespace-alias-attr.cpp
test/Parser/objc-error-qualified-implementation.m
test/Parser/objcbridge-related-attribute.m [new file with mode: 0644]
test/Parser/objcxx11-attributes.mm
test/Parser/opencl-astype.cl
test/Parser/opencl-keywords.cl [new file with mode: 0644]
test/Parser/pragma-loop.cpp [new file with mode: 0644]
test/Parser/pragma-optimize-diagnostics.cpp [new file with mode: 0644]
test/Parser/pragma-unroll.cpp [new file with mode: 0644]
test/Parser/recovery.cpp
test/Parser/switch-recovery.cpp
test/Parser/warn-cuda-compat.cu [new file with mode: 0644]
test/Parser/warn-semicolon-before-method-body.m
test/Preprocessor/Inputs/headermap-rel/Foo.framework/Headers/Foo.h [new file with mode: 0644]
test/Preprocessor/Inputs/headermap-rel/foo.hmap [new file with mode: 0644]
test/Preprocessor/Inputs/headermap-rel2/Product/someheader.h [new file with mode: 0644]
test/Preprocessor/Inputs/headermap-rel2/project-headers.hmap [new file with mode: 0644]
test/Preprocessor/Inputs/headermap-rel2/system/usr/include/someheader.h [new file with mode: 0644]
test/Preprocessor/Inputs/microsoft-header-search/a/b/include3.h [new file with mode: 0644]
test/Preprocessor/Inputs/microsoft-header-search/a/findme.h [new file with mode: 0644]
test/Preprocessor/Inputs/microsoft-header-search/a/include2.h [new file with mode: 0644]
test/Preprocessor/Inputs/microsoft-header-search/falsepos.h [new file with mode: 0644]
test/Preprocessor/Inputs/microsoft-header-search/findme.h [new file with mode: 0644]
test/Preprocessor/Inputs/microsoft-header-search/include1.h [new file with mode: 0644]
test/Preprocessor/aarch64-target-features.c
test/Preprocessor/arm-acle-6.4.c [new file with mode: 0644]
test/Preprocessor/arm-target-features.c
test/Preprocessor/cxx_oper_keyword.cpp
test/Preprocessor/cxx_oper_keyword_ms_compat.cpp
test/Preprocessor/has_attribute.c
test/Preprocessor/header_lookup1.c
test/Preprocessor/headermap-rel.c [new file with mode: 0644]
test/Preprocessor/headermap-rel2.c [new file with mode: 0644]
test/Preprocessor/ifdef-recover.c
test/Preprocessor/ignore-pragmas.c [new file with mode: 0644]
test/Preprocessor/init.c
test/Preprocessor/macho-embedded-predefines.c [new file with mode: 0644]
test/Preprocessor/macro-multiline.c [new file with mode: 0644]
test/Preprocessor/macro-multiline.c.ignoreme [deleted file]
test/Preprocessor/macro_arg_empty.c [new file with mode: 0644]
test/Preprocessor/macro_expand_empty.c
test/Preprocessor/macro_paste_commaext.c
test/Preprocessor/macro_paste_spacing.c
test/Preprocessor/macro_redefined.c [new file with mode: 0644]
test/Preprocessor/macro_space.c
test/Preprocessor/microsoft-header-search.c [new file with mode: 0644]
test/Preprocessor/predefined-arch-macros.c
test/Preprocessor/predefined-macros.c
test/Preprocessor/print-pragma-microsoft.c [new file with mode: 0644]
test/Preprocessor/stdint.c
test/Preprocessor/ucn-allowed-chars.c
test/Preprocessor/ucn-pp-identifier.c
test/Preprocessor/woa-defaults.c [new file with mode: 0644]
test/Preprocessor/woa-wchar_t.c [new file with mode: 0644]
test/Preprocessor/x86_target_features.c
test/Profile/Inputs/c-attributes.proftext [new file with mode: 0644]
test/Profile/Inputs/c-captured.proftext [new file with mode: 0644]
test/Profile/Inputs/c-counter-overflows.proftext [new file with mode: 0644]
test/Profile/Inputs/c-general.proftext [new file with mode: 0644]
test/Profile/Inputs/c-outdated-data.proftext [new file with mode: 0644]
test/Profile/Inputs/c-unprofiled-blocks.proftext [new file with mode: 0644]
test/Profile/Inputs/c-unprofiled.proftext [new file with mode: 0644]
test/Profile/Inputs/cxx-class.proftext [new file with mode: 0644]
test/Profile/Inputs/cxx-lambda.proftext [new file with mode: 0644]
test/Profile/Inputs/cxx-templates.proftext [new file with mode: 0644]
test/Profile/Inputs/cxx-throws.proftext [new file with mode: 0644]
test/Profile/Inputs/objc-general.proftext [new file with mode: 0644]
test/Profile/Inputs/profiled_header.h [new file with mode: 0644]
test/Profile/README [new file with mode: 0644]
test/Profile/c-attributes.c [new file with mode: 0644]
test/Profile/c-captured.c [new file with mode: 0644]
test/Profile/c-counter-overflows.c [new file with mode: 0644]
test/Profile/c-general.c [new file with mode: 0644]
test/Profile/c-linkage-available_externally.c [new file with mode: 0644]
test/Profile/c-linkage.c [new file with mode: 0644]
test/Profile/c-outdated-data.c [new file with mode: 0644]
test/Profile/c-unprofiled-blocks.c [new file with mode: 0644]
test/Profile/c-unprofiled.c [new file with mode: 0644]
test/Profile/cxx-class.cpp [new file with mode: 0644]
test/Profile/cxx-implicit.cpp [new file with mode: 0644]
test/Profile/cxx-lambda.cpp [new file with mode: 0644]
test/Profile/cxx-linkage.cpp [new file with mode: 0644]
test/Profile/cxx-templates.cpp [new file with mode: 0644]
test/Profile/cxx-throws.cpp [new file with mode: 0644]
test/Profile/objc-general.m [new file with mode: 0644]
test/Rewriter/dllimport-typedef.c [deleted file]
test/Rewriter/finally.m
test/Rewriter/lit.local.cfg
test/Rewriter/missing-dllimport.c
test/Rewriter/no-integrated-preprocessing-64bit.m
test/Rewriter/no-integrated-preprocessing.m
test/Rewriter/protocol-rewrite-1.m
test/Sema/2007-10-01-BuildArrayRef.c
test/Sema/2009-03-09-WeakDeclarations-1.c
test/Sema/2009-04-22-UnknownSize.c
test/Sema/2009-07-17-VoidParameter.c
test/Sema/Inputs/ms-keyword-system-header.h
test/Sema/Inputs/warn-unreachable.h [new file with mode: 0644]
test/Sema/MicrosoftCompatibility.c
test/Sema/MicrosoftExtensions.c
test/Sema/__try.c
test/Sema/aarch64-neon-ranges.c [new file with mode: 0644]
test/Sema/aarch64-neon-vector-types.c
test/Sema/align-x86.c
test/Sema/alloc_size.c [deleted file]
test/Sema/arm-interrupt-attr.c
test/Sema/arm-neon-types.c
test/Sema/arm64-inline-asm.c [new file with mode: 0644]
test/Sema/arm64-neon-args.c [new file with mode: 0644]
test/Sema/arm_acle.c [new file with mode: 0644]
test/Sema/array-init.c
test/Sema/asm.c
test/Sema/ast-print.c
test/Sema/atomic-compare.c [new file with mode: 0644]
test/Sema/atomic-expr.c
test/Sema/atomic-ops.c
test/Sema/attr-alias-elf.c
test/Sema/attr-aligned.c
test/Sema/attr-availability-ios.c
test/Sema/attr-availability-macosx.c
test/Sema/attr-availability.c
test/Sema/attr-capabilities.c [new file with mode: 0644]
test/Sema/attr-cleanup.c
test/Sema/attr-coldhot.c
test/Sema/attr-deprecated-message.c
test/Sema/attr-deprecated.c
test/Sema/attr-malloc.c
test/Sema/attr-msp430.c [new file with mode: 0644]
test/Sema/attr-noduplicate.c [new file with mode: 0644]
test/Sema/attr-ownership.c
test/Sema/attr-section.c
test/Sema/attr-unavailable-message.c
test/Sema/attr-used.c
test/Sema/big-endian-neon-initializers.c [new file with mode: 0644]
test/Sema/bitfield-layout.c
test/Sema/block-misc.c
test/Sema/block-return.c
test/Sema/bool-compare.c [new file with mode: 0644]
test/Sema/builtin-assume.c [new file with mode: 0644]
test/Sema/builtin-clear_cache.c
test/Sema/builtins-aarch64.c
test/Sema/builtins-arm-exclusive.c
test/Sema/builtins-arm.c
test/Sema/builtins-arm64-exclusive.c [new file with mode: 0644]
test/Sema/builtins-arm64.c [new file with mode: 0644]
test/Sema/builtins-gnu-mode.c
test/Sema/builtins.c
test/Sema/c89.c
test/Sema/callingconv.c
test/Sema/const-eval.c
test/Sema/constant-builtins-2.c
test/Sema/constructor-attribute.c
test/Sema/conversion.c
test/Sema/crash-invalid-array.c
test/Sema/decl-in-prototype.c
test/Sema/decl-invalid.c
test/Sema/dllexport.c [new file with mode: 0644]
test/Sema/dllimport-dllexport.c [deleted file]
test/Sema/dllimport.c [new file with mode: 0644]
test/Sema/empty1.c
test/Sema/enable_if.c [new file with mode: 0644]
test/Sema/ext_vector_casts.c
test/Sema/fn-ptr-as-fn-prototype.c
test/Sema/format-strings-c90.c
test/Sema/format-strings-darwin.c
test/Sema/format-strings-enum-fixed-type.cpp
test/Sema/format-strings-enum.c
test/Sema/format-strings-fixit.c
test/Sema/format-strings-ms.c
test/Sema/format-strings-non-iso.c
test/Sema/format-strings-scanf.c
test/Sema/format-strings.c
test/Sema/i-c-e.c
test/Sema/implicit-builtin-decl.c
test/Sema/implicit-cast-dump.c
test/Sema/inline-asm-validate.c [new file with mode: 0644]
test/Sema/invalid-decl.c
test/Sema/lit.local.cfg [new file with mode: 0644]
test/Sema/loop-control.c [new file with mode: 0644]
test/Sema/ms-inline-asm.c
test/Sema/ms-wchar.c
test/Sema/ms_bitfield_layout.c
test/Sema/ms_class_layout.cpp
test/Sema/neon-vector-types.c
test/Sema/nonnull.c
test/Sema/overloadable.c
test/Sema/pragma-ms_struct.c
test/Sema/pragma-pack-apple.c
test/Sema/pragma-section.c [new file with mode: 0644]
test/Sema/private-extern.c
test/Sema/return-noreturn.c
test/Sema/return.c
test/Sema/sentinel-attribute.c
test/Sema/shift.c
test/Sema/statements.c
test/Sema/static-init.c
test/Sema/struct-decl.c
test/Sema/switch.c
test/Sema/tentative-decls.c
test/Sema/thread-specifier.c
test/Sema/tls.c
test/Sema/transparent-union.c
test/Sema/typedef-retain.c
test/Sema/typeof-use-deprecated.c
test/Sema/types.c
test/Sema/unused-expr.c
test/Sema/var-redecl.c
test/Sema/variadic-promotion.c
test/Sema/vector-assign.c
test/Sema/vector-cast.c
test/Sema/vector-init.c
test/Sema/vector-ops.c
test/Sema/vla.c
test/Sema/warn-absolute-value-header.c [new file with mode: 0644]
test/Sema/warn-absolute-value.c [new file with mode: 0644]
test/Sema/warn-bitwise-compare.c [new file with mode: 0644]
test/Sema/warn-documentation-almost-trailing.c
test/Sema/warn-documentation.cpp
test/Sema/warn-main-return-type.c
test/Sema/warn-missing-variable-declarations.c
test/Sema/warn-null.c
test/Sema/warn-outof-range-assign-enum.c
test/Sema/warn-overlap.c [new file with mode: 0644]
test/Sema/warn-thread-safety-analysis.c
test/Sema/warn-type-safety.c
test/Sema/warn-unreachable.c
test/Sema/wchar.c
test/SemaCUDA/Inputs/cuda.h [new file with mode: 0644]
test/SemaCUDA/function-target.cu
test/SemaCUDA/kernel-call.cu
test/SemaCUDA/launch_bounds.cu [new file with mode: 0644]
test/SemaCUDA/lit.local.cfg [new file with mode: 0644]
test/SemaCUDA/qualifiers.cu
test/SemaCXX/MicrosoftCompatibility.cpp
test/SemaCXX/MicrosoftExtensions.cpp
test/SemaCXX/PR19955.cpp [new file with mode: 0644]
test/SemaCXX/PR20110.cpp [new file with mode: 0644]
test/SemaCXX/PR8012.cpp
test/SemaCXX/__try.cpp
test/SemaCXX/abstract.cpp
test/SemaCXX/access.cpp
test/SemaCXX/addr-of-overloaded-function-casting.cpp
test/SemaCXX/addr-of-overloaded-function.cpp
test/SemaCXX/aggregate-initialization.cpp
test/SemaCXX/alias-template.cpp
test/SemaCXX/alignof.cpp
test/SemaCXX/anonymous-struct.cpp
test/SemaCXX/anonymous-union-cxx11.cpp
test/SemaCXX/ast-print.cpp
test/SemaCXX/atomic-type.cpp [moved from test/SemaCXX/atomic-type.cxx with 65% similarity]
test/SemaCXX/attr-common.cpp
test/SemaCXX/attr-cxx0x.cpp
test/SemaCXX/attr-deprecated.cpp
test/SemaCXX/attr-flatten.cpp [new file with mode: 0644]
test/SemaCXX/attr-no-sanitize-address.cpp
test/SemaCXX/attr-no-sanitize-memory.cpp
test/SemaCXX/attr-no-sanitize-thread.cpp
test/SemaCXX/attr-no-split-stack.cpp [new file with mode: 0644]
test/SemaCXX/attr-optnone.cpp [new file with mode: 0644]
test/SemaCXX/attr-selectany.cpp
test/SemaCXX/attr-unavailable.cpp
test/SemaCXX/attr-used.cpp
test/SemaCXX/attr-weak.cpp
test/SemaCXX/attr-weakref.cpp
test/SemaCXX/bool-compare.cpp [new file with mode: 0644]
test/SemaCXX/c99-variable-length-array.cpp
test/SemaCXX/calling-conv-compat.cpp
test/SemaCXX/compare.cpp
test/SemaCXX/conditional-expr.cpp
test/SemaCXX/const-cast.cpp
test/SemaCXX/constant-expression-cxx11.cpp
test/SemaCXX/constant-expression.cpp
test/SemaCXX/constexpr-value-init.cpp
test/SemaCXX/constructor-initializer.cpp
test/SemaCXX/constructor.cpp
test/SemaCXX/conversion-function.cpp
test/SemaCXX/crashes.cpp
test/SemaCXX/cstyle-cast.cpp
test/SemaCXX/cxx-altivec.cpp [new file with mode: 0644]
test/SemaCXX/cxx0x-compat.cpp
test/SemaCXX/cxx0x-cursory-default-delete.cpp
test/SemaCXX/cxx0x-delegating-ctors.cpp
test/SemaCXX/cxx0x-deleted-default-ctor.cpp
test/SemaCXX/cxx0x-initializer-constructor.cpp
test/SemaCXX/cxx0x-initializer-scalars.cpp
test/SemaCXX/cxx0x-initializer-stdinitializerlist-system-header.cpp [new file with mode: 0644]
test/SemaCXX/cxx0x-initializer-stdinitializerlist.cpp
test/SemaCXX/cxx0x-type-convert-construct.cpp
test/SemaCXX/cxx11-attr-print.cpp
test/SemaCXX/cxx11-gnu-attrs.cpp
test/SemaCXX/cxx11-inheriting-ctors.cpp
test/SemaCXX/cxx11-unused.cpp [new file with mode: 0644]
test/SemaCXX/cxx11-user-defined-literals.cpp
test/SemaCXX/cxx1y-deduced-return-type.cpp
test/SemaCXX/cxx1y-generic-lambdas-capturing.cpp
test/SemaCXX/cxx1y-generic-lambdas-variadics.cpp [new file with mode: 0644]
test/SemaCXX/cxx1y-generic-lambdas.cpp
test/SemaCXX/cxx1y-init-captures.cpp
test/SemaCXX/cxx1y-variable-templates_in_class.cpp
test/SemaCXX/cxx1y-variable-templates_top_level.cpp
test/SemaCXX/cxx98-compat.cpp
test/SemaCXX/dcl_init_aggr.cpp
test/SemaCXX/decl-expr-ambiguity.cpp
test/SemaCXX/decl-microsoft-call-conv.cpp
test/SemaCXX/declspec-thread.cpp [new file with mode: 0644]
test/SemaCXX/decltype.cpp
test/SemaCXX/default1.cpp
test/SemaCXX/deleted-function.cpp
test/SemaCXX/deleted-operator.cpp
test/SemaCXX/deprecated.cpp
test/SemaCXX/destructor.cpp
test/SemaCXX/dllexport.cpp [new file with mode: 0644]
test/SemaCXX/dllimport.cpp [new file with mode: 0644]
test/SemaCXX/elaborated-type-specifier.cpp
test/SemaCXX/enable_if.cpp [new file with mode: 0644]
test/SemaCXX/enum-bitfield.cpp
test/SemaCXX/enum-scoped.cpp
test/SemaCXX/err_init_conversion_failed.cpp
test/SemaCXX/explicit.cpp
test/SemaCXX/expression-traits.cpp
test/SemaCXX/expressions.cpp
test/SemaCXX/flexible-array-test.cpp
test/SemaCXX/for-range-dereference.cpp
test/SemaCXX/for-range-examples.cpp
test/SemaCXX/format-strings.cpp
test/SemaCXX/friend.cpp
test/SemaCXX/funcdname.cpp [new file with mode: 0644]
test/SemaCXX/functional-cast.cpp
test/SemaCXX/goto.cpp
test/SemaCXX/implicit-member-functions.cpp
test/SemaCXX/implicit-virtual-member-functions.cpp
test/SemaCXX/init-priority-attr.cpp
test/SemaCXX/lambda-expressions.cpp
test/SemaCXX/linkage.cpp
test/SemaCXX/linkage2.cpp
test/SemaCXX/member-expr.cpp
test/SemaCXX/member-init.cpp
test/SemaCXX/member-pointer-ms.cpp
test/SemaCXX/member-pointer.cpp
test/SemaCXX/microsoft-cxx0x.cpp
test/SemaCXX/microsoft-dtor-lookup-cxx11.cpp [new file with mode: 0644]
test/SemaCXX/microsoft-dtor-lookup.cpp
test/SemaCXX/microsoft-new-delete.cpp
test/SemaCXX/microsoft-varargs-diagnostics.cpp [new file with mode: 0644]
test/SemaCXX/microsoft-varargs.cpp [new file with mode: 0644]
test/SemaCXX/missing-members.cpp
test/SemaCXX/ms-friend-lookup.cpp [new file with mode: 0644]
test/SemaCXX/ms-interface.cpp
test/SemaCXX/ms_integer_suffix.cpp [new file with mode: 0644]
test/SemaCXX/ms_struct.cpp
test/SemaCXX/nested-name-spec.cpp
test/SemaCXX/new-delete-cxx0x.cpp
test/SemaCXX/new-delete.cpp
test/SemaCXX/new-null.cpp [new file with mode: 0644]
test/SemaCXX/nonnull.cpp [new file with mode: 0644]
test/SemaCXX/ns_returns_retained_block_return.cpp [new file with mode: 0644]
test/SemaCXX/null_in_arithmetic_ops.cpp
test/SemaCXX/nullptr_in_arithmetic_ops.cpp
test/SemaCXX/old-style-cast.cpp [new file with mode: 0644]
test/SemaCXX/operator-arrow-depth.cpp
test/SemaCXX/overload-0x.cpp
test/SemaCXX/overload-call.cpp
test/SemaCXX/overloaded-operator.cpp
test/SemaCXX/pr13394-crash-on-invalid.cpp
test/SemaCXX/pr18284-crash-on-invalid.cpp [new file with mode: 0644]
test/SemaCXX/pr9812.c [new file with mode: 0644]
test/SemaCXX/pr9812.cpp [new file with mode: 0644]
test/SemaCXX/pragma-init_seg.cpp [new file with mode: 0644]
test/SemaCXX/pragma-optimize.cpp [new file with mode: 0644]
test/SemaCXX/pragma-vtordisp.cpp [new file with mode: 0644]
test/SemaCXX/pragma-weak.cpp
test/SemaCXX/primary-base.cpp
test/SemaCXX/qualified-id-lookup.cpp
test/SemaCXX/references.cpp
test/SemaCXX/reinterpret-cast.cpp
test/SemaCXX/return-noreturn.cpp
test/SemaCXX/return-stack-addr.cpp
test/SemaCXX/return.cpp
test/SemaCXX/rval-references-examples.cpp
test/SemaCXX/scope-check.cpp
test/SemaCXX/sourceranges.cpp
test/SemaCXX/static-assert.cpp
test/SemaCXX/static-cast.cpp
test/SemaCXX/switch-implicit-fallthrough-blocks.cpp [new file with mode: 0644]
test/SemaCXX/switch-implicit-fallthrough.cpp
test/SemaCXX/template-implicit-vars.cpp [new file with mode: 0644]
test/SemaCXX/trailing-return-0x.cpp
test/SemaCXX/type-definition-in-specifier.cpp
test/SemaCXX/type-traits.cpp
test/SemaCXX/typeid-ref.cpp
test/SemaCXX/types_compatible_p.cpp
test/SemaCXX/typo-correction-pt2.cpp
test/SemaCXX/typo-correction.cpp
test/SemaCXX/undefined-inline.cpp
test/SemaCXX/undefined-internal.cpp
test/SemaCXX/underlying_type.cpp
test/SemaCXX/uninit-variables.cpp
test/SemaCXX/uninitialized.cpp
test/SemaCXX/unreachable-code.cpp
test/SemaCXX/using-decl-1.cpp
test/SemaCXX/vararg-class.cpp [new file with mode: 0644]
test/SemaCXX/vector-casts.cpp
test/SemaCXX/vector.cpp
test/SemaCXX/virtual-base-used.cpp
test/SemaCXX/virtual-override-x86.cpp
test/SemaCXX/virtual-override.cpp
test/SemaCXX/vla.cpp
test/SemaCXX/vtordisp-mode.cpp [new file with mode: 0644]
test/SemaCXX/warn-absolute-value-header.cpp [new file with mode: 0644]
test/SemaCXX/warn-absolute-value.cpp [new file with mode: 0644]
test/SemaCXX/warn-address.cpp [new file with mode: 0644]
test/SemaCXX/warn-bad-memaccess.cpp
test/SemaCXX/warn-bool-conversion.cpp
test/SemaCXX/warn-consumed-analysis.cpp
test/SemaCXX/warn-consumed-parsing.cpp
test/SemaCXX/warn-exit-time-destructors.cpp
test/SemaCXX/warn-float-conversion.cpp [new file with mode: 0644]
test/SemaCXX/warn-func-as-bool.cpp [deleted file]
test/SemaCXX/warn-global-constructors.cpp
test/SemaCXX/warn-infinite-recursion.cpp [new file with mode: 0644]
test/SemaCXX/warn-memsize-comparison.cpp [new file with mode: 0644]
test/SemaCXX/warn-new-overaligned.cpp
test/SemaCXX/warn-reinterpret-base-class.cpp
test/SemaCXX/warn-self-assign.cpp
test/SemaCXX/warn-shadow.cpp
test/SemaCXX/warn-sign-conversion.cpp
test/SemaCXX/warn-string-conversion.cpp
test/SemaCXX/warn-sysheader-macro.cpp [new file with mode: 0644]
test/SemaCXX/warn-tautological-compare.cpp [new file with mode: 0644]
test/SemaCXX/warn-tautological-undefined-compare.cpp [new file with mode: 0644]
test/SemaCXX/warn-thread-safety-analysis.cpp
test/SemaCXX/warn-thread-safety-parsing.cpp
test/SemaCXX/warn-undefined-bool-conversion.cpp [new file with mode: 0644]
test/SemaCXX/warn-unreachable.cpp
test/SemaCXX/warn-unused-attribute.cpp
test/SemaCXX/warn-unused-comparison.cpp
test/SemaCXX/warn-unused-filescoped.cpp
test/SemaCXX/warn-unused-label-error.cpp [new file with mode: 0644]
test/SemaCXX/warn-unused-value.cpp
test/SemaCXX/warn-unused-variables.cpp
test/SemaCXX/warn-weak-vtables.cpp
test/SemaCXX/windows-arm-valist.cpp [new file with mode: 0644]
test/SemaCXX/writable-strings-deprecated.cpp
test/SemaObjC/arc-decls.m
test/SemaObjC/arc-invalid.m
test/SemaObjC/arc-jump-block.m
test/SemaObjC/arc-objcbridge-related-attribute.m [new file with mode: 0644]
test/SemaObjC/arc-property-lifetime.m
test/SemaObjC/arc-unavailable-for-weakref.m
test/SemaObjC/arc-unavailable-system-function.m
test/SemaObjC/arc.m
test/SemaObjC/attr-availability.m
test/SemaObjC/attr-deprecated.m
test/SemaObjC/attr-designated-init.m [new file with mode: 0644]
test/SemaObjC/attr-ns-bridged.m [deleted file]
test/SemaObjC/block-type-safety.m
test/SemaObjC/builtin_objc_lib_functions.m
test/SemaObjC/builtin_objc_nslog.m
test/SemaObjC/category-1.m
test/SemaObjC/check-objcbridge-related-attribute-lookup.m [new file with mode: 0644]
test/SemaObjC/class-def-test-1.m
test/SemaObjC/class-extension-dup-methods.m
test/SemaObjC/class-property-access.m
test/SemaObjC/class-proto-1.m
test/SemaObjC/class-unavail-warning.m
test/SemaObjC/compare-qualified-class.m
test/SemaObjC/compare-qualified-id.m
test/SemaObjC/comptypes-legal.m
test/SemaObjC/conditional-expr.m
test/SemaObjC/continuation-class-property.m
test/SemaObjC/dealloc.m
test/SemaObjC/default-synthesize-3.m
test/SemaObjC/default-synthesize.m
test/SemaObjC/deprecate_function_containers.m [new file with mode: 0644]
test/SemaObjC/encode-typeof-test.m [new file with mode: 0644]
test/SemaObjC/error-missing-getter.m
test/SemaObjC/format-arg-attribute.m
test/SemaObjC/format-strings-objc.m
test/SemaObjC/forward-protocol-incomplete-impl-warn.m
test/SemaObjC/ibaction.m
test/SemaObjC/iboutlet.m
test/SemaObjC/incomplete-implementation.m
test/SemaObjC/ivar-lookup-resolution-builtin.m
test/SemaObjC/method-attributes.m
test/SemaObjC/method-sentinel-attr.m
test/SemaObjC/method-undef-category-warn-1.m
test/SemaObjC/method-undef-extension-warn-1.m
test/SemaObjC/nonnull.m
test/SemaObjC/ns_returns_retained_block_return.m [new file with mode: 0644]
test/SemaObjC/nsobject-attribute.m
test/SemaObjC/objc-asm-attribute-neg-test.m [new file with mode: 0644]
test/SemaObjC/objc-container-subscripting-attr.m [new file with mode: 0644]
test/SemaObjC/objc-literal-nsnumber.m
test/SemaObjC/objc-mixed-bridge-attribute.m [new file with mode: 0644]
test/SemaObjC/objcbridge-attribute-arc.m [new file with mode: 0644]
test/SemaObjC/objcbridge-attribute.m
test/SemaObjC/objcbridge-related-attribute.m [new file with mode: 0644]
test/SemaObjC/objcbridgemutable-attribute.m [new file with mode: 0644]
test/SemaObjC/opaque-is-access-warn.m [new file with mode: 0644]
test/SemaObjC/opaque-is-access.m [new file with mode: 0644]
test/SemaObjC/overriding-property-in-class-extension.m
test/SemaObjC/property-10.m
test/SemaObjC/property-12.m
test/SemaObjC/property-deprecated-warning.m
test/SemaObjC/property-in-class-extension-1.m
test/SemaObjC/property-inherited.m
test/SemaObjC/property-noninherited-availability-attr.m
test/SemaObjC/property-typecheck-1.m
test/SemaObjC/protocol-attribute.m
test/SemaObjC/protocols-suppress-conformance.m [new file with mode: 0644]
test/SemaObjC/selector-1.m
test/SemaObjC/selector-3.m
test/SemaObjC/selector-4.m [new file with mode: 0644]
test/SemaObjC/selector-overload.m
test/SemaObjC/special-dep-unavail-warning.m
test/SemaObjC/tentative-property-decl.m
test/SemaObjC/undef-protocol-methods-1.m
test/SemaObjC/unsued-backing-ivar-warning.m [deleted file]
test/SemaObjC/unused-backing-ivar-warning.m [new file with mode: 0644]
test/SemaObjC/unused.m
test/SemaObjC/warn-deprecated-implementations.m
test/SemaObjC/warn-forward-class-attr-deprecated.m
test/SemaObjC/warn-protocol-method-deprecated.m
test/SemaObjC/warn-retain-cycle.m
test/SemaObjC/warn-thread-safety-analysis.m [new file with mode: 0644]
test/SemaObjC/warn-unreachable.m
test/SemaObjCXX/arc-system-header.mm
test/SemaObjCXX/arc-templates.mm
test/SemaObjCXX/contextual-convert-to-id.mm
test/SemaObjCXX/crash.mm
test/SemaObjCXX/exceptions-fragile.mm
test/SemaObjCXX/instantiate-property-access.mm [new file with mode: 0644]
test/SemaObjCXX/lit.local.cfg [new file with mode: 0644]
test/SemaObjCXX/microsoft-abi-byval.mm
test/SemaObjCXX/objcbridge-attribute-arc.mm [new file with mode: 0644]
test/SemaObjCXX/objcbridge-attribute.mm [new file with mode: 0644]
test/SemaObjCXX/objcbridge-related-attribute.mm [new file with mode: 0644]
test/SemaObjCXX/objcbridge-static-cast.mm [new file with mode: 0644]
test/SemaObjCXX/old-style-cast.mm [new file with mode: 0644]
test/SemaObjCXX/propert-dot-error.mm
test/SemaObjCXX/property-invalid-type.mm [new file with mode: 0644]
test/SemaObjCXX/warn-objc-literal-conversion.mm [new file with mode: 0644]
test/SemaOpenCL/address-spaces.cl
test/SemaOpenCL/array-parameters.cl [new file with mode: 0644]
test/SemaOpenCL/event_t.cl
test/SemaOpenCL/extern.cl [new file with mode: 0644]
test/SemaOpenCL/func_ptr.cl [new file with mode: 0644]
test/SemaOpenCL/half.cl
test/SemaOpenCL/invalid-constant.cl [new file with mode: 0644]
test/SemaOpenCL/invalid-kernel-attrs.cl
test/SemaOpenCL/invalid-kernel.cl
test/SemaOpenCL/lit.local.cfg [new file with mode: 0644]
test/SemaOpenCL/sizeof.cl [new file with mode: 0644]
test/SemaOpenCL/vector_conv_invalid.cl
test/SemaTemplate/attributes.cpp
test/SemaTemplate/class-template-decl.cpp
test/SemaTemplate/class-template-spec.cpp
test/SemaTemplate/constexpr-instantiate.cpp
test/SemaTemplate/dependent-expr.cpp
test/SemaTemplate/dependent-names.cpp
test/SemaTemplate/dependent-type-identity.cpp
test/SemaTemplate/explicit-instantiation.cpp
test/SemaTemplate/explicit-specialization-member.cpp
test/SemaTemplate/inject-templated-friend-post.cpp
test/SemaTemplate/inject-templated-friend.cpp
test/SemaTemplate/instantiate-complete.cpp
test/SemaTemplate/instantiate-decl-init.cpp
test/SemaTemplate/instantiate-default-assignment-operator.cpp
test/SemaTemplate/instantiate-enum.cpp
test/SemaTemplate/instantiate-exception-spec-cxx11.cpp
test/SemaTemplate/instantiate-exception-spec.cpp
test/SemaTemplate/instantiate-function-2.cpp
test/SemaTemplate/instantiate-function-params.cpp
test/SemaTemplate/instantiate-local-class.cpp
test/SemaTemplate/instantiate-method.cpp
test/SemaTemplate/instantiate-var-template.cpp [new file with mode: 0644]
test/SemaTemplate/instantiation-backtrace.cpp
test/SemaTemplate/instantiation-depth-subst-2.cpp
test/SemaTemplate/instantiation-depth-subst.cpp
test/SemaTemplate/instantiation-order.cpp
test/SemaTemplate/ms-class-specialization-duplicate.cpp [new file with mode: 0644]
test/SemaTemplate/ms-delayed-default-template-args.cpp [new file with mode: 0644]
test/SemaTemplate/ms-function-specialization-class-scope.cpp
test/SemaTemplate/ms-if-exists.cpp
test/SemaTemplate/ms-lookup-template-base-classes.cpp
test/SemaTemplate/ms-sizeof-missing-typename.cpp [new file with mode: 0644]
test/SemaTemplate/operator-template.cpp
test/SemaTemplate/pack-deduction.cpp [new file with mode: 0644]
test/SemaTemplate/resolve-single-template-id.cpp
test/SemaTemplate/temp_arg_nontype.cpp
test/SemaTemplate/temp_arg_nontype_cxx11.cpp
test/SemaTemplate/typename-specifier.cpp
test/SemaTemplate/virtual-member-functions.cpp
test/Tooling/lit.local.cfg [new file with mode: 0644]
test/Tooling/multi-jobs.cpp
test/Unit/lit.cfg
test/Unit/lit.site.cfg.in
test/VFS/Inputs/Foo.framework/Headers/Foo.h [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips64/fp64/usr/lib/crti.o with 100% similarity]
test/VFS/Inputs/Foo.framework/Modules/module.modulemap [new file with mode: 0644]
test/VFS/Inputs/Foo.h [moved from test/Driver/Inputs/mips_fsf_tree/sysroot/mips64/fp64/usr/lib/crtn.o with 100% similarity]
test/VFS/Inputs/Incomplete.h [new file with mode: 0644]
test/VFS/Inputs/IncompleteVFS.h [new file with mode: 0644]
test/VFS/Inputs/actual_header.h [new file with mode: 0644]
test/VFS/Inputs/actual_module.map [new file with mode: 0644]
test/VFS/Inputs/actual_module2.map [new file with mode: 0644]
test/VFS/Inputs/external-names.h [new file with mode: 0644]
test/VFS/Inputs/import_some_frame.h [new file with mode: 0644]
test/VFS/Inputs/include_real.h [new file with mode: 0644]
test/VFS/Inputs/incomplete-umbrella.modulemap [new file with mode: 0644]
test/VFS/Inputs/invalid-yaml.yaml [new file with mode: 0644]
test/VFS/Inputs/missing-key.yaml [new file with mode: 0644]
test/VFS/Inputs/public_header.h [new file with mode: 0644]
test/VFS/Inputs/public_header2.h [new file with mode: 0644]
test/VFS/Inputs/some_frame_module.map [new file with mode: 0644]
test/VFS/Inputs/unknown-key.yaml [new file with mode: 0644]
test/VFS/Inputs/unknown-value.yaml [new file with mode: 0644]
test/VFS/Inputs/use-external-names.yaml [new file with mode: 0644]
test/VFS/Inputs/vfsoverlay.yaml [new file with mode: 0644]
test/VFS/Inputs/vfsoverlay2.yaml [new file with mode: 0644]
test/VFS/external-names.c [new file with mode: 0644]
test/VFS/framework-import.m [new file with mode: 0644]
test/VFS/implicit-include.c [new file with mode: 0644]
test/VFS/include-mixed-real-and-virtual.c [new file with mode: 0644]
test/VFS/include-real-from-virtual.c [new file with mode: 0644]
test/VFS/include-virtual-from-real.c [new file with mode: 0644]
test/VFS/include.c [new file with mode: 0644]
test/VFS/incomplete-umbrella.m [new file with mode: 0644]
test/VFS/module-import.m [new file with mode: 0644]
test/VFS/parse-errors.c [new file with mode: 0644]
test/VFS/real-path-found-first.m [new file with mode: 0644]
test/VFS/relative-path.c [new file with mode: 0644]
test/VFS/umbrella-mismatch.m [new file with mode: 0644]
test/lit.cfg
test/lit.site.cfg.in
tools/CMakeLists.txt
tools/Makefile
tools/arcmt-test/CMakeLists.txt
tools/arcmt-test/Makefile
tools/arcmt-test/arcmt-test.cpp
tools/c-arcmt-test/CMakeLists.txt
tools/c-arcmt-test/Makefile
tools/c-arcmt-test/c-arcmt-test.c
tools/c-index-test/CMakeLists.txt
tools/c-index-test/Makefile
tools/c-index-test/c-index-test.c
tools/clang-check/CMakeLists.txt
tools/clang-check/ClangCheck.cpp
tools/clang-check/Makefile
tools/clang-format-vs/CMakeLists.txt [new file with mode: 0644]
tools/clang-format-vs/ClangFormat/ClangFormat.csproj
tools/clang-format-vs/ClangFormat/ClangFormatPackage.cs
tools/clang-format-vs/README.txt
tools/clang-format-vs/source.extension.vsixmanifest.in [moved from tools/clang-format-vs/ClangFormat/source.extension.vsixmanifest with 78% similarity]
tools/clang-format/CMakeLists.txt
tools/clang-format/ClangFormat.cpp
tools/clang-format/Makefile
tools/clang-format/clang-format-diff.py
tools/clang-format/clang-format.py
tools/clang-format/git-clang-format
tools/diag-build/diag-build.sh
tools/diagtool/CMakeLists.txt
tools/diagtool/DiagTool.cpp
tools/diagtool/DiagTool.h
tools/diagtool/DiagnosticNames.cpp
tools/diagtool/DiagnosticNames.h
tools/diagtool/ShowEnabledWarnings.cpp
tools/diagtool/TreeView.cpp
tools/driver/CMakeLists.txt
tools/driver/Makefile
tools/driver/cc1_main.cpp
tools/driver/cc1as_main.cpp
tools/driver/driver.cpp
tools/libclang/ARCMigrate.cpp
tools/libclang/BuildSystem.cpp [new file with mode: 0644]
tools/libclang/CIndex.cpp
tools/libclang/CIndexCXX.cpp
tools/libclang/CIndexCodeCompletion.cpp
tools/libclang/CIndexDiagnostic.cpp
tools/libclang/CIndexDiagnostic.h
tools/libclang/CIndexHigh.cpp
tools/libclang/CIndexInclusionStack.cpp
tools/libclang/CIndexUSRs.cpp
tools/libclang/CLog.h
tools/libclang/CMakeLists.txt
tools/libclang/CXComment.cpp
tools/libclang/CXComment.h
tools/libclang/CXCompilationDatabase.cpp
tools/libclang/CXCursor.cpp
tools/libclang/CXCursor.h
tools/libclang/CXLoadedDiagnostic.cpp
tools/libclang/CXLoadedDiagnostic.h
tools/libclang/CXSourceLocation.cpp
tools/libclang/CXStoredDiagnostic.cpp
tools/libclang/CXString.cpp
tools/libclang/CXString.h
tools/libclang/CXTranslationUnit.h
tools/libclang/CXType.cpp
tools/libclang/CursorVisitor.h
tools/libclang/IndexBody.cpp
tools/libclang/IndexDecl.cpp
tools/libclang/IndexTypeSourceInfo.cpp
tools/libclang/Indexing.cpp
tools/libclang/IndexingContext.cpp
tools/libclang/IndexingContext.h
tools/libclang/Makefile
tools/libclang/RecursiveASTVisitor.h [deleted file]
tools/libclang/libclang.exports
tools/scan-build/ccc-analyzer
tools/scan-build/scan-build
tools/scan-build/scan-build.1
tools/scan-build/scanview.css
tools/scan-build/set-xcode-analyzer
tools/scan-build/sorttable.js
unittests/AST/ASTContextParentMapTest.cpp
unittests/AST/ASTTypeTraitsTest.cpp
unittests/AST/ASTVectorTest.cpp
unittests/AST/CMakeLists.txt
unittests/AST/CommentLexer.cpp
unittests/AST/CommentParser.cpp
unittests/AST/DeclPrinterTest.cpp
unittests/AST/DeclTest.cpp
unittests/AST/EvaluateAsRValueTest.cpp [new file with mode: 0644]
unittests/AST/ExternalASTSourceTest.cpp [new file with mode: 0644]
unittests/AST/Makefile
unittests/AST/MatchVerifier.h
unittests/AST/NamedDeclPrinterTest.cpp [new file with mode: 0644]
unittests/AST/SourceLocationTest.cpp
unittests/AST/StmtPrinterTest.cpp
unittests/ASTMatchers/ASTMatchersTest.cpp
unittests/ASTMatchers/ASTMatchersTest.h
unittests/ASTMatchers/CMakeLists.txt
unittests/ASTMatchers/Dynamic/CMakeLists.txt
unittests/ASTMatchers/Dynamic/Makefile
unittests/ASTMatchers/Dynamic/ParserTest.cpp
unittests/ASTMatchers/Dynamic/RegistryTest.cpp
unittests/ASTMatchers/Dynamic/VariantValueTest.cpp
unittests/ASTMatchers/Makefile
unittests/Basic/CMakeLists.txt
unittests/Basic/FileManagerTest.cpp
unittests/Basic/SourceManagerTest.cpp
unittests/Basic/VirtualFileSystemTest.cpp [new file with mode: 0644]
unittests/CMakeLists.txt
unittests/Driver/CMakeLists.txt [new file with mode: 0644]
unittests/Driver/Makefile [new file with mode: 0644]
unittests/Driver/MultilibTest.cpp [new file with mode: 0644]
unittests/Format/CMakeLists.txt
unittests/Format/FormatTest.cpp
unittests/Format/FormatTestJS.cpp [new file with mode: 0644]
unittests/Format/FormatTestProto.cpp [new file with mode: 0644]
unittests/Format/FormatTestUtils.h [new file with mode: 0644]
unittests/Format/Makefile
unittests/Frontend/CMakeLists.txt
unittests/Frontend/FrontendActionTest.cpp
unittests/Frontend/Makefile
unittests/Lex/CMakeLists.txt
unittests/Lex/LexerTest.cpp
unittests/Lex/Makefile
unittests/Lex/PPCallbacksTest.cpp
unittests/Lex/PPConditionalDirectiveRecordTest.cpp
unittests/Makefile
unittests/Sema/CMakeLists.txt
unittests/Sema/ExternalSemaSourceTest.cpp
unittests/Sema/Makefile
unittests/Tooling/CMakeLists.txt
unittests/Tooling/CommentHandlerTest.cpp
unittests/Tooling/CompilationDatabaseTest.cpp
unittests/Tooling/Makefile
unittests/Tooling/RecursiveASTVisitorTest.cpp
unittests/Tooling/RefactoringCallbacksTest.cpp
unittests/Tooling/RefactoringTest.cpp
unittests/Tooling/RewriterTestContext.h
unittests/Tooling/TestVisitor.h
unittests/Tooling/ToolingTest.cpp
unittests/libclang/CMakeLists.txt [new file with mode: 0644]
unittests/libclang/LibclangTest.cpp [new file with mode: 0644]
unittests/libclang/Makefile [new file with mode: 0644]
utils/CmpDriver
utils/TableGen/ClangASTNodesEmitter.cpp
utils/TableGen/ClangAttrEmitter.cpp
utils/TableGen/ClangCommentHTMLTagsEmitter.cpp
utils/TableGen/ClangDiagnosticsEmitter.cpp
utils/TableGen/ClangSACheckersEmitter.cpp
utils/TableGen/NeonEmitter.cpp
utils/TableGen/TableGen.cpp
utils/TableGen/TableGenBackends.h
utils/analyzer/SATestBuild.py
utils/clang.natvis [new file with mode: 0644]
utils/clangVisualizers.txt [deleted file]
www/analyzer/alpha_checks.html [new file with mode: 0644]
www/analyzer/available_checks.html
www/analyzer/checker_dev_manual.html
www/analyzer/content.css
www/analyzer/images/expandcollapse/arrows_dark.gif [new file with mode: 0644]
www/analyzer/images/expandcollapse/arrows_light.gif [new file with mode: 0644]
www/analyzer/images/expandcollapse/ellipses_dark.gif [new file with mode: 0644]
www/analyzer/images/expandcollapse/ellipses_light.gif [new file with mode: 0644]
www/analyzer/images/tree/bullet.gif [deleted file]
www/analyzer/images/tree/minus.gif [deleted file]
www/analyzer/images/tree/plus.gif [deleted file]
www/analyzer/implicit_checks.html [new file with mode: 0644]
www/analyzer/latest_checker.html.incl
www/analyzer/open_projects.html
www/analyzer/potential_checkers.html
www/analyzer/release_notes.html
www/analyzer/scan-build.html
www/analyzer/scripts/dbtree.js [deleted file]
www/analyzer/scripts/expandcollapse.js [new file with mode: 0644]
www/analyzer/xcode.html
www/comparison.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
www/related.html