]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Vendor import of clang tags/RELEASE_33/final r183502 (effectively, 3.3
authordim <dim@FreeBSD.org>
Mon, 10 Jun 2013 20:45:12 +0000 (20:45 +0000)
committerdim <dim@FreeBSD.org>
Mon, 10 Jun 2013 20:45:12 +0000 (20:45 +0000)
commitea266cad53e3d49771fa38103913d3ec7a166694
tree8f7776b7310bebaf415ac5b69e46e9f928c37144
parentc72c57c9e9b69944e3e009cd5e209634839581d3
Vendor import of clang tags/RELEASE_33/final r183502 (effectively, 3.3
release):
http://llvm.org/svn/llvm-project/cfe/tags/RELEASE_33/final@183502
940 files changed:
CMakeLists.txt
bindings/python/clang/cindex.py
bindings/python/tests/cindex/test_type.py
bindings/python/tests/cindex/util.py
docs/ClangFormat.rst
docs/ClangTools.rst
docs/LanguageExtensions.rst
docs/LibASTMatchersReference.html
docs/LibASTMatchersTutorial.rst
docs/MemorySanitizer.rst
docs/Modules.rst
docs/ReleaseNotes.rst
docs/ThreadSanitizer.rst
docs/UsersManual.rst
docs/tools/clang.pod
include/clang-c/Index.h
include/clang/AST/ASTContext.h
include/clang/AST/ASTUnresolvedSet.h
include/clang/AST/CommentCommands.td
include/clang/AST/CommentLexer.h
include/clang/AST/Decl.h
include/clang/AST/DeclBase.h
include/clang/AST/DeclCXX.h
include/clang/AST/DeclFriend.h
include/clang/AST/DeclObjC.h
include/clang/AST/EvaluatedExprVisitor.h
include/clang/AST/Expr.h
include/clang/AST/ExprCXX.h
include/clang/AST/ExprObjC.h
include/clang/AST/Mangle.h
include/clang/AST/RawCommentList.h
include/clang/AST/RecursiveASTVisitor.h
include/clang/AST/Stmt.h
include/clang/AST/Type.h
include/clang/AST/TypeNodes.def
include/clang/ASTMatchers/ASTMatchers.h
include/clang/Basic/Attr.td
include/clang/Basic/BuiltinsAArch64.def [new file with mode: 0644]
include/clang/Basic/CapturedStmt.h [new file with mode: 0644]
include/clang/Basic/CommentOptions.h
include/clang/Basic/DeclNodes.td
include/clang/Basic/Diagnostic.h
include/clang/Basic/DiagnosticASTKinds.td
include/clang/Basic/DiagnosticCommentKinds.td
include/clang/Basic/DiagnosticDriverKinds.td
include/clang/Basic/DiagnosticFrontendKinds.td
include/clang/Basic/DiagnosticGroups.td
include/clang/Basic/DiagnosticLexKinds.td
include/clang/Basic/DiagnosticOptions.def
include/clang/Basic/DiagnosticParseKinds.td
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Basic/DiagnosticSerializationKinds.td
include/clang/Basic/IdentifierTable.h
include/clang/Basic/LangOptions.def
include/clang/Basic/OnDiskHashTable.h
include/clang/Basic/SourceManager.h
include/clang/Basic/Specifiers.h
include/clang/Basic/StmtNodes.td
include/clang/Basic/TargetBuiltins.h
include/clang/Basic/TargetInfo.h
include/clang/Basic/TokenKinds.def
include/clang/Basic/arm_neon.td
include/clang/Driver/ArgList.h
include/clang/Driver/CC1Options.td
include/clang/Driver/Driver.h
include/clang/Driver/Options.td
include/clang/Driver/ToolChain.h
include/clang/Format/Format.h
include/clang/Frontend/ChainedDiagnosticConsumer.h
include/clang/Frontend/ChainedIncludesSource.h
include/clang/Frontend/CodeGenOptions.def
include/clang/Frontend/CodeGenOptions.h
include/clang/Frontend/CompilerInstance.h
include/clang/Frontend/LogDiagnosticPrinter.h
include/clang/Frontend/TextDiagnosticBuffer.h
include/clang/Frontend/TextDiagnosticPrinter.h
include/clang/Frontend/VerifyDiagnosticConsumer.h
include/clang/Lex/MacroArgs.h [moved from lib/Lex/MacroArgs.h with 100% similarity]
include/clang/Lex/ModuleMap.h
include/clang/Lex/PPCallbacks.h
include/clang/Lex/PreprocessingRecord.h
include/clang/Lex/Preprocessor.h
include/clang/Parse/CMakeLists.txt
include/clang/Parse/Makefile
include/clang/Parse/Parser.h
include/clang/Rewrite/Frontend/FixItRewriter.h
include/clang/Sema/AttributeList.h
include/clang/Sema/DeclSpec.h
include/clang/Sema/Initialization.h
include/clang/Sema/ObjCMethodList.h
include/clang/Sema/Ownership.h
include/clang/Sema/ScopeInfo.h
include/clang/Sema/Sema.h
include/clang/Sema/Template.h
include/clang/Sema/TemplateDeduction.h
include/clang/Serialization/ASTBitCodes.h
include/clang/Serialization/ASTReader.h
include/clang/Serialization/ASTWriter.h
include/clang/Serialization/GlobalModuleIndex.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/PathDiagnostic.h
include/clang/StaticAnalyzer/Core/CheckerManager.h
include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h
include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h
include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h
include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h
include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h
include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
include/clang/StaticAnalyzer/Core/PathSensitive/Store.h
include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h
include/clang/StaticAnalyzer/Frontend/CheckerRegistration.h
lib/ARCMigrate/ARCMT.cpp
lib/ARCMigrate/TransAPIUses.cpp
lib/ARCMigrate/TransRetainReleaseDealloc.cpp
lib/ARCMigrate/Transforms.h
lib/AST/ASTContext.cpp
lib/AST/ASTDumper.cpp
lib/AST/ASTImporter.cpp
lib/AST/Comment.cpp
lib/AST/CommentLexer.cpp
lib/AST/CommentParser.cpp
lib/AST/Decl.cpp
lib/AST/DeclBase.cpp
lib/AST/DeclCXX.cpp
lib/AST/DeclObjC.cpp
lib/AST/DeclPrinter.cpp
lib/AST/Expr.cpp
lib/AST/ExprCXX.cpp
lib/AST/ExprClassification.cpp
lib/AST/ExprConstant.cpp
lib/AST/ItaniumMangle.cpp
lib/AST/MicrosoftCXXABI.cpp
lib/AST/MicrosoftMangle.cpp
lib/AST/RawCommentList.cpp
lib/AST/Stmt.cpp
lib/AST/StmtPrinter.cpp
lib/AST/StmtProfile.cpp
lib/AST/Type.cpp
lib/AST/TypePrinter.cpp
lib/Analysis/BodyFarm.cpp
lib/Analysis/CFG.cpp
lib/Analysis/ThreadSafety.cpp
lib/Basic/Diagnostic.cpp
lib/Basic/IdentifierTable.cpp
lib/Basic/SourceManager.cpp
lib/Basic/TargetInfo.cpp
lib/Basic/Targets.cpp
lib/Basic/Version.cpp
lib/CodeGen/ABIInfo.h
lib/CodeGen/CGAtomic.cpp
lib/CodeGen/CGBlocks.cpp
lib/CodeGen/CGBuiltin.cpp
lib/CodeGen/CGCXXABI.cpp
lib/CodeGen/CGCXXABI.h
lib/CodeGen/CGCall.cpp
lib/CodeGen/CGClass.cpp
lib/CodeGen/CGCleanup.cpp
lib/CodeGen/CGDebugInfo.cpp
lib/CodeGen/CGDebugInfo.h
lib/CodeGen/CGDecl.cpp
lib/CodeGen/CGDeclCXX.cpp
lib/CodeGen/CGException.cpp
lib/CodeGen/CGExpr.cpp
lib/CodeGen/CGExprAgg.cpp
lib/CodeGen/CGExprComplex.cpp
lib/CodeGen/CGExprConstant.cpp
lib/CodeGen/CGExprScalar.cpp
lib/CodeGen/CGObjC.cpp
lib/CodeGen/CGObjCMac.cpp
lib/CodeGen/CGObjCRuntime.cpp
lib/CodeGen/CGRTTI.cpp
lib/CodeGen/CGRecordLayoutBuilder.cpp
lib/CodeGen/CGStmt.cpp
lib/CodeGen/CodeGenFunction.cpp
lib/CodeGen/CodeGenFunction.h
lib/CodeGen/CodeGenModule.cpp
lib/CodeGen/CodeGenModule.h
lib/CodeGen/CodeGenTBAA.cpp
lib/CodeGen/CodeGenTBAA.h
lib/CodeGen/CodeGenTypes.cpp
lib/CodeGen/CodeGenTypes.h
lib/CodeGen/ItaniumCXXABI.cpp
lib/CodeGen/MicrosoftCXXABI.cpp
lib/CodeGen/ModuleBuilder.cpp
lib/CodeGen/TargetInfo.cpp
lib/Driver/ArgList.cpp
lib/Driver/Driver.cpp
lib/Driver/SanitizerArgs.h
lib/Driver/ToolChain.cpp
lib/Driver/ToolChains.cpp
lib/Driver/ToolChains.h
lib/Driver/Tools.cpp
lib/Driver/WindowsToolChain.cpp
lib/Edit/EditedSource.cpp
lib/Format/BreakableToken.cpp [new file with mode: 0644]
lib/Format/BreakableToken.h [new file with mode: 0644]
lib/Format/CMakeLists.txt
lib/Format/Format.cpp
lib/Format/TokenAnnotator.cpp
lib/Format/TokenAnnotator.h
lib/Format/UnwrappedLineParser.cpp
lib/Format/UnwrappedLineParser.h
lib/Format/WhitespaceManager.cpp [new file with mode: 0644]
lib/Format/WhitespaceManager.h [new file with mode: 0644]
lib/Frontend/ASTMerge.cpp
lib/Frontend/ASTUnit.cpp
lib/Frontend/ChainedIncludesSource.cpp
lib/Frontend/CompilerInstance.cpp
lib/Frontend/CompilerInvocation.cpp
lib/Frontend/DiagnosticRenderer.cpp
lib/Frontend/FrontendAction.cpp
lib/Frontend/InitHeaderSearch.cpp
lib/Frontend/InitPreprocessor.cpp
lib/Frontend/LogDiagnosticPrinter.cpp
lib/Frontend/PrintPreprocessedOutput.cpp
lib/Frontend/SerializedDiagnosticPrinter.cpp
lib/Frontend/TextDiagnostic.cpp
lib/Frontend/TextDiagnosticBuffer.cpp
lib/Frontend/TextDiagnosticPrinter.cpp
lib/Frontend/VerifyDiagnosticConsumer.cpp
lib/Frontend/Warnings.cpp
lib/Headers/CMakeLists.txt
lib/Headers/avxintrin.h
lib/Headers/emmintrin.h
lib/Headers/stddef.h
lib/Headers/stdint.h
lib/Headers/xopintrin.h
lib/Lex/Lexer.cpp
lib/Lex/LiteralSupport.cpp
lib/Lex/MacroArgs.cpp
lib/Lex/ModuleMap.cpp
lib/Lex/PPDirectives.cpp
lib/Lex/PPMacroExpansion.cpp
lib/Lex/Pragma.cpp
lib/Lex/PreprocessingRecord.cpp
lib/Lex/Preprocessor.cpp
lib/Lex/TokenLexer.cpp
lib/Parse/CMakeLists.txt
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/ParsePragma.cpp
lib/Parse/ParsePragma.h
lib/Parse/ParseStmt.cpp
lib/Parse/ParseTemplate.cpp
lib/Parse/ParseTentative.cpp
lib/Parse/Parser.cpp
lib/Rewrite/Frontend/FixItRewriter.cpp
lib/Rewrite/Frontend/InclusionRewriter.cpp
lib/Sema/AnalysisBasedWarnings.cpp
lib/Sema/AttributeList.cpp
lib/Sema/DeclSpec.cpp
lib/Sema/ScopeInfo.cpp
lib/Sema/Sema.cpp
lib/Sema/SemaAccess.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/SemaTemplate.cpp
lib/Sema/SemaTemplateDeduction.cpp
lib/Sema/SemaTemplateInstantiate.cpp
lib/Sema/SemaTemplateInstantiateDecl.cpp
lib/Sema/SemaTemplateVariadic.cpp
lib/Sema/SemaType.cpp
lib/Sema/TreeTransform.h
lib/Serialization/ASTCommon.cpp
lib/Serialization/ASTReader.cpp
lib/Serialization/ASTReaderDecl.cpp
lib/Serialization/ASTReaderInternals.h
lib/Serialization/ASTReaderStmt.cpp
lib/Serialization/ASTWriter.cpp
lib/Serialization/ASTWriterDecl.cpp
lib/Serialization/ASTWriterStmt.cpp
lib/Serialization/GlobalModuleIndex.cpp
lib/StaticAnalyzer/Checkers/AllocationDiagnostics.cpp [new file with mode: 0644]
lib/StaticAnalyzer/Checkers/AllocationDiagnostics.h [new file with mode: 0644]
lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp
lib/StaticAnalyzer/Checkers/CMakeLists.txt
lib/StaticAnalyzer/Checkers/CStringChecker.cpp
lib/StaticAnalyzer/Checkers/CStringSyntaxChecker.cpp
lib/StaticAnalyzer/Checkers/CheckSecuritySyntaxOnly.cpp
lib/StaticAnalyzer/Checkers/Checkers.td
lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp
lib/StaticAnalyzer/Checkers/DebugCheckers.cpp
lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp
lib/StaticAnalyzer/Checkers/MallocChecker.cpp
lib/StaticAnalyzer/Checkers/MallocSizeofChecker.cpp
lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp
lib/StaticAnalyzer/Checkers/ReturnUndefChecker.cpp
lib/StaticAnalyzer/Core/BugReporter.cpp
lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
lib/StaticAnalyzer/Core/CallEvent.cpp
lib/StaticAnalyzer/Core/Environment.cpp
lib/StaticAnalyzer/Core/ExprEngine.cpp
lib/StaticAnalyzer/Core/ExprEngineC.cpp
lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
lib/StaticAnalyzer/Core/MemRegion.cpp
lib/StaticAnalyzer/Core/PathDiagnostic.cpp
lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
lib/StaticAnalyzer/Core/ProgramState.cpp
lib/StaticAnalyzer/Core/RegionStore.cpp
lib/StaticAnalyzer/Core/SValBuilder.cpp
lib/StaticAnalyzer/Core/SVals.cpp
lib/StaticAnalyzer/Core/SimpleConstraintManager.cpp
lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
lib/StaticAnalyzer/Core/Store.cpp
lib/StaticAnalyzer/Core/SymbolManager.cpp
lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp
test/ARCMT/check-with-serialized-diag.m
test/ARCMT/migrate-plist-output.m
test/ARCMT/objcmt-subscripting-literals.m
test/ARCMT/objcmt-subscripting-literals.m.result
test/ASTMerge/function.c
test/Analysis/Inputs/system-header-simulator-cxx.h
test/Analysis/Inputs/system-header-simulator.h
test/Analysis/Malloc+MismatchedDeallocator+NewDelete.cpp
test/Analysis/Malloc+NewDelete_intersections.cpp
test/Analysis/MismatchedDeallocator-checker-test.mm [moved from test/Analysis/alloc-match-dealloc.mm with 100% similarity]
test/Analysis/MismatchedDeallocator-path-notes.cpp [new file with mode: 0644]
test/Analysis/NSContainers.m
test/Analysis/NewDelete+MismatchedDeallocator_intersections.cpp
test/Analysis/NewDelete-checker-test.cpp
test/Analysis/NewDelete-custom.cpp
test/Analysis/NewDelete-intersections.mm
test/Analysis/NewDelete-path-notes.cpp
test/Analysis/NewDelete-variadic.cpp
test/Analysis/analyzer-config.c
test/Analysis/analyzer-config.cpp
test/Analysis/bool-assignment.c [moved from test/Analysis/bool-assignment.cpp with 66% similarity]
test/Analysis/bool-assignment2.c [deleted file]
test/Analysis/casts.c
test/Analysis/conditional-operator-path-notes.c
test/Analysis/conditional-operator.cpp [new file with mode: 0644]
test/Analysis/coverage.c
test/Analysis/cstring-syntax-cxx.cpp
test/Analysis/dead-stores.c
test/Analysis/derived-to-base.cpp
test/Analysis/diagnostics/deref-track-symbolic-region.c
test/Analysis/diagnostics/explicit-suppression.cpp
test/Analysis/diagnostics/undef-value-param.c
test/Analysis/diagnostics/undef-value-param.m
test/Analysis/enum.cpp [new file with mode: 0644]
test/Analysis/global-region-invalidation.c
test/Analysis/global_region_invalidation.mm
test/Analysis/inline-plist.c
test/Analysis/inline-unique-reports.c
test/Analysis/inline.cpp
test/Analysis/inlining/containers.cpp
test/Analysis/inlining/dyn-dispatch-bifurcate.cpp
test/Analysis/inlining/eager-reclamation-path-notes.c
test/Analysis/inlining/eager-reclamation-path-notes.cpp
test/Analysis/inlining/false-positive-suppression.c
test/Analysis/inlining/false-positive-suppression.m [new file with mode: 0644]
test/Analysis/inlining/inline-defensive-checks.c
test/Analysis/inlining/inline-defensive-checks.cpp
test/Analysis/inlining/path-notes.c
test/Analysis/inlining/path-notes.cpp
test/Analysis/inlining/path-notes.m
test/Analysis/malloc-annotations.c
test/Analysis/malloc-interprocedural.c
test/Analysis/malloc-plist.c
test/Analysis/malloc.c
test/Analysis/malloc.cpp
test/Analysis/malloc.mm
test/Analysis/misc-ps.c
test/Analysis/new.cpp
test/Analysis/null-deref-path-notes.m
test/Analysis/objc-boxing.m
test/Analysis/objc-for.m
test/Analysis/objc-string.mm [new file with mode: 0644]
test/Analysis/objc-subscript.m
test/Analysis/objc_invalidation.m
test/Analysis/operator-calls.cpp
test/Analysis/plist-output-alternate.m
test/Analysis/plist-output.m
test/Analysis/pointer-to-member.cpp
test/Analysis/properties.m
test/Analysis/reference.cpp
test/Analysis/retain-release-path-notes-gc.m
test/Analysis/retain-release-path-notes.m
test/Analysis/retain-release.m
test/Analysis/retain-release.mm
test/Analysis/stack-addr-ps.cpp
test/Analysis/stackaddrleak.c
test/Analysis/string.c
test/Analysis/svalbuilder-logic.c
test/Analysis/taint-tester.c
test/Analysis/temporaries.cpp
test/Analysis/uninit-vals-ps.c
test/Analysis/uninit-vals.m
test/Analysis/unix-fns.c
test/CXX/basic/basic.lookup/basic.lookup.unqual/p14.cpp
test/CXX/basic/basic.types/p10.cpp
test/CXX/class/class.friend/p6.cpp
test/CXX/dcl.dcl/dcl.link/p7-2.cpp [new file with mode: 0644]
test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p1.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p3.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p4.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p5.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p6.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p8.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/p2.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/p3-1y.cpp [new file with mode: 0644]
test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/p5.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/p6-1y.cpp [new file with mode: 0644]
test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/p5-cxx0x.cpp
test/CXX/dcl.dcl/p4-0x.cpp
test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/p2.cpp
test/CXX/dcl.decl/dcl.init/dcl.init.aggr/p1-0x.cpp
test/CXX/dcl.decl/dcl.init/dcl.init.aggr/p7.cpp [new file with mode: 0644]
test/CXX/dcl.decl/dcl.init/dcl.init.ref/p5-0x.cpp
test/CXX/dcl.decl/dcl.init/dcl.init.ref/p5.cpp
test/CXX/except/except.spec/p1.cpp
test/CXX/except/except.spec/p14.cpp
test/CXX/expr/expr.ass/p9-cxx11.cpp
test/CXX/expr/expr.const/p2-0x.cpp
test/CXX/expr/expr.const/p3-0x.cpp
test/CXX/expr/expr.const/p5-0x.cpp
test/CXX/expr/expr.post/expr.const.cast/p1-0x.cpp
test/CXX/expr/expr.prim/expr.prim.lambda/default-arguments.cpp
test/CXX/expr/expr.prim/expr.prim.lambda/p5.cpp
test/CXX/expr/expr.unary/expr.sizeof/p1.cpp [new file with mode: 0644]
test/CXX/over/over.oper/over.literal/p2.cpp
test/CXX/special/class.inhctor/elsewhere.cpp
test/CXX/special/class.inhctor/p1.cpp
test/CXX/special/class.inhctor/p2.cpp
test/CXX/special/class.inhctor/p3.cpp
test/CXX/special/class.inhctor/p4.cpp
test/CXX/special/class.inhctor/p7.cpp
test/CXX/special/class.inhctor/p8.cpp
test/CXX/stmt.stmt/stmt.iter/stmt.ranged/p1.cpp
test/CXX/stmt.stmt/stmt.select/stmt.switch/p2-0x.cpp
test/CXX/temp/temp.arg/temp.arg.nontype/p1-11.cpp
test/CXX/temp/temp.decls/temp.variadic/multi-level-substitution.cpp
test/CXX/temp/temp.spec/temp.explicit/p1-0x.cpp
test/CodeGen/2010-02-10-PointerName.c
test/CodeGen/arm-asm-diag.c [new file with mode: 0644]
test/CodeGen/builtins-aarch64.c [new file with mode: 0644]
test/CodeGen/c-strings.c
test/CodeGen/le32-regparm.c
test/CodeGen/linetable-endscope.c [new file with mode: 0644]
test/CodeGen/linux-arm-atomic.c [new file with mode: 0644]
test/CodeGen/may-alias.c
test/CodeGen/mips-inline-asm-modifiers.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/mult-alt-generic.c
test/CodeGen/pragma-pack-1.c
test/CodeGen/sparc-target-data.c [new file with mode: 0644]
test/CodeGen/systemz-inline-asm.c [new file with mode: 0644]
test/CodeGen/tbaa-class.cpp [new file with mode: 0644]
test/CodeGen/tbaa-struct.cpp
test/CodeGen/tbaa.cpp
test/CodeGen/thread-specifier.c
test/CodeGen/x86_32-arguments-win32.c
test/CodeGenCXX/cxx0x-initializer-stdinitializerlist.cpp
test/CodeGenCXX/cxx11-thread-local-reference.cpp [new file with mode: 0644]
test/CodeGenCXX/cxx11-thread-local.cpp [new file with mode: 0644]
test/CodeGenCXX/cxx1y-initializer-aggregate.cpp [new file with mode: 0644]
test/CodeGenCXX/debug-info-namespace.cpp
test/CodeGenCXX/extern-c.cpp
test/CodeGenCXX/inheriting-constructor.cpp
test/CodeGenCXX/linetable-cleanup.cpp [new file with mode: 0644]
test/CodeGenCXX/mangle-ms-arg-qualifiers.cpp
test/CodeGenCXX/mangle-ms-return-qualifiers.cpp
test/CodeGenCXX/mangle-ms-templates.cpp
test/CodeGenCXX/mangle-ms.cpp
test/CodeGenCXX/microsoft-abi-member-pointers.cpp
test/CodeGenCXX/microsoft-abi-sret-and-byval.cpp [new file with mode: 0644]
test/CodeGenCXX/pr15753.cpp [new file with mode: 0644]
test/CodeGenCXX/scoped-enums-debug-info.cpp [new file with mode: 0644]
test/CodeGenCXX/scoped-enums.cpp
test/CodeGenCXX/throw-expressions.cpp
test/CodeGenCXX/tls-init-funcs.cpp [new file with mode: 0644]
test/CodeGenCXX/vtable-debug-info.cpp
test/CodeGenObjC/arc-blocks.m
test/CodeGenObjC/arc-linetable.m [new file with mode: 0644]
test/CodeGenObjC/autorelease.m
test/CodeGenObjC/debug-info-block-captured-self.m
test/CodeGenObjC/debug-info-block-line.m
test/CodeGenObjC/debug-info-blocks.m
test/CodeGenObjC/encode-test-3.m
test/CodeGenObjC/metadata-symbols-32.m
test/CodeGenObjC/metadata-symbols-64.m
test/CodeGenObjC/metadata_symbols.m
test/CodeGenObjC/objc-align.m
test/CodeGenObjC/objc-fixed-enum.m [new file with mode: 0644]
test/CodeGenObjC/synthesize_ivar-cont-class.m
test/CodeGenObjC/tentative-cfconstantstring.m [new file with mode: 0644]
test/CodeGenObjCXX/arc.mm
test/CodeGenObjCXX/lambda-expressions.mm
test/CodeGenObjCXX/mangle.mm
test/Driver/Inputs/fedora_18_tree/lib/.keep [new file with mode: 0644]
test/Driver/Inputs/fedora_18_tree/usr/lib/crt1.o [new file with mode: 0644]
test/Driver/Inputs/fedora_18_tree/usr/lib/crti.o [new file with mode: 0644]
test/Driver/Inputs/fedora_18_tree/usr/lib/crtn.o [new file with mode: 0644]
test/Driver/Inputs/fedora_18_tree/usr/lib/gcc/armv7hl-redhat-linux-gnueabi/4.7.2/crtbegin.o [new file with mode: 0644]
test/Driver/Inputs/fedora_18_tree/usr/lib/gcc/armv7hl-redhat-linux-gnueabi/4.7.2/crtend.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/bin/.keep [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/64/crtbegin.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/64/crtend.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/crtbegin.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/crtend.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/el/64/crtbegin.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/el/64/crtend.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/el/crtbegin.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/el/crtend.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/include-fixed/64/.keep [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/include-fixed/el/64/.keep [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/include-fixed/micromips/el/.keep [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/include-fixed/micromips/soft-float/el/.keep [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/include-fixed/mips16/el/.keep [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/include-fixed/mips16/soft-float/el/.keep [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/include-fixed/soft-float/64/.keep [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/include-fixed/soft-float/el/64/.keep [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/include/.keep [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/micromips/crtbegin.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/micromips/crtend.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/micromips/el/crtbegin.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/micromips/el/crtend.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/micromips/soft-float/crtbegin.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/micromips/soft-float/crtend.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/micromips/soft-float/el/crtbegin.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/micromips/soft-float/el/crtend.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/mips16/crtbegin.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/mips16/crtend.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/mips16/el/crtbegin.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/mips16/el/crtend.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/mips16/soft-float/crtbegin.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/mips16/soft-float/crtend.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/mips16/soft-float/el/crtbegin.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/mips16/soft-float/el/crtend.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/soft-float/64/crtbegin.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/soft-float/64/crtend.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/soft-float/crtbegin.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/soft-float/crtend.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/soft-float/el/64/crtbegin.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/soft-float/el/64/crtend.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/soft-float/el/crtbegin.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/lib/gcc/mips-linux-gnu/4.6.3/soft-float/el/crtend.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/include/c++/4.6.3/mips-linux-gnu/.keep [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/lib/el/.keep [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/lib/micromips/el/.keep [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/lib/micromips/soft-float/el/.keep [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/lib/mips16/el/.keep [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/lib/mips16/soft-float/el/.keep [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/lib/soft-float/el/.keep [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/lib64/el/.keep [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/lib64/soft-float/el/.keep [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/el/lib/.keep [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/el/lib64/.keep [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/el/usr/lib/crt1.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/el/usr/lib/crti.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/el/usr/lib/crtn.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/el/usr/lib64/crt1.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/el/usr/lib64/crti.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/el/usr/lib64/crtn.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/lib/.keep [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/lib64/.keep [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/micromips/el/lib/.keep [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/micromips/el/usr/lib/crt1.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/micromips/el/usr/lib/crti.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/micromips/el/usr/lib/crtn.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/micromips/lib/.keep [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/micromips/soft-float/el/lib/.keep [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/micromips/soft-float/el/usr/lib/crt1.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/micromips/soft-float/el/usr/lib/crti.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/micromips/soft-float/el/usr/lib/crtn.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/micromips/soft-float/lib/.keep [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/micromips/soft-float/usr/lib/crt1.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/micromips/soft-float/usr/lib/crti.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/micromips/soft-float/usr/lib/crtn.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/micromips/usr/lib/crt1.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/micromips/usr/lib/crti.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/micromips/usr/lib/crtn.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/mips16/el/lib/.keep [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/mips16/el/usr/lib/crt1.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/mips16/el/usr/lib/crti.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/mips16/el/usr/lib/crtn.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/mips16/lib/.keep [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/mips16/soft-float/el/lib/.keep [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/mips16/soft-float/el/usr/lib/crt1.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/mips16/soft-float/el/usr/lib/crti.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/mips16/soft-float/el/usr/lib/crtn.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/mips16/soft-float/lib/.keep [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/mips16/soft-float/usr/lib/crt1.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/mips16/soft-float/usr/lib/crti.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/mips16/soft-float/usr/lib/crtn.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/mips16/usr/lib/crt1.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/mips16/usr/lib/crti.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/mips16/usr/lib/crtn.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/soft-float/el/lib/.keep [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/soft-float/el/lib64/.keep [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/soft-float/el/usr/lib/crt1.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/soft-float/el/usr/lib/crti.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/soft-float/el/usr/lib/crtn.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/soft-float/el/usr/lib64/crt1.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/soft-float/el/usr/lib64/crti.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/soft-float/el/usr/lib64/crtn.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/soft-float/lib/.keep [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/soft-float/lib64/.keep [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/soft-float/usr/lib/crt1.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/soft-float/usr/lib/crti.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/soft-float/usr/lib/crtn.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/soft-float/usr/lib64/crt1.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/soft-float/usr/lib64/crti.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/soft-float/usr/lib64/crtn.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/usr/include/.keep [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/usr/lib/crt1.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/usr/lib/crti.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/usr/lib/crtn.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/usr/lib64/crt1.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/usr/lib64/crti.o [new file with mode: 0644]
test/Driver/Inputs/mips_cs_tree/mips-linux-gnu/libc/usr/lib64/crtn.o [new file with mode: 0644]
test/Driver/Ofast.c [new file with mode: 0644]
test/Driver/autolink_integrated_as.c [new file with mode: 0644]
test/Driver/clang_cpp.c
test/Driver/clang_f_opts.c
test/Driver/color-diagnostics.c [new file with mode: 0644]
test/Driver/debug-comp-dir.S
test/Driver/debug.c
test/Driver/dragonfly.c
test/Driver/flags.c
test/Driver/fparse-all-comments.c [new file with mode: 0644]
test/Driver/fsanitize.c
test/Driver/hexagon-toolchain-elf.c
test/Driver/hexagon-toolchain.c
test/Driver/linux-ld.c
test/Driver/mips-abi.c [new file with mode: 0644]
test/Driver/mips-as.c
test/Driver/mips-cs-header-search.cpp [new file with mode: 0644]
test/Driver/mips-cs-ld.c [new file with mode: 0644]
test/Driver/mips-eleb.c
test/Driver/mips-features.c
test/Driver/mips-float.c
test/Driver/modules.m
test/Driver/modules_integrated_as.c [deleted file]
test/Driver/objc++-cpp-output.mm
test/Driver/objc-cpp-output.m
test/Driver/output-file-is-dir.c
test/Driver/pic.c
test/Driver/r600-mcpu.cl
test/Driver/sanitizer-ld.c
test/Driver/save-temps.c [new file with mode: 0644]
test/Driver/split-debug.s [new file with mode: 0644]
test/FixIt/fixit-cxx1y-compat.cpp [new file with mode: 0644]
test/Format/basic.cpp
test/Format/multiple-inputs-error.cpp [new file with mode: 0644]
test/Format/multiple-inputs-inplace.cpp [new file with mode: 0644]
test/Format/multiple-inputs.cpp [new file with mode: 0644]
test/Format/ranges.cpp
test/Frontend/Inputs/rewrite-includes8.h [new file with mode: 0644]
test/Frontend/rewrite-includes-invalid-hasinclude.c [new file with mode: 0644]
test/Frontend/rewrite-includes-missing.c
test/Frontend/rewrite-includes-modules.c [new file with mode: 0644]
test/Frontend/rewrite-includes.c
test/Frontend/rewrite-macros.c
test/Frontend/verify.c
test/Headers/c11.c
test/Headers/cxx11.cpp
test/Headers/ms-wchar.c [new file with mode: 0644]
test/Index/annotate-module.m
test/Index/annotate-tokens.cpp
test/Index/annotate-tokens.m
test/Index/c-index-api-loadTU-test.m
test/Index/comment-cplus11-specific.cpp [new file with mode: 0644]
test/Index/comment-misc-tags.m [new file with mode: 0644]
test/Index/comment-unqualified-objc-pointer.m [new file with mode: 0644]
test/Index/comment-with-preamble.c [new file with mode: 0644]
test/Index/get-cursor.cpp
test/Index/index-refs.m
test/Index/load-classes.cpp
test/Index/parse-all-comments.c [new file with mode: 0644]
test/Index/print-type-size.cpp [new file with mode: 0644]
test/Index/print-type.c
test/Index/print-type.cpp
test/Index/print-type.m
test/Index/properties-class-extensions.m
test/Index/subclass-comment.mm [new file with mode: 0644]
test/Index/targeted-annotation.c
test/Index/usrs.m
test/Lexer/cxx1y_binary_literal.cpp [new file with mode: 0644]
test/Lexer/has_extension_cxx.cpp
test/Lexer/has_feature_c1x.c
test/Lexer/has_feature_cxx0x.cpp
test/Lexer/pragma-message.c
test/Lexer/pragma-message2.c [new file with mode: 0644]
test/Misc/ast-dump-decl.c
test/Misc/ast-dump-decl.cpp
test/Misc/warn-in-system-header.c
test/Modules/Inputs/ModuleDiags/has_errors.h [new file with mode: 0644]
test/Modules/Inputs/ModuleDiags/has_warnings.h [new file with mode: 0644]
test/Modules/Inputs/ModuleDiags/module.map [new file with mode: 0644]
test/Modules/Inputs/System/usr/include/dbl_max.h [new file with mode: 0644]
test/Modules/Inputs/System/usr/include/module.map
test/Modules/Inputs/System/usr/include/uses_other_constants.h [new file with mode: 0644]
test/Modules/auto-module-import.m
test/Modules/autolink.m
test/Modules/compiler_builtins.m
test/Modules/cstd.m
test/Modules/cycles.c
test/Modules/decldef.m
test/Modules/decldef.mm
test/Modules/diamond-pch.c
test/Modules/diamond.c
test/Modules/linkage-merge.cpp
test/Modules/linkage-merge.m
test/Modules/lookup.cpp
test/Modules/lookup.m
test/Modules/macros.c
test/Modules/method_pool.m
test/Modules/module-private.cpp
test/Modules/namespaces.cpp
test/Modules/normal-module-map.cpp
test/Modules/objc-categories.m
test/Modules/on-demand-build.m
test/Modules/redecl-merge.m
test/Modules/redecls/a.h [new file with mode: 0644]
test/Modules/redecls/b.h [new file with mode: 0644]
test/Modules/redecls/main.m [new file with mode: 0644]
test/Modules/redecls/module.map [new file with mode: 0644]
test/Modules/serialized-diags.m [new file with mode: 0644]
test/Modules/subframeworks.m
test/Modules/system_version.m [new file with mode: 0644]
test/PCH/captured-stmt.cpp [new file with mode: 0644]
test/PCH/cxx-typeid.cpp
test/PCH/cxx-typeid.h
test/PCH/cxx-using.cpp
test/PCH/cxx11-statement-attributes.cpp
test/PCH/cxx1y-decltype-auto.cpp [new file with mode: 0644]
test/PCH/cxx1y-default-initializer.cpp [new file with mode: 0644]
test/PCH/functions.c
test/PCH/headersearch.cpp
test/PCH/method_pool.m
test/PCH/nonvisible-external-defs.c
test/PCH/reloc.c
test/PCH/tentative-defs.c
test/PCH/thread-local.cpp [new file with mode: 0644]
test/PCH/typo.cpp
test/PCH/typo.m
test/Parser/MicrosoftExtensions.c
test/Parser/MicrosoftExtensions.cpp
test/Parser/captured-statements.c [new file with mode: 0644]
test/Parser/cxx0x-ambig.cpp
test/Parser/cxx0x-decl.cpp
test/Parser/objc-boxing.m
test/Parser/objc-error-qualified-implementation.m [new file with mode: 0644]
test/Parser/objcxx11-initialized-temps.mm [new file with mode: 0644]
test/Parser/pragma-options.c
test/Parser/pragma-pack.c
test/Preprocessor/aarch64-target-features.c
test/Preprocessor/cxx_oper_spelling.cpp
test/Preprocessor/dependencies-and-pp.c
test/Preprocessor/init.c
test/Preprocessor/line-directive.c
test/Preprocessor/pp-modules.c [new file with mode: 0644]
test/Preprocessor/pp-modules.h [new file with mode: 0644]
test/Preprocessor/pragma-captured.c [new file with mode: 0644]
test/Preprocessor/pragma_sysheader.c
test/Preprocessor/predefined-arch-macros.c
test/Preprocessor/stdint.c
test/Rewriter/rewrite-byref-in-nested-blocks.mm
test/Sema/MicrosoftCompatibility.cpp [new file with mode: 0644]
test/Sema/arm-neon-types.c
test/Sema/array-init.c
test/Sema/asm.c
test/Sema/atomic-expr.c [new file with mode: 0644]
test/Sema/bitfield.c
test/Sema/builtins-aarch64.c [new file with mode: 0644]
test/Sema/captured-statements.c [new file with mode: 0644]
test/Sema/crash-invalid-array.c
test/Sema/extern-redecl.c
test/Sema/function-redecl.c
test/Sema/function.c
test/Sema/no-documentation-warn-tagdecl-specifier.c [new file with mode: 0644]
test/Sema/parentheses.c
test/Sema/parentheses.cpp
test/Sema/pragma-arc-cf-code-audited.c
test/Sema/return.c
test/Sema/thread-specifier.c
test/Sema/var-redecl.c
test/Sema/warn-documentation.cpp
test/Sema/warn-documentation.m
test/Sema/warn-duplicate-enum.c
test/SemaCXX/Inputs/warn-unused-variables.h [new file with mode: 0644]
test/SemaCXX/MicrosoftExtensions.cpp
test/SemaCXX/access.cpp
test/SemaCXX/alignof.cpp [new file with mode: 0644]
test/SemaCXX/ast-print.cpp
test/SemaCXX/attr-noreturn.cpp
test/SemaCXX/captured-statements.cpp [new file with mode: 0644]
test/SemaCXX/compound-literal.cpp
test/SemaCXX/condition.cpp
test/SemaCXX/constant-expression-cxx11.cpp
test/SemaCXX/constant-expression-cxx1y.cpp [new file with mode: 0644]
test/SemaCXX/constexpr-printing.cpp
test/SemaCXX/constexpr-value-init.cpp
test/SemaCXX/cxx11-ast-print.cpp
test/SemaCXX/cxx11-crashes.cpp
test/SemaCXX/cxx11-inheriting-ctors.cpp [new file with mode: 0644]
test/SemaCXX/cxx11-thread-local-print.cpp [new file with mode: 0644]
test/SemaCXX/cxx11-thread-local.cpp [new file with mode: 0644]
test/SemaCXX/cxx11-user-defined-literals-unused.cpp [new file with mode: 0644]
test/SemaCXX/cxx1y-array-runtime-bound.cpp [new file with mode: 0644]
test/SemaCXX/cxx1y-constexpr-not-const.cpp [new file with mode: 0644]
test/SemaCXX/cxx1y-deduced-return-type.cpp [new file with mode: 0644]
test/SemaCXX/cxx1y-initializer-aggregates.cpp [new file with mode: 0644]
test/SemaCXX/cxx98-compat-pedantic.cpp
test/SemaCXX/enum-unscoped-nonexistent.cpp
test/SemaCXX/for-range-unused.cpp
test/SemaCXX/i-c-e-cxx.cpp
test/SemaCXX/linkage-spec.cpp
test/SemaCXX/linkage.cpp
test/SemaCXX/linkage2.cpp
test/SemaCXX/pascal-strings.cpp
test/SemaCXX/trailing-return-0x.cpp
test/SemaCXX/undefined-internal.cpp
test/SemaCXX/uninitialized.cpp
test/SemaCXX/warn-c++11-extensions.cpp
test/SemaCXX/warn-overloaded-virtual.cpp
test/SemaCXX/warn-thread-safety-analysis.cpp
test/SemaCXX/warn-unused-filescoped.cpp
test/SemaCXX/warn-unused-variables-error.cpp [new file with mode: 0644]
test/SemaCXX/warn-unused-variables.cpp
test/SemaObjC/arc-repeated-weak.mm
test/SemaObjC/arc-system-header.m
test/SemaObjC/arc-unavailable-for-weakref.m
test/SemaObjC/arc.m
test/SemaObjC/attr-availability.m
test/SemaObjC/deprecated-objc-introspection.m [moved from test/SemaObjC/warn-isa-ref.m with 75% similarity]
test/SemaObjC/format-arg-attribute.m
test/SemaObjC/format-strings-objc.m
test/SemaObjC/message.m
test/SemaObjC/method-conflict-2.m
test/SemaObjC/property-category-4.m
test/SemaObjC/property-category-impl.m
test/SemaObjC/property-deprecated-warning.m
test/SemaObjC/property-noninherited-availability-attr.m
test/SemaObjC/property-user-setter.m
test/SemaObjC/property.m
test/SemaObjC/protocol-lookup-2.m
test/SemaObjC/typo-correction.m
test/SemaObjC/warn-missing-super.m
test/SemaObjCXX/arc-system-header.mm
test/SemaObjCXX/foreach.mm
test/SemaObjCXX/property-reference.mm
test/SemaObjCXX/references.mm
test/SemaOpenCL/event_t.cl
test/SemaOpenCL/storageclass.cl
test/SemaTemplate/attributes.cpp
test/SemaTemplate/dependent-names.cpp
test/SemaTemplate/example-dynarray.cpp [deleted file]
test/SemaTemplate/local-member-templates.cpp [new file with mode: 0644]
test/SemaTemplate/ms-function-specialization-class-scope.cpp
test/SemaTemplate/ms-lookup-template-base-classes.cpp
test/SemaTemplate/overload-candidates.cpp
test/SemaTemplate/temp_arg_nontype.cpp
test/Tooling/clang-check-args.cpp
test/Tooling/clang-check-builtin-headers.cpp
test/Tooling/clang-check-chdir.cpp
test/Tooling/clang-check.cpp
test/Tooling/multi-jobs.cpp
test/lit.cfg
tools/c-index-test/c-index-test.c
tools/clang-format/ClangFormat.cpp
tools/clang-format/clang-format-bbedit.applescript [new file with mode: 0644]
tools/clang-format/clang-format-diff.py
tools/clang-format/clang-format.el [new file with mode: 0644]
tools/clang-format/clang-format.py
tools/libclang/CIndex.cpp
tools/libclang/CIndexCXX.cpp
tools/libclang/CXCursor.cpp
tools/libclang/CXSourceLocation.cpp
tools/libclang/CXTranslationUnit.h
tools/libclang/CXType.cpp
tools/libclang/IndexBody.cpp
tools/libclang/IndexDecl.cpp
tools/libclang/Indexing.cpp
tools/libclang/IndexingContext.cpp
tools/libclang/IndexingContext.h
tools/libclang/RecursiveASTVisitor.h
tools/libclang/libclang.exports
tools/scan-build/c++-analyzer [changed from symlink to file mode: 0755]
tools/scan-build/ccc-analyzer
tools/scan-build/scan-build
tools/scan-build/scan-build.bat [new file with mode: 0644]
tools/scan-view/ScanView.py
unittests/AST/CommentLexer.cpp
unittests/AST/CommentParser.cpp
unittests/AST/SourceLocationTest.cpp
unittests/ASTMatchers/ASTMatchersTest.cpp
unittests/Basic/SourceManagerTest.cpp
unittests/Format/FormatTest.cpp
utils/TableGen/ClangAttrEmitter.cpp
utils/TableGen/ClangCommentCommandInfoEmitter.cpp
utils/TableGen/ClangDiagnosticsEmitter.cpp
utils/TableGen/NeonEmitter.cpp
utils/TableGen/TableGen.cpp
utils/TableGen/TableGenBackends.h
utils/analyzer/SATestBuild.py
www/OpenProjects.html
www/analyzer/available_checks.html
www/analyzer/checker_dev_manual.html
www/analyzer/dev_cxx.html [deleted file]
www/analyzer/latest_checker.html.incl
www/analyzer/menu.html.incl
www/analyzer/open_projects.html [new file with mode: 0644]
www/analyzer/potential_checkers.html
www/analyzer/release_notes.html
www/comparison.html
www/cxx_status.html
www/get_started.html
www/index.html