This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f0ec70fdf1 [CMake] Include llvm-strip in Fuchsia toolchain distribution new c8ad1ab42f Set CMAKE_BUILD_WITH_INSTALL_RPATH for Fuchsia runtimes new 647be32c60 Remove \brief commands from doxygen comments.
The 2 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: cmake/caches/Fuchsia-stage2.cmake | 1 + docs/LibFormat.rst | 4 +- docs/doxygen.cfg.in | 2 +- include/clang-c/BuildSystem.h | 28 +- include/clang-c/CXCompilationDatabase.h | 38 +- include/clang-c/CXErrorCode.h | 12 +- include/clang-c/CXString.h | 8 +- include/clang-c/Documentation.h | 62 +- include/clang-c/Index.h | 1428 ++++++++++---------- include/clang/ARCMigrate/ARCMT.h | 10 +- include/clang/ARCMigrate/ARCMTActions.h | 2 +- include/clang/AST/APValue.h | 4 +- include/clang/AST/ASTConsumer.h | 22 +- include/clang/AST/ASTContext.h | 542 ++++---- include/clang/AST/ASTDiagnostic.h | 2 +- include/clang/AST/ASTFwd.h | 2 +- include/clang/AST/ASTImporter.h | 90 +- include/clang/AST/ASTLambda.h | 2 +- include/clang/AST/ASTMutationListener.h | 44 +- include/clang/AST/ASTTypeTraits.h | 68 +- include/clang/AST/ASTUnresolvedSet.h | 4 +- include/clang/AST/Attr.h | 2 +- include/clang/AST/Availability.h | 2 +- include/clang/AST/CXXInheritance.h | 50 +- include/clang/AST/CanonicalType.h | 68 +- include/clang/AST/CommentBriefParser.h | 2 +- include/clang/AST/CommentCommandTraits.h | 22 +- include/clang/AST/CommentLexer.h | 4 +- include/clang/AST/CommentSema.h | 4 +- include/clang/AST/ComparisonCategories.h | 2 +- include/clang/AST/DataCollection.h | 2 +- include/clang/AST/Decl.h | 256 ++-- include/clang/AST/DeclBase.h | 214 +-- include/clang/AST/DeclCXX.h | 736 +++++----- include/clang/AST/DeclContextInternals.h | 10 +- include/clang/AST/DeclObjC.h | 166 +-- include/clang/AST/DeclOpenMP.h | 26 +- include/clang/AST/DeclTemplate.h | 468 +++---- include/clang/AST/DeclVisitor.h | 6 +- include/clang/AST/DeclarationName.h | 8 +- include/clang/AST/EvaluatedExprVisitor.h | 4 +- include/clang/AST/Expr.h | 394 +++--- include/clang/AST/ExprCXX.h | 634 ++++----- include/clang/AST/ExprObjC.h | 130 +- include/clang/AST/ExprOpenMP.h | 18 +- include/clang/AST/ExternalASTSource.h | 78 +- include/clang/AST/LambdaCapture.h | 32 +- include/clang/AST/LocInfoType.h | 2 +- include/clang/AST/Mangle.h | 4 +- include/clang/AST/MangleNumberingContext.h | 10 +- include/clang/AST/NSAPI.h | 66 +- include/clang/AST/NestedNameSpecifier.h | 142 +- include/clang/AST/OpenMPClause.h | 954 ++++++------- include/clang/AST/OperationKinds.def | 36 +- include/clang/AST/OperationKinds.h | 8 +- include/clang/AST/ParentMap.h | 2 +- include/clang/AST/PrettyPrinter.h | 2 +- include/clang/AST/QualTypeNames.h | 4 +- include/clang/AST/RawCommentList.h | 6 +- include/clang/AST/RecordLayout.h | 2 +- include/clang/AST/RecursiveASTVisitor.h | 50 +- include/clang/AST/Redeclarable.h | 32 +- include/clang/AST/SelectorLocationsKind.h | 16 +- include/clang/AST/Stmt.h | 150 +- include/clang/AST/StmtCXX.h | 24 +- include/clang/AST/StmtObjC.h | 32 +- include/clang/AST/StmtOpenMP.h | 538 ++++---- include/clang/AST/StmtVisitor.h | 2 +- include/clang/AST/TemplateBase.h | 108 +- include/clang/AST/TemplateName.h | 102 +- include/clang/AST/Type.h | 234 ++-- include/clang/AST/TypeLoc.h | 96 +- include/clang/AST/TypeOrdering.h | 4 +- include/clang/AST/TypeVisitor.h | 6 +- include/clang/AST/UnresolvedSet.h | 4 +- include/clang/AST/VTTBuilder.h | 36 +- include/clang/AST/VTableBuilder.h | 24 +- include/clang/ASTMatchers/ASTMatchFinder.h | 48 +- include/clang/ASTMatchers/ASTMatchers.h | 792 +++++------ include/clang/ASTMatchers/ASTMatchersInternal.h | 236 ++-- include/clang/ASTMatchers/ASTMatchersMacros.h | 22 +- include/clang/ASTMatchers/Dynamic/Diagnostics.h | 34 +- include/clang/ASTMatchers/Dynamic/Parser.h | 22 +- include/clang/ASTMatchers/Dynamic/Registry.h | 18 +- include/clang/ASTMatchers/Dynamic/VariantValue.h | 72 +- include/clang/Analysis/Analyses/Consumed.h | 40 +- include/clang/Analysis/Analyses/Dominators.h | 26 +- include/clang/Analysis/Analyses/FormatString.h | 2 +- include/clang/Analysis/Analyses/PostOrderCFGView.h | 6 +- include/clang/Analysis/Analyses/ThreadSafety.h | 4 +- .../clang/Analysis/Analyses/ThreadSafetyCommon.h | 2 +- .../clang/Analysis/Analyses/ThreadSafetyLogical.h | 4 +- include/clang/Analysis/AnalysisDeclContext.h | 10 +- include/clang/Analysis/CFG.h | 6 +- include/clang/Analysis/CallGraph.h | 20 +- include/clang/Analysis/CodeInjector.h | 4 +- include/clang/Analysis/ProgramPoint.h | 14 +- include/clang/Basic/ABI.h | 40 +- include/clang/Basic/AddressSpaces.h | 4 +- include/clang/Basic/AlignedAllocation.h | 2 +- include/clang/Basic/AllDiagnostics.h | 2 +- include/clang/Basic/AttrKinds.h | 4 +- include/clang/Basic/AttrSubjectMatchRules.h | 2 +- include/clang/Basic/Attributes.h | 2 +- include/clang/Basic/Builtins.h | 62 +- include/clang/Basic/BuiltinsWebAssembly.def | 2 +- include/clang/Basic/CapturedStmt.h | 2 +- include/clang/Basic/CommentOptions.h | 8 +- include/clang/Basic/Diagnostic.h | 244 ++-- include/clang/Basic/DiagnosticError.h | 2 +- include/clang/Basic/DiagnosticIDs.h | 62 +- include/clang/Basic/DiagnosticOptions.h | 10 +- include/clang/Basic/ExceptionSpecificationType.h | 6 +- include/clang/Basic/ExpressionTraits.h | 2 +- include/clang/Basic/FileManager.h | 60 +- include/clang/Basic/FileSystemOptions.h | 6 +- include/clang/Basic/FileSystemStatCache.h | 16 +- include/clang/Basic/IdentifierTable.h | 122 +- include/clang/Basic/LLVM.h | 2 +- include/clang/Basic/Lambda.h | 6 +- include/clang/Basic/LangOptions.def | 2 +- include/clang/Basic/LangOptions.h | 48 +- include/clang/Basic/Linkage.h | 24 +- include/clang/Basic/MacroBuilder.h | 2 +- include/clang/Basic/Module.h | 216 +-- include/clang/Basic/ObjCRuntime.h | 36 +- include/clang/Basic/OpenCLOptions.h | 6 +- include/clang/Basic/OpenMPKinds.def | 2 +- include/clang/Basic/OpenMPKinds.h | 46 +- include/clang/Basic/OperatorKinds.h | 6 +- include/clang/Basic/OperatorPrecedence.h | 4 +- include/clang/Basic/PartialDiagnostic.h | 36 +- include/clang/Basic/PrettyStackTrace.h | 2 +- include/clang/Basic/Sanitizers.h | 12 +- include/clang/Basic/SourceLocation.h | 56 +- include/clang/Basic/SourceManager.h | 352 ++--- include/clang/Basic/SourceManagerInternals.h | 22 +- include/clang/Basic/Specifiers.h | 46 +- include/clang/Basic/SyncScope.h | 20 +- include/clang/Basic/TargetBuiltins.h | 30 +- include/clang/Basic/TargetCXXABI.h | 20 +- include/clang/Basic/TargetInfo.h | 202 +-- include/clang/Basic/TargetOptions.h | 10 +- include/clang/Basic/TemplateKinds.h | 4 +- include/clang/Basic/TokenKinds.h | 24 +- include/clang/Basic/TypeTraits.h | 8 +- include/clang/Basic/Version.h | 18 +- include/clang/Basic/VersionTuple.h | 32 +- include/clang/Basic/VirtualFileSystem.h | 62 +- include/clang/Basic/Visibility.h | 4 +- include/clang/Basic/XRayInstr.h | 2 +- include/clang/CodeGen/CGFunctionInfo.h | 6 +- include/clang/CrossTU/CrossTranslationUnit.h | 14 +- include/clang/Driver/Action.h | 6 +- include/clang/Driver/Driver.h | 12 +- include/clang/Driver/Job.h | 2 +- include/clang/Driver/Multilib.h | 10 +- include/clang/Driver/Tool.h | 8 +- include/clang/Driver/ToolChain.h | 34 +- include/clang/Edit/EditsReceiver.h | 2 +- include/clang/Format/Format.h | 340 ++--- include/clang/Frontend/ASTUnit.h | 138 +- include/clang/Frontend/ChainedDiagnosticConsumer.h | 2 +- include/clang/Frontend/CodeGenOptions.def | 8 +- include/clang/Frontend/CodeGenOptions.h | 14 +- include/clang/Frontend/CommandLineSourceLoc.h | 4 +- include/clang/Frontend/CompilerInstance.h | 42 +- include/clang/Frontend/CompilerInvocation.h | 12 +- include/clang/Frontend/DependencyOutputOptions.h | 4 +- include/clang/Frontend/DiagnosticRenderer.h | 10 +- include/clang/Frontend/FrontendAction.h | 48 +- include/clang/Frontend/FrontendActions.h | 12 +- include/clang/Frontend/FrontendOptions.h | 52 +- include/clang/Frontend/LayoutOverrideSource.h | 18 +- include/clang/Frontend/PrecompiledPreamble.h | 4 +- .../clang/Frontend/SerializedDiagnosticPrinter.h | 2 +- .../clang/Frontend/SerializedDiagnosticReader.h | 30 +- include/clang/Frontend/SerializedDiagnostics.h | 8 +- include/clang/Frontend/TextDiagnostic.h | 6 +- include/clang/Frontend/TextDiagnosticPrinter.h | 2 +- include/clang/Frontend/VerifyDiagnosticConsumer.h | 2 +- include/clang/Index/USRGeneration.h | 16 +- include/clang/Lex/CodeCompletionHandler.h | 14 +- include/clang/Lex/DirectoryLookup.h | 12 +- include/clang/Lex/ExternalPreprocessorSource.h | 10 +- include/clang/Lex/HeaderSearch.h | 166 +-- include/clang/Lex/HeaderSearchOptions.h | 28 +- include/clang/Lex/Lexer.h | 38 +- include/clang/Lex/LiteralSupport.h | 4 +- include/clang/Lex/MacroInfo.h | 118 +- include/clang/Lex/ModuleLoader.h | 20 +- include/clang/Lex/ModuleMap.h | 144 +- include/clang/Lex/MultipleIncludeOpt.h | 14 +- include/clang/Lex/PPCallbacks.h | 90 +- include/clang/Lex/PPConditionalDirectiveRecord.h | 10 +- include/clang/Lex/Pragma.h | 8 +- include/clang/Lex/PreprocessingRecord.h | 154 +-- include/clang/Lex/Preprocessor.h | 354 ++--- include/clang/Lex/PreprocessorLexer.h | 30 +- include/clang/Lex/PreprocessorOptions.h | 40 +- include/clang/Lex/Token.h | 46 +- include/clang/Lex/TokenLexer.h | 12 +- include/clang/Lex/VariadicMacroSupport.h | 4 +- include/clang/Parse/ParseAST.h | 4 +- include/clang/Parse/Parser.h | 208 +-- include/clang/Parse/RAIIObjectsForParser.h | 12 +- include/clang/Rewrite/Core/RewriteBuffer.h | 2 +- include/clang/Rewrite/Core/Rewriter.h | 14 +- include/clang/Rewrite/Frontend/FixItRewriter.h | 32 +- include/clang/Rewrite/Frontend/FrontendActions.h | 2 +- include/clang/Sema/AnalysisBasedWarnings.h | 18 +- include/clang/Sema/AttributeList.h | 20 +- include/clang/Sema/CodeCompleteConsumer.h | 400 +++--- include/clang/Sema/DeclSpec.h | 244 ++-- include/clang/Sema/DelayedDiagnostic.h | 4 +- include/clang/Sema/ExternalSemaSource.h | 38 +- include/clang/Sema/IdentifierResolver.h | 6 +- include/clang/Sema/Initialization.h | 494 +++---- include/clang/Sema/Lookup.h | 96 +- include/clang/Sema/LoopHint.h | 2 +- include/clang/Sema/MultiplexExternalSemaSource.h | 80 +- include/clang/Sema/ObjCMethodList.h | 6 +- include/clang/Sema/Overload.h | 34 +- include/clang/Sema/Ownership.h | 6 +- include/clang/Sema/ParsedTemplate.h | 50 +- include/clang/Sema/Scope.h | 60 +- include/clang/Sema/ScopeInfo.h | 122 +- include/clang/Sema/Sema.h | 1150 ++++++++-------- include/clang/Sema/SemaConsumer.h | 6 +- include/clang/Sema/SemaInternal.h | 34 +- include/clang/Sema/SemaLambda.h | 4 +- include/clang/Sema/Template.h | 92 +- include/clang/Sema/TemplateDeduction.h | 72 +- include/clang/Sema/TemplateInstCallback.h | 10 +- include/clang/Sema/TypoCorrection.h | 38 +- include/clang/Sema/Weak.h | 2 +- include/clang/Serialization/ASTBitCodes.h | 928 ++++++------- .../Serialization/ASTDeserializationListener.h | 18 +- include/clang/Serialization/ASTReader.h | 734 +++++----- include/clang/Serialization/ASTWriter.h | 266 ++-- include/clang/Serialization/ContinuousRangeMap.h | 4 +- include/clang/Serialization/GlobalModuleIndex.h | 60 +- include/clang/Serialization/Module.h | 168 +-- include/clang/Serialization/ModuleManager.h | 92 +- .../clang/StaticAnalyzer/Core/AnalyzerOptions.h | 26 +- .../StaticAnalyzer/Core/BugReporter/BugReporter.h | 28 +- .../Core/BugReporter/BugReporterVisitors.h | 16 +- .../Core/BugReporter/PathDiagnostic.h | 30 +- include/clang/StaticAnalyzer/Core/Checker.h | 4 +- include/clang/StaticAnalyzer/Core/CheckerManager.h | 58 +- include/clang/StaticAnalyzer/Core/IssueHash.h | 4 +- .../StaticAnalyzer/Core/PathSensitive/APSIntType.h | 6 +- .../Core/PathSensitive/BlockCounter.h | 2 +- .../StaticAnalyzer/Core/PathSensitive/CallEvent.h | 110 +- .../Core/PathSensitive/CheckerContext.h | 40 +- .../Core/PathSensitive/ConstraintManager.h | 2 +- .../StaticAnalyzer/Core/PathSensitive/CoreEngine.h | 30 +- .../Core/PathSensitive/DynamicTypeInfo.h | 8 +- .../Core/PathSensitive/DynamicTypeMap.h | 6 +- .../Core/PathSensitive/ExplodedGraph.h | 6 +- .../StaticAnalyzer/Core/PathSensitive/ExprEngine.h | 12 +- .../Core/PathSensitive/LoopWidening.h | 2 +- .../StaticAnalyzer/Core/PathSensitive/MemRegion.h | 30 +- .../Core/PathSensitive/ProgramState.h | 18 +- .../Core/PathSensitive/SValBuilder.h | 6 +- .../StaticAnalyzer/Core/PathSensitive/SVals.h | 20 +- .../StaticAnalyzer/Core/PathSensitive/Store.h | 4 +- .../StaticAnalyzer/Core/PathSensitive/SymExpr.h | 8 +- .../Core/PathSensitive/SymbolManager.h | 34 +- .../StaticAnalyzer/Frontend/FrontendActions.h | 2 +- .../clang/StaticAnalyzer/Frontend/ModelConsumer.h | 4 +- include/clang/Tooling/AllTUsExecution.h | 6 +- include/clang/Tooling/ArgumentsAdjusters.h | 16 +- include/clang/Tooling/CommonOptionsParser.h | 8 +- include/clang/Tooling/CompilationDatabase.h | 32 +- include/clang/Tooling/Core/Diagnostic.h | 20 +- include/clang/Tooling/Core/Replacement.h | 56 +- include/clang/Tooling/DiagnosticsYaml.h | 6 +- include/clang/Tooling/Execution.h | 30 +- include/clang/Tooling/FileMatchTrie.h | 8 +- include/clang/Tooling/FixIt.h | 14 +- include/clang/Tooling/JSONCompilationDatabase.h | 18 +- include/clang/Tooling/Refactoring.h | 12 +- include/clang/Tooling/Refactoring/AtomicChange.h | 34 +- .../Tooling/Refactoring/RecursiveSymbolVisitor.h | 2 +- .../Tooling/Refactoring/Rename/RenamingAction.h | 2 +- .../clang/Tooling/Refactoring/Rename/USRFinder.h | 2 +- .../Tooling/Refactoring/Rename/USRFindingAction.h | 2 +- .../Tooling/Refactoring/Rename/USRLocFinder.h | 2 +- include/clang/Tooling/RefactoringCallbacks.h | 12 +- include/clang/Tooling/ReplacementsYaml.h | 8 +- include/clang/Tooling/StandaloneExecution.h | 10 +- include/clang/Tooling/Tooling.h | 62 +- lib/ARCMigrate/ARCMT.cpp | 2 +- lib/ARCMigrate/ObjCMT.cpp | 4 +- lib/ARCMigrate/TransEmptyStatementsAndDealloc.cpp | 2 +- lib/ARCMigrate/TransGCAttrs.cpp | 2 +- lib/ARCMigrate/TransProperties.cpp | 2 +- lib/ARCMigrate/TransRetainReleaseDealloc.cpp | 4 +- lib/ARCMigrate/TransformActions.cpp | 16 +- lib/ARCMigrate/Transforms.cpp | 4 +- lib/ARCMigrate/Transforms.h | 12 +- lib/AST/ASTContext.cpp | 44 +- lib/AST/ASTDiagnostic.cpp | 2 +- lib/AST/ASTImporter.cpp | 8 +- lib/AST/CXXInheritance.cpp | 8 +- lib/AST/CommentBriefParser.cpp | 4 +- lib/AST/CommentSema.cpp | 2 +- lib/AST/Decl.cpp | 14 +- lib/AST/DeclBase.cpp | 8 +- lib/AST/DeclCXX.cpp | 2 +- lib/AST/DeclObjC.cpp | 4 +- lib/AST/DeclOpenMP.cpp | 2 +- lib/AST/Expr.cpp | 12 +- lib/AST/ExprConstant.cpp | 24 +- lib/AST/ItaniumCXXABI.cpp | 2 +- lib/AST/MicrosoftCXXABI.cpp | 2 +- lib/AST/MicrosoftMangle.cpp | 2 +- lib/AST/NSAPI.cpp | 6 +- lib/AST/NestedNameSpecifier.cpp | 20 +- lib/AST/QualTypeNames.cpp | 12 +- lib/AST/RawCommentList.cpp | 2 +- lib/AST/RecordLayoutBuilder.cpp | 88 +- lib/AST/Stmt.cpp | 10 +- lib/AST/StmtPrinter.cpp | 2 +- lib/AST/StmtProfile.cpp | 18 +- lib/AST/TemplateBase.cpp | 2 +- lib/AST/Type.cpp | 16 +- lib/AST/TypeLoc.cpp | 10 +- lib/AST/TypePrinter.cpp | 6 +- lib/AST/VTableBuilder.cpp | 2 +- lib/ASTMatchers/ASTMatchFinder.cpp | 10 +- lib/ASTMatchers/ASTMatchersInternal.cpp | 2 +- lib/ASTMatchers/Dynamic/Marshallers.h | 50 +- lib/ASTMatchers/Dynamic/Parser.cpp | 26 +- lib/ASTMatchers/Dynamic/Registry.cpp | 4 +- lib/ASTMatchers/Dynamic/VariantValue.cpp | 2 +- lib/Analysis/CFG.cpp | 8 +- lib/Analysis/ThreadSafety.cpp | 46 +- lib/Analysis/ThreadSafetyCommon.cpp | 4 +- lib/Analysis/UninitializedValues.cpp | 2 +- lib/Basic/Diagnostic.cpp | 2 +- lib/Basic/DiagnosticIDs.cpp | 4 +- lib/Basic/FileManager.cpp | 2 +- lib/Basic/IdentifierTable.cpp | 12 +- lib/Basic/Module.cpp | 2 +- lib/Basic/OpenMPKinds.cpp | 2 +- lib/Basic/OperatorPrecedence.cpp | 2 +- lib/Basic/SourceManager.cpp | 34 +- lib/Basic/Targets/AMDGPU.h | 2 +- lib/Basic/Targets/PPC.h | 2 +- lib/Basic/Targets/X86.h | 2 +- lib/Basic/VirtualFileSystem.cpp | 28 +- lib/CodeGen/CGAtomic.cpp | 28 +- lib/CodeGen/CGBuilder.h | 4 +- lib/CodeGen/CGBuiltin.cpp | 6 +- lib/CodeGen/CGCXXABI.h | 6 +- lib/CodeGen/CGCall.h | 6 +- lib/CodeGen/CGClass.cpp | 2 +- lib/CodeGen/CGDebugInfo.h | 4 +- lib/CodeGen/CGDecl.cpp | 2 +- lib/CodeGen/CGExpr.cpp | 10 +- lib/CodeGen/CGExprAgg.cpp | 8 +- lib/CodeGen/CGExprComplex.cpp | 4 +- lib/CodeGen/CGExprScalar.cpp | 2 +- lib/CodeGen/CGLoopInfo.h | 70 +- lib/CodeGen/CGObjC.cpp | 6 +- lib/CodeGen/CGObjCMac.cpp | 2 +- lib/CodeGen/CGOpenCLRuntime.h | 6 +- lib/CodeGen/CGOpenMPRuntime.cpp | 188 +-- lib/CodeGen/CGOpenMPRuntime.h | 230 ++-- lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 40 +- lib/CodeGen/CGOpenMPRuntimeNVPTX.h | 40 +- lib/CodeGen/CGRecordLayout.h | 18 +- lib/CodeGen/CGRecordLayoutBuilder.cpp | 22 +- lib/CodeGen/CGValue.h | 2 +- lib/CodeGen/CodeGenAction.cpp | 10 +- lib/CodeGen/CodeGenFunction.h | 120 +- lib/CodeGen/CodeGenModule.cpp | 2 +- lib/CodeGen/CodeGenModule.h | 46 +- lib/CodeGen/CodeGenPGO.cpp | 8 +- lib/CodeGen/CodeGenTypes.h | 6 +- lib/CodeGen/CoverageMappingGen.cpp | 82 +- lib/CodeGen/CoverageMappingGen.h | 16 +- lib/CodeGen/ItaniumCXXABI.cpp | 4 +- lib/CodeGen/MicrosoftCXXABI.cpp | 32 +- lib/CodeGen/TargetInfo.cpp | 12 +- lib/Driver/Driver.cpp | 12 +- lib/Driver/Job.cpp | 4 +- lib/Driver/ToolChain.cpp | 6 +- lib/Driver/ToolChains/Clang.cpp | 6 +- lib/Driver/ToolChains/Clang.h | 4 +- lib/Driver/ToolChains/CommonArgs.cpp | 2 +- lib/Driver/ToolChains/Cuda.h | 20 +- lib/Driver/ToolChains/Darwin.cpp | 4 +- lib/Driver/ToolChains/Gnu.cpp | 8 +- lib/Driver/ToolChains/Gnu.h | 34 +- lib/Driver/ToolChains/Linux.cpp | 2 +- lib/Driver/ToolChains/MSVC.cpp | 4 +- lib/Driver/ToolChains/MSVC.h | 2 +- lib/Edit/EditedSource.cpp | 6 +- lib/Edit/RewriteObjCFoundationAPI.cpp | 8 +- lib/Format/AffectedRangeManager.cpp | 2 +- lib/Format/AffectedRangeManager.h | 2 +- lib/Format/BreakableToken.cpp | 2 +- lib/Format/BreakableToken.h | 46 +- lib/Format/ContinuationIndenter.cpp | 2 +- lib/Format/ContinuationIndenter.h | 120 +- lib/Format/Encoding.h | 12 +- lib/Format/Format.cpp | 2 +- lib/Format/FormatInternal.h | 4 +- lib/Format/FormatToken.cpp | 2 +- lib/Format/FormatToken.h | 154 +-- lib/Format/FormatTokenLexer.cpp | 2 +- lib/Format/FormatTokenLexer.h | 2 +- lib/Format/NamespaceEndCommentsFixer.cpp | 2 +- lib/Format/NamespaceEndCommentsFixer.h | 2 +- lib/Format/SortJavaScriptImports.cpp | 2 +- lib/Format/SortJavaScriptImports.h | 2 +- lib/Format/TokenAnalyzer.cpp | 2 +- lib/Format/TokenAnalyzer.h | 2 +- lib/Format/TokenAnnotator.cpp | 26 +- lib/Format/TokenAnnotator.h | 8 +- lib/Format/UnwrappedLineFormatter.cpp | 56 +- lib/Format/UnwrappedLineFormatter.h | 8 +- lib/Format/UnwrappedLineParser.cpp | 2 +- lib/Format/UnwrappedLineParser.h | 14 +- lib/Format/UsingDeclarationsSorter.cpp | 2 +- lib/Format/UsingDeclarationsSorter.h | 2 +- lib/Format/WhitespaceManager.cpp | 2 +- lib/Format/WhitespaceManager.h | 36 +- lib/Frontend/ASTUnit.cpp | 32 +- lib/Frontend/CompilerInstance.cpp | 12 +- lib/Frontend/CompilerInvocation.cpp | 2 +- lib/Frontend/DiagnosticRenderer.cpp | 14 +- lib/Frontend/FrontendAction.cpp | 6 +- lib/Frontend/FrontendActions.cpp | 2 +- lib/Frontend/InitPreprocessor.cpp | 4 +- lib/Frontend/LayoutOverrideSource.cpp | 2 +- lib/Frontend/PCHContainerOperations.cpp | 2 +- lib/Frontend/Rewrite/FixItRewriter.cpp | 2 +- lib/Frontend/SerializedDiagnosticPrinter.cpp | 72 +- lib/Frontend/TextDiagnostic.cpp | 34 +- lib/Frontend/TextDiagnosticPrinter.cpp | 2 +- lib/Frontend/VerifyDiagnosticConsumer.cpp | 10 +- lib/Headers/__wmmintrin_aes.h | 12 +- lib/Headers/__wmmintrin_pclmul.h | 2 +- lib/Headers/ammintrin.h | 12 +- lib/Headers/avx512fintrin.h | 12 +- lib/Headers/avxintrin.h | 382 +++--- lib/Headers/bmiintrin.h | 34 +- lib/Headers/clwbintrin.h | 2 +- lib/Headers/clzerointrin.h | 2 +- lib/Headers/emmintrin.h | 450 +++--- lib/Headers/f16cintrin.h | 8 +- lib/Headers/fxsrintrin.h | 8 +- lib/Headers/immintrin.h | 6 +- lib/Headers/lwpintrin.h | 12 +- lib/Headers/lzcntintrin.h | 10 +- lib/Headers/mmintrin.h | 134 +- lib/Headers/pmmintrin.h | 26 +- lib/Headers/popcntintrin.h | 8 +- lib/Headers/prfchwintrin.h | 4 +- lib/Headers/smmintrin.h | 160 +-- lib/Headers/tmmintrin.h | 64 +- lib/Headers/xmmintrin.h | 258 ++-- lib/Index/IndexDecl.cpp | 2 +- lib/Index/SimpleFormatContext.h | 4 +- lib/Lex/HeaderSearch.cpp | 8 +- lib/Lex/Lexer.cpp | 16 +- lib/Lex/LiteralSupport.cpp | 4 +- lib/Lex/MacroInfo.cpp | 2 +- lib/Lex/ModuleMap.cpp | 76 +- lib/Lex/PPDirectives.cpp | 24 +- lib/Lex/PPLexerChange.cpp | 4 +- lib/Lex/PPMacroExpansion.cpp | 6 +- lib/Lex/Pragma.cpp | 8 +- lib/Lex/PreprocessingRecord.cpp | 10 +- lib/Lex/Preprocessor.cpp | 6 +- lib/Lex/PreprocessorLexer.cpp | 2 +- lib/Lex/TokenLexer.cpp | 8 +- lib/Parse/ParseCXXInlineMethods.cpp | 6 +- lib/Parse/ParseDecl.cpp | 26 +- lib/Parse/ParseDeclCXX.cpp | 16 +- lib/Parse/ParseExpr.cpp | 22 +- lib/Parse/ParseExprCXX.cpp | 16 +- lib/Parse/ParseObjc.cpp | 8 +- lib/Parse/ParseOpenMP.cpp | 20 +- lib/Parse/ParsePragma.cpp | 26 +- lib/Parse/ParseStmt.cpp | 4 +- lib/Parse/ParseTemplate.cpp | 28 +- lib/Parse/ParseTentative.cpp | 6 +- lib/Parse/Parser.cpp | 16 +- lib/Rewrite/Rewriter.cpp | 2 +- lib/Sema/AnalysisBasedWarnings.cpp | 4 +- lib/Sema/CodeCompleteConsumer.cpp | 4 +- lib/Sema/CoroutineStmtBuilder.h | 6 +- lib/Sema/IdentifierResolver.cpp | 2 +- lib/Sema/JumpDiagnostics.cpp | 4 +- lib/Sema/MultiplexExternalSemaSource.cpp | 4 +- lib/Sema/Sema.cpp | 22 +- lib/Sema/SemaAccess.cpp | 2 +- lib/Sema/SemaAttr.cpp | 4 +- lib/Sema/SemaCUDA.cpp | 2 +- lib/Sema/SemaCXXScopeSpec.cpp | 18 +- lib/Sema/SemaChecking.cpp | 68 +- lib/Sema/SemaCodeComplete.cpp | 178 +-- lib/Sema/SemaCoroutine.cpp | 2 +- lib/Sema/SemaDecl.cpp | 80 +- lib/Sema/SemaDeclAttr.cpp | 42 +- lib/Sema/SemaDeclCXX.cpp | 78 +- lib/Sema/SemaDeclObjC.cpp | 8 +- lib/Sema/SemaExpr.cpp | 138 +- lib/Sema/SemaExprCXX.cpp | 58 +- lib/Sema/SemaExprMember.cpp | 4 +- lib/Sema/SemaExprObjC.cpp | 18 +- lib/Sema/SemaInit.cpp | 46 +- lib/Sema/SemaLambda.cpp | 10 +- lib/Sema/SemaLookup.cpp | 88 +- lib/Sema/SemaObjCProperty.cpp | 4 +- lib/Sema/SemaOpenMP.cpp | 248 ++-- lib/Sema/SemaOverload.cpp | 78 +- lib/Sema/SemaPseudoObject.cpp | 2 +- lib/Sema/SemaStmt.cpp | 14 +- lib/Sema/SemaStmtAsm.cpp | 2 +- lib/Sema/SemaTemplate.cpp | 106 +- lib/Sema/SemaTemplateDeduction.cpp | 120 +- lib/Sema/SemaTemplateInstantiate.cpp | 58 +- lib/Sema/SemaTemplateInstantiateDecl.cpp | 26 +- lib/Sema/SemaTemplateVariadic.cpp | 46 +- lib/Sema/SemaType.cpp | 44 +- lib/Sema/TreeTransform.h | 472 +++---- lib/Sema/TypeLocBuilder.h | 6 +- lib/Serialization/ASTCommon.h | 8 +- lib/Serialization/ASTReader.cpp | 88 +- lib/Serialization/ASTReaderDecl.cpp | 42 +- lib/Serialization/ASTReaderInternals.h | 16 +- lib/Serialization/ASTReaderStmt.cpp | 8 +- lib/Serialization/ASTWriter.cpp | 66 +- lib/Serialization/ASTWriterDecl.cpp | 2 +- lib/Serialization/ASTWriterStmt.cpp | 6 +- lib/Serialization/GlobalModuleIndex.cpp | 50 +- lib/Serialization/MultiOnDiskHashTable.h | 20 +- .../Checkers/AllocationDiagnostics.h | 2 +- .../Checkers/BasicObjCFoundationChecks.cpp | 2 +- .../Checkers/CheckerDocumentation.cpp | 44 +- .../Checkers/DynamicTypePropagation.cpp | 2 +- .../Checkers/GenericTaintChecker.cpp | 14 +- .../Checkers/IdenticalExprChecker.cpp | 4 +- lib/StaticAnalyzer/Checkers/MallocChecker.cpp | 18 +- .../Checkers/ObjCMissingSuperCallChecker.cpp | 2 +- .../Checkers/ObjCSelfInitChecker.cpp | 12 +- lib/StaticAnalyzer/Checkers/PaddingChecker.cpp | 4 +- lib/StaticAnalyzer/Core/BugReporter.cpp | 6 +- lib/StaticAnalyzer/Core/CallEvent.cpp | 2 +- lib/StaticAnalyzer/Core/CheckerManager.cpp | 28 +- lib/StaticAnalyzer/Core/ExprEngineC.cpp | 2 +- lib/StaticAnalyzer/Core/RangeConstraintManager.cpp | 2 +- lib/StaticAnalyzer/Core/RegionStore.cpp | 6 +- lib/StaticAnalyzer/Core/SVals.cpp | 4 +- lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp | 12 +- lib/StaticAnalyzer/Frontend/ModelConsumer.cpp | 2 +- lib/StaticAnalyzer/Frontend/ModelInjector.h | 4 +- lib/Tooling/CompilationDatabase.cpp | 2 +- lib/Tooling/FileMatchTrie.cpp | 10 +- lib/Tooling/JSONCompilationDatabase.cpp | 2 +- lib/Tooling/Refactoring/AtomicChange.cpp | 6 +- lib/Tooling/Refactoring/Extract/Extract.cpp | 2 +- lib/Tooling/Refactoring/Rename/RenamingAction.cpp | 2 +- lib/Tooling/Refactoring/Rename/USRFinder.cpp | 4 +- .../Refactoring/Rename/USRFindingAction.cpp | 4 +- lib/Tooling/Refactoring/Rename/USRLocFinder.cpp | 6 +- lib/Tooling/Tooling.cpp | 6 +- tools/c-index-test/c-index-test.c | 4 +- tools/clang-check/ClangCheck.cpp | 4 +- tools/clang-format/ClangFormat.cpp | 2 +- tools/clang-format/fuzzer/ClangFormatFuzzer.cpp | 2 +- tools/clang-fuzzer/ClangFuzzer.cpp | 2 +- tools/clang-fuzzer/ExampleClangProtoFuzzer.cpp | 2 +- tools/clang-fuzzer/cxx_proto.proto | 2 +- .../clang-offload-bundler/ClangOffloadBundler.cpp | 2 +- tools/clang-refactor/ClangRefactor.cpp | 2 +- tools/clang-refactor/TestSupport.cpp | 2 +- tools/clang-refactor/TestSupport.h | 2 +- tools/clang-rename/ClangRename.cpp | 6 +- tools/diagtool/DiagnosticNames.h | 6 +- tools/driver/cc1as_main.cpp | 2 +- tools/libclang/CIndex.cpp | 28 +- tools/libclang/CIndexCodeCompletion.cpp | 38 +- tools/libclang/CIndexDiagnostic.h | 42 +- tools/libclang/CIndexHigh.cpp | 4 +- tools/libclang/CIndexer.h | 22 +- tools/libclang/CLog.h | 4 +- tools/libclang/CXCursor.cpp | 10 +- tools/libclang/CXCursor.h | 80 +- tools/libclang/CXIndexDataConsumer.h | 2 +- tools/libclang/CXLoadedDiagnostic.cpp | 2 +- tools/libclang/CXLoadedDiagnostic.h | 22 +- tools/libclang/CXSourceLocation.h | 8 +- tools/libclang/CXString.h | 20 +- tools/libclang/CursorVisitor.h | 24 +- tools/libclang/Index_Internal.h | 8 +- tools/libclang/Indexing.cpp | 2 +- utils/TableGen/ClangAttrEmitter.cpp | 6 +- ...ngCommentHTMLNamedCharacterReferenceEmitter.cpp | 2 +- utils/TableGen/ClangDiagnosticsEmitter.cpp | 14 +- utils/TableGen/ClangSACheckersEmitter.cpp | 2 +- 607 files changed, 14010 insertions(+), 14009 deletions(-)