This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 19e630a473 Make test/Driver/baremetal.cpp work with linkers other than lld new abdbb605f2 Remove trailing space
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang-c/Index.h | 272 +++--- include/clang/ARCMigrate/FileRemapper.h | 2 +- include/clang/AST/ASTContext.h | 2 +- include/clang/AST/ASTDiagnostic.h | 4 +- include/clang/AST/ASTImporter.h | 48 +- include/clang/AST/ASTLambda.h | 14 +- include/clang/AST/ASTMutationListener.h | 4 +- include/clang/AST/Attr.h | 2 +- include/clang/AST/AttrIterator.h | 2 +- include/clang/AST/BaseSubobject.h | 10 +- include/clang/AST/CXXInheritance.h | 44 +- include/clang/AST/CanonicalType.h | 6 +- include/clang/AST/CharUnits.h | 32 +- include/clang/AST/Comment.h | 16 +- include/clang/AST/CommentCommandTraits.h | 8 +- include/clang/AST/CommentLexer.h | 4 +- include/clang/AST/CommentSema.h | 6 +- include/clang/AST/Decl.h | 52 +- include/clang/AST/DeclBase.h | 22 +- include/clang/AST/DeclCXX.h | 66 +- include/clang/AST/DeclFriend.h | 2 +- include/clang/AST/DeclLookups.h | 2 +- include/clang/AST/DeclObjC.h | 144 +-- include/clang/AST/DeclTemplate.h | 22 +- include/clang/AST/DeclarationName.h | 8 +- include/clang/AST/DependentDiagnostic.h | 4 +- include/clang/AST/EvaluatedExprVisitor.h | 4 +- include/clang/AST/Expr.h | 4 +- include/clang/AST/ExprCXX.h | 46 +- include/clang/AST/ExprObjC.h | 176 ++-- include/clang/AST/ExternalASTMerger.h | 8 +- include/clang/AST/ExternalASTSource.h | 28 +- include/clang/AST/GlobalDecl.h | 16 +- include/clang/AST/LambdaCapture.h | 2 +- include/clang/AST/Mangle.h | 2 +- include/clang/AST/NSAPI.h | 2 +- include/clang/AST/NestedNameSpecifier.h | 6 +- include/clang/AST/OperationKinds.def | 6 +- include/clang/AST/OperationKinds.h | 2 +- include/clang/AST/PrettyPrinter.h | 10 +- include/clang/AST/RecordLayout.h | 8 +- include/clang/AST/Stmt.h | 10 +- include/clang/AST/StmtIterator.h | 4 +- include/clang/AST/StmtObjC.h | 34 +- include/clang/AST/StmtOpenMP.h | 20 +- include/clang/AST/TemplateBase.h | 34 +- include/clang/AST/TemplateName.h | 74 +- include/clang/AST/Type.h | 14 +- include/clang/AST/TypeLoc.h | 12 +- include/clang/AST/TypeOrdering.h | 10 +- include/clang/AST/UnresolvedSet.h | 2 +- include/clang/AST/VTTBuilder.h | 28 +- include/clang/AST/VTableBuilder.h | 2 +- include/clang/ASTMatchers/ASTMatchers.h | 12 +- include/clang/Analysis/Analyses/Consumed.h | 60 +- include/clang/Analysis/Analyses/Dominators.h | 2 +- include/clang/Analysis/Analyses/FormatString.h | 2 +- include/clang/Analysis/Analyses/LiveVariables.h | 34 +- include/clang/Analysis/Analyses/ReachableCode.h | 2 +- .../clang/Analysis/Analyses/ThreadSafetyCommon.h | 2 +- include/clang/Analysis/AnalysisDeclContext.h | 12 +- include/clang/Analysis/CloneDetection.h | 2 +- .../Analysis/DomainSpecific/CocoaConventions.h | 10 +- .../clang/Analysis/DomainSpecific/ObjCNoReturn.h | 4 +- include/clang/Analysis/ProgramPoint.h | 28 +- include/clang/Analysis/Support/BumpVector.h | 52 +- include/clang/Basic/ABI.h | 20 +- include/clang/Basic/AllDiagnostics.h | 4 +- include/clang/Basic/Attr.td | 8 +- include/clang/Basic/Builtins.def | 2 +- include/clang/Basic/BuiltinsPPC.def | 2 +- include/clang/Basic/Diagnostic.h | 60 +- include/clang/Basic/DiagnosticASTKinds.td | 2 +- include/clang/Basic/DiagnosticCommentKinds.td | 6 +- include/clang/Basic/DiagnosticCommonKinds.td | 10 +- include/clang/Basic/DiagnosticDriverKinds.td | 2 +- include/clang/Basic/DiagnosticFrontendKinds.td | 6 +- include/clang/Basic/DiagnosticGroups.td | 6 +- include/clang/Basic/DiagnosticIDs.h | 22 +- include/clang/Basic/DiagnosticLexKinds.td | 12 +- include/clang/Basic/DiagnosticOptions.def | 6 +- include/clang/Basic/DiagnosticOptions.h | 2 +- include/clang/Basic/DiagnosticParseKinds.td | 28 +- include/clang/Basic/DiagnosticSemaKinds.td | 114 +-- .../clang/Basic/DiagnosticSerializationKinds.td | 2 +- include/clang/Basic/FileSystemStatCache.h | 6 +- include/clang/Basic/IdentifierTable.h | 38 +- include/clang/Basic/LLVM.h | 2 +- include/clang/Basic/LangOptions.h | 14 +- include/clang/Basic/Linkage.h | 4 +- include/clang/Basic/Module.h | 58 +- include/clang/Basic/ObjCRuntime.h | 2 +- include/clang/Basic/OperatorKinds.h | 2 +- include/clang/Basic/SourceLocation.h | 20 +- include/clang/Basic/SourceManager.h | 8 +- include/clang/Basic/SourceManagerInternals.h | 2 +- include/clang/Basic/Specifiers.h | 6 +- include/clang/Basic/StmtNodes.td | 2 +- include/clang/Basic/TemplateKinds.h | 4 +- include/clang/Basic/arm_neon.td | 6 +- include/clang/Basic/arm_neon_incl.td | 2 +- include/clang/Driver/CC1Options.td | 8 +- include/clang/Driver/Driver.h | 10 +- include/clang/Edit/Commit.h | 2 +- include/clang/Edit/EditedSource.h | 2 +- include/clang/Edit/Rewriters.h | 2 +- include/clang/Frontend/ASTUnit.h | 96 +- include/clang/Frontend/CompilerInstance.h | 22 +- include/clang/Frontend/CompilerInvocation.h | 12 +- include/clang/Frontend/DiagnosticRenderer.h | 12 +- include/clang/Frontend/FrontendActions.h | 8 +- include/clang/Frontend/LayoutOverrideSource.h | 12 +- include/clang/Frontend/LogDiagnosticPrinter.h | 10 +- include/clang/Frontend/PCHContainerOperations.h | 8 +- include/clang/Frontend/VerifyDiagnosticConsumer.h | 2 +- include/clang/Lex/CodeCompletionHandler.h | 20 +- include/clang/Lex/DirectoryLookup.h | 12 +- include/clang/Lex/ExternalPreprocessorSource.h | 10 +- include/clang/Lex/HeaderSearch.h | 54 +- include/clang/Lex/HeaderSearchOptions.h | 6 +- include/clang/Lex/LiteralSupport.h | 4 +- include/clang/Lex/MacroArgs.h | 12 +- include/clang/Lex/MacroInfo.h | 2 +- include/clang/Lex/ModuleLoader.h | 14 +- include/clang/Lex/ModuleMap.h | 18 +- include/clang/Lex/PPCallbacks.h | 18 +- include/clang/Lex/PPConditionalDirectiveRecord.h | 4 +- include/clang/Lex/PTHLexer.h | 2 +- include/clang/Lex/Pragma.h | 8 +- include/clang/Lex/PreprocessingRecord.h | 58 +- include/clang/Lex/Preprocessor.h | 26 +- include/clang/Lex/PreprocessorLexer.h | 8 +- include/clang/Lex/PreprocessorOptions.h | 16 +- include/clang/Lex/Token.h | 2 +- include/clang/Lex/TokenConcatenation.h | 4 +- include/clang/Lex/TokenLexer.h | 2 +- include/clang/Lex/VariadicMacroSupport.h | 32 +- include/clang/Parse/ParseAST.h | 2 +- include/clang/Parse/Parser.h | 20 +- include/clang/Parse/RAIIObjectsForParser.h | 50 +- include/clang/Sema/DeclSpec.h | 136 +-- include/clang/Sema/DelayedDiagnostic.h | 2 +- include/clang/Sema/ExternalSemaSource.h | 18 +- include/clang/Sema/IdentifierResolver.h | 10 +- include/clang/Sema/Initialization.h | 156 ++-- include/clang/Sema/Lookup.h | 10 +- include/clang/Sema/MultiplexExternalSemaSource.h | 24 +- include/clang/Sema/Overload.h | 38 +- include/clang/Sema/ParsedAttr.h | 12 +- include/clang/Sema/ParsedTemplate.h | 76 +- include/clang/Sema/Scope.h | 4 +- include/clang/Sema/ScopeInfo.h | 98 +-- include/clang/Sema/SemaInternal.h | 16 +- include/clang/Sema/SemaLambda.h | 6 +- include/clang/Sema/Template.h | 62 +- include/clang/Serialization/ASTBitCodes.h | 68 +- include/clang/Serialization/ASTReader.h | 36 +- include/clang/Serialization/ASTWriter.h | 6 +- include/clang/Serialization/ContinuousRangeMap.h | 10 +- include/clang/Serialization/GlobalModuleIndex.h | 4 +- include/clang/Serialization/Module.h | 16 +- include/clang/Serialization/ModuleFileExtension.h | 4 +- include/clang/Serialization/ModuleManager.h | 14 +- include/clang/StaticAnalyzer/Checkers/Checkers.td | 2 +- .../StaticAnalyzer/Checkers/ObjCRetainCount.h | 18 +- .../clang/StaticAnalyzer/Core/AnalyzerOptions.h | 26 +- .../StaticAnalyzer/Core/BugReporter/BugReporter.h | 16 +- .../Core/BugReporter/BugReporterVisitors.h | 2 +- .../StaticAnalyzer/Core/BugReporter/BugType.h | 2 +- .../Core/BugReporter/PathDiagnostic.h | 50 +- include/clang/StaticAnalyzer/Core/Checker.h | 12 +- include/clang/StaticAnalyzer/Core/CheckerManager.h | 40 +- include/clang/StaticAnalyzer/Core/CheckerOptInfo.h | 2 +- .../clang/StaticAnalyzer/Core/CheckerRegistry.h | 2 +- include/clang/StaticAnalyzer/Core/IssueHash.h | 2 +- .../StaticAnalyzer/Core/PathSensitive/APSIntType.h | 4 +- .../Core/PathSensitive/AnalysisManager.h | 6 +- .../Core/PathSensitive/BasicValueFactory.h | 4 +- .../Core/PathSensitive/BlockCounter.h | 4 +- .../StaticAnalyzer/Core/PathSensitive/CallEvent.h | 20 +- .../Core/PathSensitive/CheckerContext.h | 10 +- .../StaticAnalyzer/Core/PathSensitive/CoreEngine.h | 20 +- .../Core/PathSensitive/Environment.h | 4 +- .../Core/PathSensitive/ExplodedGraph.h | 12 +- .../StaticAnalyzer/Core/PathSensitive/ExprEngine.h | 56 +- .../StaticAnalyzer/Core/PathSensitive/MemRegion.h | 42 +- .../Core/PathSensitive/SValBuilder.h | 14 +- .../StaticAnalyzer/Core/PathSensitive/SVals.h | 14 +- .../StaticAnalyzer/Core/PathSensitive/Store.h | 16 +- .../StaticAnalyzer/Core/PathSensitive/StoreRef.h | 10 +- .../StaticAnalyzer/Core/PathSensitive/SubEngine.h | 6 +- .../Core/PathSensitive/SummaryManager.h | 16 +- .../Core/PathSensitive/SymbolManager.h | 12 +- .../StaticAnalyzer/Core/PathSensitive/WorkList.h | 6 +- lib/ARCMigrate/ARCMT.cpp | 6 +- lib/ARCMigrate/FileRemapper.cpp | 6 +- lib/ARCMigrate/Internals.h | 2 +- lib/ARCMigrate/ObjCMT.cpp | 144 +-- lib/ARCMigrate/PlistReporter.cpp | 2 +- lib/ARCMigrate/TransARCAssign.cpp | 2 +- lib/ARCMigrate/TransAutoreleasePool.cpp | 10 +- lib/ARCMigrate/TransBlockObjCVariable.cpp | 6 +- lib/ARCMigrate/TransEmptyStatementsAndDealloc.cpp | 2 +- lib/ARCMigrate/TransGCAttrs.cpp | 6 +- lib/ARCMigrate/TransProperties.cpp | 14 +- lib/ARCMigrate/TransProtectedScope.cpp | 2 +- lib/ARCMigrate/TransRetainReleaseDealloc.cpp | 4 +- lib/ARCMigrate/TransUnbridgedCasts.cpp | 4 +- lib/ARCMigrate/TransZeroOutPropsInDealloc.cpp | 14 +- lib/ARCMigrate/TransformActions.cpp | 6 +- lib/ARCMigrate/Transforms.cpp | 38 +- lib/ARCMigrate/Transforms.h | 2 +- lib/AST/ASTContext.cpp | 344 ++++---- lib/AST/ASTDiagnostic.cpp | 12 +- lib/AST/ASTDumper.cpp | 2 +- lib/AST/ASTImporter.cpp | 478 +++++----- lib/AST/ASTStructuralEquivalence.cpp | 4 +- lib/AST/CXXInheritance.cpp | 64 +- lib/AST/Comment.cpp | 2 +- lib/AST/CommentLexer.cpp | 2 +- lib/AST/Decl.cpp | 120 +-- lib/AST/DeclBase.cpp | 50 +- lib/AST/DeclCXX.cpp | 156 ++-- lib/AST/DeclObjC.cpp | 62 +- lib/AST/DeclPrinter.cpp | 28 +- lib/AST/DeclTemplate.cpp | 14 +- lib/AST/DeclarationName.cpp | 14 +- lib/AST/Expr.cpp | 162 ++-- lib/AST/ExprCXX.cpp | 62 +- lib/AST/ExprClassification.cpp | 12 +- lib/AST/ExprConstant.cpp | 64 +- lib/AST/ExternalASTSource.cpp | 2 +- lib/AST/ItaniumCXXABI.cpp | 2 +- lib/AST/ItaniumMangle.cpp | 136 +-- lib/AST/Mangle.cpp | 2 +- lib/AST/MicrosoftMangle.cpp | 2 +- lib/AST/NSAPI.cpp | 6 +- lib/AST/NestedNameSpecifier.cpp | 104 +-- lib/AST/ParentMap.cpp | 2 +- lib/AST/RecordLayout.cpp | 2 +- lib/AST/RecordLayoutBuilder.cpp | 180 ++-- lib/AST/StmtOpenMP.cpp | 12 +- lib/AST/StmtPrinter.cpp | 16 +- lib/AST/StmtProfile.cpp | 50 +- lib/AST/TemplateBase.cpp | 68 +- lib/AST/TemplateName.cpp | 14 +- lib/AST/Type.cpp | 152 ++-- lib/AST/TypeLoc.cpp | 20 +- lib/AST/TypePrinter.cpp | 166 ++-- lib/AST/VTTBuilder.cpp | 50 +- lib/AST/VTableBuilder.cpp | 566 ++++++------ lib/Analysis/AnalysisDeclContext.cpp | 18 +- lib/Analysis/BodyFarm.cpp | 50 +- lib/Analysis/CFG.cpp | 66 +- lib/Analysis/CFGReachabilityAnalysis.cpp | 2 +- lib/Analysis/CFGStmtMap.cpp | 12 +- lib/Analysis/CallGraph.cpp | 2 +- lib/Analysis/CocoaConventions.cpp | 32 +- lib/Analysis/Consumed.cpp | 216 ++--- lib/Analysis/FormatString.cpp | 10 +- lib/Analysis/FormatStringParsing.h | 10 +- lib/Analysis/LiveVariables.cpp | 78 +- lib/Analysis/ObjCNoReturn.cpp | 8 +- lib/Analysis/PostOrderCFGView.cpp | 6 +- lib/Analysis/PrintfFormatString.cpp | 6 +- lib/Analysis/ProgramPoint.cpp | 2 +- lib/Analysis/ReachableCode.cpp | 22 +- lib/Analysis/ScanfFormatString.cpp | 26 +- lib/Analysis/UninitializedValues.cpp | 22 +- lib/Basic/Diagnostic.cpp | 12 +- lib/Basic/DiagnosticIDs.cpp | 2 +- lib/Basic/FileManager.cpp | 16 +- lib/Basic/FileSystemStatCache.cpp | 8 +- lib/Basic/IdentifierTable.cpp | 18 +- lib/Basic/Module.cpp | 28 +- lib/Basic/ObjCRuntime.cpp | 2 +- lib/Basic/SourceLocation.cpp | 2 +- lib/Basic/SourceManager.cpp | 64 +- lib/Basic/Targets/X86.cpp | 2 +- lib/Basic/Targets/X86.h | 8 +- lib/Basic/Warnings.cpp | 20 +- lib/CodeGen/CGBlocks.cpp | 38 +- lib/CodeGen/CGBlocks.h | 10 +- lib/CodeGen/CGBuilder.h | 2 +- lib/CodeGen/CGBuiltin.cpp | 6 +- lib/CodeGen/CGCXX.cpp | 4 +- lib/CodeGen/CGCXXABI.cpp | 4 +- lib/CodeGen/CGCall.cpp | 20 +- lib/CodeGen/CGCall.h | 4 +- lib/CodeGen/CGClass.cpp | 6 +- lib/CodeGen/CGCleanup.cpp | 18 +- lib/CodeGen/CGCleanup.h | 2 +- lib/CodeGen/CGDeclCXX.cpp | 14 +- lib/CodeGen/CGException.cpp | 8 +- lib/CodeGen/CGExpr.cpp | 10 +- lib/CodeGen/CGExprAgg.cpp | 54 +- lib/CodeGen/CGExprCXX.cpp | 64 +- lib/CodeGen/CGExprConstant.cpp | 34 +- lib/CodeGen/CGExprScalar.cpp | 2 +- lib/CodeGen/CGLoopInfo.cpp | 2 +- lib/CodeGen/CGObjC.cpp | 162 ++-- lib/CodeGen/CGObjCGNU.cpp | 48 +- lib/CodeGen/CGObjCMac.cpp | 228 ++--- lib/CodeGen/CGObjCRuntime.cpp | 4 +- lib/CodeGen/CGObjCRuntime.h | 12 +- lib/CodeGen/CGRecordLayoutBuilder.cpp | 18 +- lib/CodeGen/CGVTT.cpp | 30 +- lib/CodeGen/CGVTables.cpp | 2 +- lib/CodeGen/CGVTables.h | 14 +- lib/CodeGen/CGValue.h | 12 +- lib/CodeGen/CodeGenAction.cpp | 2 +- lib/CodeGen/CodeGenModule.cpp | 2 +- lib/CodeGen/CodeGenModule.h | 28 +- lib/CodeGen/CodeGenTypes.cpp | 50 +- lib/CodeGen/CodeGenTypes.h | 14 +- lib/CodeGen/ConstantInitBuilder.cpp | 2 +- lib/CodeGen/MicrosoftCXXABI.cpp | 14 +- lib/CodeGen/SwiftCallingConv.cpp | 4 +- lib/CodeGen/TargetInfo.cpp | 24 +- lib/Driver/SanitizerArgs.cpp | 2 +- lib/Driver/ToolChain.cpp | 2 +- lib/Driver/ToolChains/Arch/RISCV.cpp | 2 +- lib/Edit/Commit.cpp | 4 +- lib/Edit/RewriteObjCFoundationAPI.cpp | 18 +- lib/Format/BreakableToken.cpp | 2 +- lib/Format/ContinuationIndenter.h | 2 +- lib/Frontend/ASTConsumers.cpp | 2 +- lib/Frontend/ASTMerge.cpp | 10 +- lib/Frontend/ChainedIncludesSource.cpp | 6 +- lib/Frontend/CompilerInstance.cpp | 38 +- lib/Frontend/DependencyFile.cpp | 2 +- lib/Frontend/DependencyGraph.cpp | 20 +- lib/Frontend/DiagnosticRenderer.cpp | 6 +- lib/Frontend/FrontendAction.cpp | 8 +- lib/Frontend/FrontendActions.cpp | 10 +- lib/Frontend/LayoutOverrideSource.cpp | 58 +- lib/Frontend/MultiplexConsumer.cpp | 6 +- lib/Frontend/PrintPreprocessedOutput.cpp | 12 +- lib/Frontend/Rewrite/FixItRewriter.cpp | 2 +- lib/Frontend/Rewrite/FrontendActions.cpp | 4 +- lib/Frontend/Rewrite/RewriteModernObjC.cpp | 964 ++++++++++----------- lib/Frontend/Rewrite/RewriteObjC.cpp | 388 ++++----- lib/Frontend/SerializedDiagnosticPrinter.cpp | 46 +- lib/Frontend/TestModuleFileExtension.cpp | 2 +- lib/Frontend/TextDiagnostic.cpp | 28 +- lib/FrontendTool/ExecuteCompilerInvocation.cpp | 4 +- lib/Headers/avx512fintrin.h | 4 +- lib/Headers/avx512vlcdintrin.h | 2 +- lib/Headers/clzerointrin.h | 2 +- lib/Headers/lwpintrin.h | 4 +- lib/Headers/opencl-c.h | 8 +- lib/Index/IndexBody.cpp | 4 +- lib/Index/IndexTypeSourceInfo.cpp | 4 +- lib/Index/IndexingContext.cpp | 2 +- lib/Index/USRGeneration.cpp | 40 +- lib/Lex/HeaderSearch.cpp | 32 +- lib/Lex/LiteralSupport.cpp | 6 +- lib/Lex/MacroArgs.cpp | 14 +- lib/Lex/ModuleMap.cpp | 178 ++-- lib/Lex/PPDirectives.cpp | 6 +- lib/Lex/PPExpressions.cpp | 10 +- lib/Lex/PPLexerChange.cpp | 14 +- lib/Lex/PPMacroExpansion.cpp | 6 +- lib/Lex/Pragma.cpp | 26 +- lib/Lex/PreprocessingRecord.cpp | 46 +- lib/Lex/Preprocessor.cpp | 24 +- lib/Lex/TokenLexer.cpp | 20 +- lib/Parse/ParseAST.cpp | 4 +- lib/Parse/ParseCXXInlineMethods.cpp | 8 +- lib/Parse/ParseDecl.cpp | 32 +- lib/Parse/ParseDeclCXX.cpp | 64 +- lib/Parse/ParseExpr.cpp | 128 +-- lib/Parse/ParseExprCXX.cpp | 190 ++-- lib/Parse/ParseInit.cpp | 50 +- lib/Parse/ParseObjc.cpp | 224 ++--- lib/Parse/ParsePragma.cpp | 30 +- lib/Parse/ParseStmtAsm.cpp | 2 +- lib/Parse/ParseTemplate.cpp | 74 +- lib/Parse/ParseTentative.cpp | 38 +- lib/Parse/Parser.cpp | 68 +- lib/Rewrite/DeltaTree.cpp | 4 +- lib/Rewrite/HTMLRewrite.cpp | 2 +- lib/Rewrite/Rewriter.cpp | 6 +- lib/Sema/AnalysisBasedWarnings.cpp | 52 +- lib/Sema/CodeCompleteConsumer.cpp | 110 +-- lib/Sema/DeclSpec.cpp | 50 +- lib/Sema/DelayedDiagnostic.cpp | 4 +- lib/Sema/IdentifierResolver.cpp | 54 +- lib/Sema/MultiplexExternalSemaSource.cpp | 14 +- lib/Sema/Sema.cpp | 2 +- lib/Sema/SemaAccess.cpp | 36 +- lib/Sema/SemaAttr.cpp | 4 +- lib/Sema/SemaCXXScopeSpec.cpp | 34 +- lib/Sema/SemaCast.cpp | 120 +-- lib/Sema/SemaChecking.cpp | 174 ++-- lib/Sema/SemaDecl.cpp | 6 +- lib/Sema/SemaDeclAttr.cpp | 74 +- lib/Sema/SemaDeclObjC.cpp | 334 +++---- lib/Sema/SemaExceptionSpec.cpp | 2 +- lib/Sema/SemaExpr.cpp | 446 +++++----- lib/Sema/SemaExprMember.cpp | 36 +- lib/Sema/SemaExprObjC.cpp | 380 ++++---- lib/Sema/SemaInit.cpp | 58 +- lib/Sema/SemaLambda.cpp | 198 ++--- lib/Sema/SemaLookup.cpp | 26 +- lib/Sema/SemaObjCProperty.cpp | 138 +-- lib/Sema/SemaPseudoObject.cpp | 134 +-- lib/Sema/SemaStmt.cpp | 12 +- lib/Sema/SemaStmtAsm.cpp | 2 +- lib/Sema/SemaTemplate.cpp | 28 +- lib/Sema/SemaTemplateDeduction.cpp | 2 +- lib/Sema/SemaTemplateInstantiate.cpp | 292 +++---- lib/Sema/SemaTemplateInstantiateDecl.cpp | 16 +- lib/Sema/SemaTemplateVariadic.cpp | 114 +-- lib/Sema/SemaType.cpp | 44 +- lib/Sema/TreeTransform.h | 10 +- lib/Sema/TypeLocBuilder.h | 12 +- lib/Serialization/ASTReader.cpp | 2 +- lib/Serialization/ASTReaderDecl.cpp | 44 +- lib/Serialization/ASTReaderInternals.h | 54 +- lib/Serialization/ASTWriterDecl.cpp | 52 +- lib/Serialization/ASTWriterStmt.cpp | 24 +- lib/Serialization/Module.cpp | 24 +- lib/Serialization/ModuleManager.cpp | 10 +- lib/StaticAnalyzer/Checkers/MallocChecker.cpp | 38 +- lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp | 2 +- .../Checkers/StackAddrEscapeChecker.cpp | 10 +- lib/StaticAnalyzer/Core/ExprEngine.cpp | 8 +- lib/StaticAnalyzer/Core/ExprEngineC.cpp | 2 +- lib/StaticAnalyzer/Core/IssueHash.cpp | 2 +- lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp | 2 +- lib/StaticAnalyzer/Core/Store.cpp | 4 +- 432 files changed, 7748 insertions(+), 7748 deletions(-)