Date: Tue, 31 Jul 2018 17:06:33 +0000 (UTC) From: Dimitry Andric <dim@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r336979 - in projects/clang700-import/contrib/llvm/tools/clang: . include/clang include/clang-c include/clang/ARCMigrate include/clang/AST include/clang/ASTMatchers include/clang/ASTMat... Message-ID: <201807311706.w6VH6XwA009772@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dim Date: Tue Jul 31 17:06:31 2018 New Revision: 336979 URL: https://svnweb.freebsd.org/changeset/base/336979 Log: Merge clang trunk r338150, and resolve conflicts. Added: projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/ComparisonCategories.h - copied unchanged from r336935, vendor/clang/dist/include/clang/AST/ComparisonCategories.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/NonTrivialTypeVisitor.h - copied unchanged from r336935, vendor/clang/dist/include/clang/AST/NonTrivialTypeVisitor.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/PrettyDeclStackTrace.h - copied unchanged from r336935, vendor/clang/dist/include/clang/AST/PrettyDeclStackTrace.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Analysis/ConstructionContext.h - copied unchanged from r336935, vendor/clang/dist/include/clang/Analysis/ConstructionContext.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/BitmaskEnum.h - copied unchanged from r336935, vendor/clang/dist/include/clang/Basic/BitmaskEnum.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/Features.def - copied unchanged from r336935, vendor/clang/dist/include/clang/Basic/Features.def projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/Stack.h - copied unchanged from r336935, vendor/clang/dist/include/clang/Basic/Stack.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/XRayInstr.h - copied unchanged from r336935, vendor/clang/dist/include/clang/Basic/XRayInstr.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/arm_fp16.td - copied unchanged from r336935, vendor/clang/dist/include/clang/Basic/arm_fp16.td projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/arm_neon_incl.td - copied unchanged from r336935, vendor/clang/dist/include/clang/Basic/arm_neon_incl.td projects/clang700-import/contrib/llvm/tools/clang/include/clang/Sema/ParsedAttr.h - copied unchanged from r336935, vendor/clang/dist/include/clang/Sema/ParsedAttr.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Sema/TemplateInstCallback.h - copied unchanged from r336935, vendor/clang/dist/include/clang/Sema/TemplateInstCallback.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/RangedConstraintManager.h - copied unchanged from r336935, vendor/clang/dist/include/clang/StaticAnalyzer/Core/PathSensitive/RangedConstraintManager.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConstraintManager.h - copied unchanged from r336935, vendor/clang/dist/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConstraintManager.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTContext.h - copied unchanged from r336935, vendor/clang/dist/include/clang/StaticAnalyzer/Core/PathSensitive/SMTContext.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTExpr.h - copied unchanged from r336935, vendor/clang/dist/include/clang/StaticAnalyzer/Core/PathSensitive/SMTExpr.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTSolver.h - copied unchanged from r336935, vendor/clang/dist/include/clang/StaticAnalyzer/Core/PathSensitive/SMTSolver.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTSort.h - copied unchanged from r336935, vendor/clang/dist/include/clang/StaticAnalyzer/Core/PathSensitive/SMTSort.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Tooling/AllTUsExecution.h - copied unchanged from r336935, vendor/clang/dist/include/clang/Tooling/AllTUsExecution.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Tooling/Inclusions/ - copied from r336935, vendor/clang/dist/include/clang/Tooling/Inclusions/ projects/clang700-import/contrib/llvm/tools/clang/lib/AST/ComparisonCategories.cpp - copied unchanged from r336935, vendor/clang/dist/lib/AST/ComparisonCategories.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Analysis/ConstructionContext.cpp - copied unchanged from r336935, vendor/clang/dist/lib/Analysis/ConstructionContext.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Targets/RISCV.cpp - copied unchanged from r336935, vendor/clang/dist/lib/Basic/Targets/RISCV.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Targets/RISCV.h - copied unchanged from r336935, vendor/clang/dist/lib/Basic/Targets/RISCV.h projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/XRayInstr.cpp - copied unchanged from r336935, vendor/clang/dist/lib/Basic/XRayInstr.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CGNonTrivialStruct.cpp - copied unchanged from r336935, vendor/clang/dist/lib/CodeGen/CGNonTrivialStruct.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/Arch/RISCV.cpp - copied unchanged from r336935, vendor/clang/dist/lib/Driver/ToolChains/Arch/RISCV.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/Arch/RISCV.h - copied unchanged from r336935, vendor/clang/dist/lib/Driver/ToolChains/Arch/RISCV.h projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/HIP.cpp - copied unchanged from r336935, vendor/clang/dist/lib/Driver/ToolChains/HIP.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/HIP.h - copied unchanged from r336935, vendor/clang/dist/lib/Driver/ToolChains/HIP.h projects/clang700-import/contrib/llvm/tools/clang/lib/Frontend/FrontendTiming.cpp - copied unchanged from r336935, vendor/clang/dist/lib/Frontend/FrontendTiming.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/__clang_cuda_device_functions.h - copied unchanged from r336935, vendor/clang/dist/lib/Headers/__clang_cuda_device_functions.h projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/__clang_cuda_libdevice_declares.h - copied unchanged from r336935, vendor/clang/dist/lib/Headers/__clang_cuda_libdevice_declares.h projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/cldemoteintrin.h - copied unchanged from r336935, vendor/clang/dist/lib/Headers/cldemoteintrin.h projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/invpcidintrin.h - copied unchanged from r336935, vendor/clang/dist/lib/Headers/invpcidintrin.h projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/movdirintrin.h - copied unchanged from r336935, vendor/clang/dist/lib/Headers/movdirintrin.h projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/pconfigintrin.h - copied unchanged from r336935, vendor/clang/dist/lib/Headers/pconfigintrin.h projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/ptwriteintrin.h - copied unchanged from r336935, vendor/clang/dist/lib/Headers/ptwriteintrin.h projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/sgxintrin.h - copied unchanged from r336935, vendor/clang/dist/lib/Headers/sgxintrin.h projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/waitpkgintrin.h - copied unchanged from r336935, vendor/clang/dist/lib/Headers/waitpkgintrin.h projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/wbnoinvdintrin.h - copied unchanged from r336935, vendor/clang/dist/lib/Headers/wbnoinvdintrin.h projects/clang700-import/contrib/llvm/tools/clang/lib/Sema/ParsedAttr.cpp - copied unchanged from r336935, vendor/clang/dist/lib/Sema/ParsedAttr.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/AllocationState.h - copied unchanged from r336935, vendor/clang/dist/lib/StaticAnalyzer/Checkers/AllocationState.h projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/GCDAntipatternChecker.cpp - copied unchanged from r336935, vendor/clang/dist/lib/StaticAnalyzer/Checkers/GCDAntipatternChecker.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/InnerPointerChecker.cpp - copied unchanged from r336935, vendor/clang/dist/lib/StaticAnalyzer/Checkers/InnerPointerChecker.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MmapWriteExecChecker.cpp - copied unchanged from r336935, vendor/clang/dist/lib/StaticAnalyzer/Checkers/MmapWriteExecChecker.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCAutoreleaseWriteChecker.cpp - copied unchanged from r336935, vendor/clang/dist/lib/StaticAnalyzer/Checkers/ObjCAutoreleaseWriteChecker.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RunLoopAutoreleaseLeakChecker.cpp - copied unchanged from r336935, vendor/clang/dist/lib/StaticAnalyzer/Checkers/RunLoopAutoreleaseLeakChecker.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/TrustNonnullChecker.cpp - copied unchanged from r336935, vendor/clang/dist/lib/StaticAnalyzer/Checkers/TrustNonnullChecker.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UninitializedObjectChecker.cpp - copied unchanged from r336935, vendor/clang/dist/lib/StaticAnalyzer/Checkers/UninitializedObjectChecker.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/SMTConstraintManager.cpp - copied unchanged from r336935, vendor/clang/dist/lib/StaticAnalyzer/Core/SMTConstraintManager.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/WorkList.cpp - copied unchanged from r336935, vendor/clang/dist/lib/StaticAnalyzer/Core/WorkList.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Tooling/AllTUsExecution.cpp - copied unchanged from r336935, vendor/clang/dist/lib/Tooling/AllTUsExecution.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Tooling/Inclusions/ - copied from r336935, vendor/clang/dist/lib/Tooling/Inclusions/ projects/clang700-import/contrib/llvm/tools/clang/lib/Tooling/InterpolatingCompilationDatabase.cpp - copied unchanged from r336935, vendor/clang/dist/lib/Tooling/InterpolatingCompilationDatabase.cpp projects/clang700-import/contrib/llvm/tools/clang/tools/driver/cc1gen_reproducer_main.cpp - copied unchanged from r336935, vendor/clang/dist/tools/driver/cc1gen_reproducer_main.cpp Deleted: projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/VersionTuple.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Sema/AttributeList.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Sema/PrettyDeclStackTrace.h projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/VersionTuple.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Sema/AttributeList.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/RangedConstraintManager.h Modified: projects/clang700-import/contrib/llvm/tools/clang/LICENSE.TXT projects/clang700-import/contrib/llvm/tools/clang/include/clang-c/BuildSystem.h projects/clang700-import/contrib/llvm/tools/clang/include/clang-c/CXCompilationDatabase.h projects/clang700-import/contrib/llvm/tools/clang/include/clang-c/CXErrorCode.h projects/clang700-import/contrib/llvm/tools/clang/include/clang-c/CXString.h projects/clang700-import/contrib/llvm/tools/clang/include/clang-c/Documentation.h projects/clang700-import/contrib/llvm/tools/clang/include/clang-c/Index.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/ARCMigrate/ARCMT.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/ARCMigrate/ARCMTActions.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/APValue.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/ASTConsumer.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/ASTContext.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/ASTDiagnostic.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/ASTFwd.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/ASTImporter.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/ASTLambda.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/ASTMutationListener.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/ASTStructuralEquivalence.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/ASTTypeTraits.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/ASTUnresolvedSet.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/Attr.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/Availability.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/BuiltinTypes.def projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/CXXInheritance.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/CanonicalType.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/Comment.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/CommentBriefParser.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/CommentCommandTraits.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/CommentLexer.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/CommentSema.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/DataCollection.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/Decl.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/DeclBase.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/DeclCXX.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/DeclContextInternals.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/DeclFriend.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/DeclLookups.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/DeclObjC.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/DeclOpenMP.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/DeclTemplate.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/DeclVisitor.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/DeclarationName.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/EvaluatedExprVisitor.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/Expr.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/ExprCXX.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/ExprObjC.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/ExprOpenMP.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/ExternalASTMerger.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/ExternalASTSource.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/LambdaCapture.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/LocInfoType.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/Mangle.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/MangleNumberingContext.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/NSAPI.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/NestedNameSpecifier.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/ODRHash.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/OpenMPClause.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/OperationKinds.def projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/OperationKinds.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/ParentMap.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/PrettyPrinter.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/QualTypeNames.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/RawCommentList.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/RecordLayout.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/RecursiveASTVisitor.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/Redeclarable.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/SelectorLocationsKind.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/Stmt.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/StmtCXX.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/StmtObjC.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/StmtOpenMP.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/StmtVisitor.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/TemplateBase.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/TemplateName.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/Type.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/TypeLoc.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/TypeNodes.def projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/TypeOrdering.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/TypeVisitor.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/UnresolvedSet.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/VTTBuilder.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/VTableBuilder.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/ASTMatchers/ASTMatchFinder.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/ASTMatchers/ASTMatchers.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/ASTMatchers/ASTMatchersInternal.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/ASTMatchers/ASTMatchersMacros.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/Diagnostics.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/Parser.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/Registry.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/VariantValue.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/CFGReachabilityAnalysis.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/Consumed.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/Dominators.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/FormatString.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/LiveVariables.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/PostOrderCFGView.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ThreadSafety.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ThreadSafetyCommon.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ThreadSafetyLogical.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ThreadSafetyTraverse.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ThreadSafetyUtil.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/UninitializedValues.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Analysis/AnalysisDeclContext.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Analysis/CFG.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Analysis/CallGraph.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Analysis/CloneDetection.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Analysis/CodeInjector.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Analysis/ProgramPoint.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/ABI.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/AddressSpaces.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/AlignedAllocation.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/AllDiagnostics.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/Attr.td projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/AttrDocs.td projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/AttrKinds.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/AttrSubjectMatchRules.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/Attributes.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/Builtins.def projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/Builtins.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsAArch64.def projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsAMDGPU.def projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsHexagon.def projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsNEON.def projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsNVPTX.def projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsPPC.def projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsWebAssembly.def projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsX86.def projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/BuiltinsX86_64.def projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/CapturedStmt.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/CharInfo.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/CommentOptions.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/Cuda.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/DebugInfoOptions.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/Diagnostic.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/Diagnostic.td projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticASTKinds.td projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticCommonKinds.td projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticDriverKinds.td projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticError.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticFrontendKinds.td projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticGroups.td projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticIDs.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticLexKinds.td projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticOptions.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticParseKinds.td projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticSemaKinds.td projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/DiagnosticSerializationKinds.td projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/ExceptionSpecificationType.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/ExpressionTraits.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/FileManager.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/FileSystemOptions.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/FileSystemStatCache.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/IdentifierTable.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/LLVM.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/Lambda.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/LangOptions.def projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/LangOptions.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/Linkage.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/MacroBuilder.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/Module.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/ObjCRuntime.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/OpenCLExtensions.def projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/OpenCLOptions.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/OpenMPKinds.def projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/OpenMPKinds.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/OperatorKinds.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/OperatorPrecedence.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/PartialDiagnostic.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/PlistSupport.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/PrettyStackTrace.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/Sanitizers.def projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/Sanitizers.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/SourceLocation.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/SourceManager.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/SourceManagerInternals.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/Specifiers.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/StmtNodes.td projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/SyncScope.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/TargetBuiltins.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/TargetCXXABI.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/TargetInfo.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/TargetOptions.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/TemplateKinds.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/TokenKinds.def projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/TokenKinds.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/TypeTraits.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/Version.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/VirtualFileSystem.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/Visibility.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/X86Target.def projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/XRayLists.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/arm_neon.td projects/clang700-import/contrib/llvm/tools/clang/include/clang/CodeGen/BackendUtil.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/CodeGen/CGFunctionInfo.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/CodeGen/ConstantInitBuilder.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/CodeGen/SwiftCallingConv.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/CrossTU/CrossTranslationUnit.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Driver/Action.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Driver/CC1Options.td projects/clang700-import/contrib/llvm/tools/clang/include/clang/Driver/CLCompatOptions.td projects/clang700-import/contrib/llvm/tools/clang/include/clang/Driver/Compilation.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Driver/Distro.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Driver/Driver.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Driver/Job.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Driver/Multilib.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Driver/Options.td projects/clang700-import/contrib/llvm/tools/clang/include/clang/Driver/SanitizerArgs.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Driver/Tool.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Driver/ToolChain.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Driver/Types.def projects/clang700-import/contrib/llvm/tools/clang/include/clang/Driver/Types.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Driver/XRayArgs.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Edit/Commit.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Edit/EditedSource.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Edit/EditsReceiver.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Edit/FileOffset.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Format/Format.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Frontend/ASTConsumers.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Frontend/ASTUnit.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Frontend/ChainedDiagnosticConsumer.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Frontend/CodeGenOptions.def projects/clang700-import/contrib/llvm/tools/clang/include/clang/Frontend/CodeGenOptions.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Frontend/CommandLineSourceLoc.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Frontend/CompilerInstance.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Frontend/CompilerInvocation.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Frontend/DependencyOutputOptions.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Frontend/DiagnosticRenderer.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Frontend/FrontendAction.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Frontend/FrontendActions.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Frontend/FrontendOptions.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Frontend/FrontendPluginRegistry.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Frontend/LangStandards.def projects/clang700-import/contrib/llvm/tools/clang/include/clang/Frontend/LayoutOverrideSource.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Frontend/MultiplexConsumer.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Frontend/PrecompiledPreamble.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Frontend/SerializedDiagnosticPrinter.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Frontend/SerializedDiagnosticReader.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Frontend/SerializedDiagnostics.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Frontend/TextDiagnostic.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Frontend/TextDiagnosticBuffer.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Frontend/TextDiagnosticPrinter.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Frontend/Utils.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Frontend/VerifyDiagnosticConsumer.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/FrontendTool/Utils.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Index/IndexDataConsumer.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Index/IndexSymbol.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Index/IndexingAction.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Index/USRGeneration.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Lex/CodeCompletionHandler.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Lex/DirectoryLookup.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Lex/ExternalPreprocessorSource.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Lex/HeaderSearch.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Lex/HeaderSearchOptions.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Lex/Lexer.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Lex/LiteralSupport.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Lex/MacroInfo.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Lex/ModuleLoader.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Lex/ModuleMap.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Lex/MultipleIncludeOpt.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Lex/PPCallbacks.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Lex/PPConditionalDirectiveRecord.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Lex/Pragma.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Lex/PreprocessingRecord.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Lex/Preprocessor.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Lex/PreprocessorLexer.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Lex/PreprocessorOptions.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Lex/Token.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Lex/TokenLexer.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Lex/VariadicMacroSupport.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Parse/ParseAST.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Parse/Parser.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Parse/RAIIObjectsForParser.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Rewrite/Core/DeltaTree.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Rewrite/Core/HTMLRewrite.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Rewrite/Core/RewriteBuffer.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Rewrite/Core/RewriteRope.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Rewrite/Core/Rewriter.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Rewrite/Core/TokenRewriter.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Rewrite/Frontend/FixItRewriter.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Rewrite/Frontend/FrontendActions.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Sema/AnalysisBasedWarnings.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Sema/CodeCompleteConsumer.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Sema/CodeCompleteOptions.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Sema/DeclSpec.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Sema/DelayedDiagnostic.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Sema/ExternalSemaSource.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Sema/IdentifierResolver.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Sema/Initialization.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Sema/Lookup.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Sema/LoopHint.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Sema/MultiplexExternalSemaSource.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Sema/ObjCMethodList.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Sema/Overload.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Sema/Ownership.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Sema/ParsedTemplate.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Sema/Scope.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Sema/ScopeInfo.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Sema/Sema.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Sema/SemaConsumer.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Sema/SemaFixItUtils.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Sema/SemaInternal.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Sema/SemaLambda.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Sema/Template.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Sema/TemplateDeduction.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Sema/TypoCorrection.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Sema/Weak.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Serialization/ASTBitCodes.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Serialization/ASTDeserializationListener.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Serialization/ASTReader.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Serialization/ASTWriter.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Serialization/ContinuousRangeMap.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Serialization/GlobalModuleIndex.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Serialization/Module.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Serialization/ModuleManager.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/Checkers.td projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/Checker.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/CheckerRegistry.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/IssueHash.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathDiagnosticConsumers.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/APSIntType.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/BlockCounter.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerHelpers.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeInfo.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeMap.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Environment.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/FunctionSummary.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/LoopWidening.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SimpleConstraintManager.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/StoreRef.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymExpr.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/TaintManager.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/TaintTag.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/WorkList.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Frontend/AnalysisConsumer.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Frontend/CheckerRegistration.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Frontend/FrontendActions.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Frontend/ModelConsumer.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Tooling/ArgumentsAdjusters.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Tooling/CommonOptionsParser.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Tooling/CompilationDatabase.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Tooling/CompilationDatabasePluginRegistry.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Tooling/Core/Diagnostic.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Tooling/Core/Replacement.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Tooling/DiagnosticsYaml.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Tooling/Execution.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Tooling/FileMatchTrie.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Tooling/FixIt.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Tooling/JSONCompilationDatabase.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/AtomicChange.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/RecursiveSymbolVisitor.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/RefactoringActionRule.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/RefactoringResultConsumer.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/Rename/RenamingAction.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/Rename/SymbolName.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/Rename/USRFinder.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/Rename/USRFindingAction.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/Rename/USRLocFinder.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Tooling/RefactoringCallbacks.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Tooling/ReplacementsYaml.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/Tooling/StandaloneExecution.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Tooling/ToolExecutorPluginRegistry.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Tooling/Tooling.h projects/clang700-import/contrib/llvm/tools/clang/include/clang/module.modulemap projects/clang700-import/contrib/llvm/tools/clang/lib/ARCMigrate/ARCMT.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/ARCMigrate/ObjCMT.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/ARCMigrate/PlistReporter.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/ARCMigrate/TransEmptyStatementsAndDealloc.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/ARCMigrate/TransGCAttrs.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/ARCMigrate/TransProperties.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/ARCMigrate/TransRetainReleaseDealloc.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/ARCMigrate/TransUnbridgedCasts.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/ARCMigrate/TransformActions.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/ARCMigrate/Transforms.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/ARCMigrate/Transforms.h projects/clang700-import/contrib/llvm/tools/clang/lib/AST/APValue.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/AST/ASTContext.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/AST/ASTDiagnostic.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/AST/ASTDumper.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/AST/ASTImporter.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/AST/ASTStructuralEquivalence.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/AST/CXXInheritance.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/AST/CommentBriefParser.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/AST/CommentLexer.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/AST/CommentSema.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/AST/Decl.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/AST/DeclBase.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/AST/DeclCXX.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/AST/DeclFriend.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/AST/DeclObjC.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/AST/DeclOpenMP.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/AST/DeclPrinter.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/AST/DeclTemplate.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/AST/Expr.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/AST/ExprCXX.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/AST/ExprClassification.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/AST/ExprConstant.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/AST/ExternalASTMerger.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/AST/ItaniumCXXABI.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/AST/ItaniumMangle.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/AST/MicrosoftCXXABI.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/AST/MicrosoftMangle.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/AST/NSAPI.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/AST/NestedNameSpecifier.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/AST/ODRHash.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/AST/OpenMPClause.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/AST/ParentMap.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/AST/QualTypeNames.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/AST/RawCommentList.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/AST/RecordLayoutBuilder.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/AST/Stmt.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/AST/StmtCXX.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/AST/StmtPrinter.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/AST/StmtProfile.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/AST/TemplateBase.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/AST/TemplateName.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/AST/Type.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/AST/TypeLoc.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/AST/TypePrinter.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/AST/VTableBuilder.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/ASTMatchers/ASTMatchFinder.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/ASTMatchers/ASTMatchersInternal.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/Marshallers.h projects/clang700-import/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/Parser.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/VariantValue.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Analysis/AnalysisDeclContext.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Analysis/BodyFarm.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Analysis/CFG.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Analysis/CFGReachabilityAnalysis.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Analysis/CloneDetection.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Analysis/Consumed.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Analysis/Dominators.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Analysis/LiveVariables.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Analysis/PostOrderCFGView.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Analysis/PrintfFormatString.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Analysis/ReachableCode.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Analysis/ThreadSafety.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Analysis/ThreadSafetyCommon.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Analysis/ThreadSafetyTIL.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Analysis/UninitializedValues.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Builtins.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Cuda.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Diagnostic.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/DiagnosticIDs.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/DiagnosticOptions.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/FileManager.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/FileSystemStatCache.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/IdentifierTable.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/LangOptions.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Module.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/ObjCRuntime.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/OpenMPKinds.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/OperatorPrecedence.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Sanitizers.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/SourceLocation.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/SourceManager.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/TargetInfo.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Targets.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Targets.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Targets/AArch64.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Targets/AArch64.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Targets/AMDGPU.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Targets/AMDGPU.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Targets/ARM.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Targets/ARM.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Targets/AVR.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Targets/AVR.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Targets/BPF.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Targets/BPF.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Targets/Hexagon.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Targets/Hexagon.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Targets/Lanai.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Targets/Lanai.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Targets/Mips.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Targets/Mips.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Targets/NVPTX.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Targets/NVPTX.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Targets/Nios2.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Targets/OSTargets.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Targets/PPC.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Targets/PPC.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Targets/SPIR.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Targets/Sparc.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Targets/Sparc.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Targets/SystemZ.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Targets/SystemZ.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Targets/WebAssembly.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Targets/WebAssembly.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Targets/X86.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Targets/X86.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Version.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/VirtualFileSystem.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/XRayLists.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/ABIInfo.h projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/BackendUtil.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CGAtomic.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CGBlocks.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CGBlocks.h projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CGBuilder.h projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CGBuiltin.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CGCUDANV.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CGCXX.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CGCXXABI.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CGCXXABI.h projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CGCall.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CGCall.h projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CGClass.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CGCleanup.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CGCleanup.h projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CGCoroutine.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CGDebugInfo.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CGDebugInfo.h projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CGDecl.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CGDeclCXX.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CGException.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CGExpr.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CGExprAgg.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CGExprCXX.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CGExprComplex.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CGExprConstant.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CGExprScalar.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CGGPUBuiltin.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CGLoopInfo.h projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CGObjC.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CGObjCGNU.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CGObjCMac.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CGOpenCLRuntime.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CGOpenCLRuntime.h projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CGOpenMPRuntime.h projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CGRecordLayout.h projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CGStmt.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CGStmtOpenMP.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CGVTT.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CGVTables.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CGVTables.h projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CGValue.h projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CodeGenAction.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CodeGenFunction.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CodeGenFunction.h projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CodeGenModule.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CodeGenModule.h projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CodeGenPGO.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CodeGenTBAA.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CodeGenTBAA.h projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CodeGenTypeCache.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CodeGenTypes.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CodeGenTypes.h projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/ConstantEmitter.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CoverageMappingGen.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/CoverageMappingGen.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/ItaniumCXXABI.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/MacroPPCallbacks.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/MacroPPCallbacks.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/SanitizerMetadata.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/SwiftCallingConv.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/TargetInfo.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/TargetInfo.h projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/VarBypassDetector.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/Action.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/Compilation.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/Distro.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/Driver.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/Job.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/Multilib.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/SanitizerArgs.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChain.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/AMDGPU.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/Ananas.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/Arch/AArch64.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/Arch/ARM.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/Arch/Mips.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/Arch/Mips.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/Arch/PPC.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/Arch/PPC.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/Arch/Sparc.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/Arch/X86.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/BareMetal.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/BareMetal.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/Clang.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/Clang.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/CloudABI.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/CloudABI.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/CommonArgs.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/CommonArgs.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/Contiki.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/Cuda.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/Cuda.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/Darwin.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/Darwin.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/FreeBSD.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/Fuchsia.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/Fuchsia.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/Gnu.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/Gnu.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/Haiku.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/Haiku.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/Hexagon.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/Hexagon.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/Lanai.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/Linux.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/Linux.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/MSVC.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/MSVC.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/MinGW.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/MinGW.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/MipsLinux.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/MipsLinux.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/Myriad.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/Myriad.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/NaCl.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/NaCl.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/NetBSD.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/NetBSD.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/OpenBSD.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/OpenBSD.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/PS4CPU.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/PS4CPU.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/Solaris.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/Solaris.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/WebAssembly.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/WebAssembly.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/Types.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/XRayArgs.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Edit/Commit.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Edit/EditedSource.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Edit/RewriteObjCFoundationAPI.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Format/AffectedRangeManager.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Format/AffectedRangeManager.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Format/BreakableToken.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Format/BreakableToken.h projects/clang700-import/contrib/llvm/tools/clang/lib/Format/ContinuationIndenter.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Format/ContinuationIndenter.h projects/clang700-import/contrib/llvm/tools/clang/lib/Format/Encoding.h projects/clang700-import/contrib/llvm/tools/clang/lib/Format/Format.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Format/FormatInternal.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Format/FormatToken.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Format/FormatToken.h projects/clang700-import/contrib/llvm/tools/clang/lib/Format/FormatTokenLexer.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Format/FormatTokenLexer.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Format/NamespaceEndCommentsFixer.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Format/NamespaceEndCommentsFixer.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Format/SortJavaScriptImports.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Format/SortJavaScriptImports.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Format/TokenAnalyzer.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Format/TokenAnalyzer.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Format/TokenAnnotator.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Format/TokenAnnotator.h projects/clang700-import/contrib/llvm/tools/clang/lib/Format/UnwrappedLineFormatter.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Format/UnwrappedLineFormatter.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Format/UnwrappedLineParser.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Format/UnwrappedLineParser.h projects/clang700-import/contrib/llvm/tools/clang/lib/Format/UsingDeclarationsSorter.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Format/UsingDeclarationsSorter.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Format/WhitespaceManager.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Format/WhitespaceManager.h projects/clang700-import/contrib/llvm/tools/clang/lib/Frontend/ASTConsumers.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Frontend/ASTMerge.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Frontend/ASTUnit.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Frontend/CacheTokens.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Frontend/CodeGenOptions.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Frontend/CompilerInstance.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Frontend/CompilerInvocation.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Frontend/DependencyFile.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Frontend/DependencyGraph.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Frontend/DiagnosticRenderer.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Frontend/FrontendAction.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Frontend/FrontendActions.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Frontend/FrontendOptions.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Frontend/HeaderIncludeGen.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Frontend/InitHeaderSearch.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Frontend/InitPreprocessor.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Frontend/LayoutOverrideSource.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Frontend/ModuleDependencyCollector.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Frontend/MultiplexConsumer.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Frontend/PCHContainerOperations.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Frontend/PrecompiledPreamble.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Frontend/PrintPreprocessedOutput.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Frontend/Rewrite/FixItRewriter.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Frontend/Rewrite/HTMLPrint.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Frontend/Rewrite/InclusionRewriter.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Frontend/SerializedDiagnosticPrinter.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Frontend/SerializedDiagnosticReader.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Frontend/TextDiagnostic.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Frontend/TextDiagnosticBuffer.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Frontend/TextDiagnosticPrinter.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Frontend/VerifyDiagnosticConsumer.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/__clang_cuda_builtin_vars.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/__clang_cuda_intrinsics.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/__clang_cuda_runtime_wrapper.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/__wmmintrin_aes.h projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/__wmmintrin_pclmul.h projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/ammintrin.h projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/avx2intrin.h projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/avx512bitalgintrin.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/avx512bwintrin.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/avx512cdintrin.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/avx512dqintrin.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/avx512erintrin.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/avx512fintrin.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/avx512ifmaintrin.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/avx512ifmavlintrin.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/avx512pfintrin.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/avx512vbmi2intrin.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/avx512vbmiintrin.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/avx512vbmivlintrin.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/avx512vlbitalgintrin.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/avx512vlbwintrin.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/avx512vlcdintrin.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/avx512vldqintrin.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/avx512vlintrin.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/avx512vlvbmi2intrin.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/avx512vlvnniintrin.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/avx512vnniintrin.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/avx512vpopcntdqintrin.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/avx512vpopcntdqvlintrin.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/avxintrin.h projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/bmiintrin.h projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/cetintrin.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/clflushoptintrin.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/clwbintrin.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/clzerointrin.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/cpuid.h projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/cuda_wrappers/algorithm projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/emmintrin.h projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/f16cintrin.h projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/fma4intrin.h projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/fmaintrin.h projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/fxsrintrin.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/gfniintrin.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/htmxlintrin.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/ia32intrin.h projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/immintrin.h projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/intrin.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/lwpintrin.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/lzcntintrin.h projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/mm3dnow.h projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/mmintrin.h projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/module.modulemap projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/mwaitxintrin.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/nmmintrin.h projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/opencl-c.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/pkuintrin.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/pmmintrin.h projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/popcntintrin.h projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/prfchwintrin.h projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/rdseedintrin.h projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/shaintrin.h projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/smmintrin.h projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/stdint.h projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/tmmintrin.h projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/vaesintrin.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/vpclmulqdqintrin.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/wmmintrin.h projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/x86intrin.h projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/xmmintrin.h projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/xopintrin.h projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/xsavecintrin.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/xsaveintrin.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/xsaveoptintrin.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/xsavesintrin.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/xtestintrin.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Index/IndexDecl.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Index/IndexSymbol.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Index/IndexTypeSourceInfo.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Index/IndexingAction.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Index/IndexingContext.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Index/IndexingContext.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Index/SimpleFormatContext.h projects/clang700-import/contrib/llvm/tools/clang/lib/Index/USRGeneration.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Lex/HeaderSearch.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Lex/Lexer.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Lex/LiteralSupport.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Lex/MacroArgs.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Lex/MacroInfo.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Lex/ModuleMap.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Lex/PPDirectives.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Lex/PPExpressions.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Lex/PPLexerChange.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Lex/PPMacroExpansion.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Lex/PTHLexer.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Lex/Pragma.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Lex/PreprocessingRecord.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Lex/Preprocessor.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Lex/PreprocessorLexer.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Lex/ScratchBuffer.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Lex/TokenLexer.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Parse/ParseAST.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Parse/ParseCXXInlineMethods.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Parse/ParseDecl.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Parse/ParseDeclCXX.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Parse/ParseExpr.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Parse/ParseExprCXX.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Parse/ParseObjc.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Parse/ParseOpenMP.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Parse/ParsePragma.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Parse/ParseStmt.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Parse/ParseStmtAsm.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Parse/ParseTemplate.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Parse/ParseTentative.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Parse/Parser.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Rewrite/DeltaTree.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Rewrite/HTMLRewrite.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Rewrite/RewriteRope.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Rewrite/Rewriter.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Rewrite/TokenRewriter.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Sema/AnalysisBasedWarnings.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Sema/CodeCompleteConsumer.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Sema/CoroutineStmtBuilder.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Sema/DeclSpec.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Sema/DelayedDiagnostic.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Sema/IdentifierResolver.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Sema/JumpDiagnostics.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Sema/MultiplexExternalSemaSource.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Sema/ScopeInfo.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Sema/Sema.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Sema/SemaAccess.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Sema/SemaAttr.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Sema/SemaCUDA.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Sema/SemaCXXScopeSpec.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Sema/SemaCast.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Sema/SemaChecking.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Sema/SemaCodeComplete.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Sema/SemaCoroutine.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Sema/SemaDecl.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Sema/SemaDeclAttr.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Sema/SemaDeclCXX.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Sema/SemaDeclObjC.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Sema/SemaExceptionSpec.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Sema/SemaExpr.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Sema/SemaExprCXX.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Sema/SemaExprMember.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Sema/SemaExprObjC.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Sema/SemaInit.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Sema/SemaLambda.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Sema/SemaLookup.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Sema/SemaObjCProperty.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Sema/SemaOpenMP.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Sema/SemaOverload.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Sema/SemaPseudoObject.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Sema/SemaStmt.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Sema/SemaStmtAsm.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Sema/SemaStmtAttr.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Sema/SemaTemplate.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Sema/SemaTemplateDeduction.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Sema/SemaTemplateInstantiate.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Sema/SemaTemplateVariadic.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Sema/SemaType.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Sema/TreeTransform.h projects/clang700-import/contrib/llvm/tools/clang/lib/Sema/TypeLocBuilder.h projects/clang700-import/contrib/llvm/tools/clang/lib/Serialization/ASTCommon.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Serialization/ASTCommon.h projects/clang700-import/contrib/llvm/tools/clang/lib/Serialization/ASTReader.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Serialization/ASTReaderDecl.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Serialization/ASTReaderInternals.h projects/clang700-import/contrib/llvm/tools/clang/lib/Serialization/ASTReaderStmt.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Serialization/ASTWriter.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Serialization/ASTWriterDecl.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Serialization/ASTWriterStmt.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Serialization/GlobalModuleIndex.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Serialization/Module.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Serialization/MultiOnDiskHashTable.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/AllocationDiagnostics.h projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/AnalysisOrderChecker.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/AnalyzerStatsChecker.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/BuiltinFunctionChecker.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CStringSyntaxChecker.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CXXSelfAssignmentChecker.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CastSizeChecker.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CastToStructChecker.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CheckSecuritySyntaxOnly.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ChrootChecker.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DeleteWithNonVirtualDtorChecker.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DivZeroChecker.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypeChecker.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ExprInspectionChecker.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/FixedAddressChecker.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/GTestChecker.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/IteratorChecker.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/LocalizationChecker.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MisusedMovedObjectChecker.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/NSErrorChecker.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/NonNullParamChecker.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/NonnullGlobalConstantsChecker.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/NumberObjectConversionChecker.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCAtSyncChecker.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCContainersChecker.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCMissingSuperCallChecker.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCSuperDeallocChecker.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/PaddingChecker.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/PointerArithChecker.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/PointerSubChecker.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/PthreadLockChecker.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ReturnPointerRangeChecker.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/StackAddrEscapeChecker.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/StreamChecker.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/TestAfterDivZeroChecker.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/TraversalChecker.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UndefBranchChecker.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UndefCapturedBlockVarChecker.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UndefResultChecker.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UndefinedAssignmentChecker.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ValistChecker.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/AnalysisManager.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/AnalyzerOptions.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/BasicValueFactory.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/CallEvent.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/CheckerContext.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/CheckerHelpers.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/CheckerManager.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/CheckerRegistry.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ConstraintManager.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/CoreEngine.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/DynamicTypeMap.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/Environment.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ExprEngineObjC.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/FunctionSummary.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/LoopUnrolling.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/LoopWidening.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/MemRegion.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/PathDiagnostic.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ProgramState.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/RangedConstraintManager.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/RegionStore.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/SValBuilder.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/SVals.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/Store.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/SymbolManager.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/Z3ConstraintManager.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/ModelConsumer.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/ModelInjector.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/ModelInjector.h (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Tooling/ASTDiff/ASTDiff.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Tooling/ArgumentsAdjusters.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Tooling/CompilationDatabase.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Tooling/Core/Replacement.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Tooling/Execution.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Tooling/FileMatchTrie.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Tooling/JSONCompilationDatabase.cpp projects/clang700-import/contrib/llvm/tools/clang/lib/Tooling/Refactoring/AtomicChange.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Tooling/Refactoring/Extract/Extract.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Tooling/Refactoring/Rename/RenamingAction.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Tooling/Refactoring/Rename/USRFinder.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Tooling/Refactoring/Rename/USRFindingAction.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Tooling/Refactoring/Rename/USRLocFinder.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Tooling/StandaloneExecution.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Tooling/Tooling.cpp projects/clang700-import/contrib/llvm/tools/clang/tools/clang-format/ClangFormat.cpp projects/clang700-import/contrib/llvm/tools/clang/tools/driver/cc1_main.cpp projects/clang700-import/contrib/llvm/tools/clang/tools/driver/cc1as_main.cpp projects/clang700-import/contrib/llvm/tools/clang/tools/driver/driver.cpp projects/clang700-import/contrib/llvm/tools/clang/utils/TableGen/ClangAttrEmitter.cpp projects/clang700-import/contrib/llvm/tools/clang/utils/TableGen/ClangCommentHTMLNamedCharacterReferenceEmitter.cpp projects/clang700-import/contrib/llvm/tools/clang/utils/TableGen/ClangDiagnosticsEmitter.cpp projects/clang700-import/contrib/llvm/tools/clang/utils/TableGen/ClangOptionDocEmitter.cpp (contents, props changed) projects/clang700-import/contrib/llvm/tools/clang/utils/TableGen/ClangSACheckersEmitter.cpp projects/clang700-import/contrib/llvm/tools/clang/utils/TableGen/NeonEmitter.cpp projects/clang700-import/contrib/llvm/tools/clang/utils/TableGen/TableGen.cpp projects/clang700-import/contrib/llvm/tools/clang/utils/TableGen/TableGenBackends.h Directory Properties: projects/clang700-import/contrib/llvm/tools/clang/ (props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/AST/LexicallyOrderedRecursiveASTVisitor.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/OSLog.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Analysis/BodyFarm.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/MemoryBufferCache.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/PragmaKinds.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/SanitizerBlacklist.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Basic/SanitizerSpecialCaseList.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/CodeGen/ConstantInitFuture.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/CodeGen/ObjectFilePCHContainerOperations.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/CrossTU/CrossTUDiagnostic.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Frontend/PCHContainerOperations.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Index/CodegenNameGenerator.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Lex/HeaderMapTypes.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Sema/CleanupInfo.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Serialization/ModuleFileExtension.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/MPIFunctionClassifier.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/SValExplainer.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/LoopUnrolling.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SValVisitor.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Tooling/ASTDiff/ASTDiff.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Tooling/ASTDiff/ASTDiffInternal.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Tooling/Core/Lookup.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/ASTSelection.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/Extract/Extract.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/RefactoringAction.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/RefactoringActionRuleRequirements.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/RefactoringActionRules.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/RefactoringActionRulesInternal.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/RefactoringDiagnostic.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/RefactoringOption.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/RefactoringOptionVisitor.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/RefactoringOptions.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/RefactoringRuleContext.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/Rename/SymbolOccurrences.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/AST/DataCollection.cpp (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/AST/ExprObjC.cpp (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/AST/Linkage.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/AST/StmtObjC.cpp (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/AST/StmtOpenMP.cpp (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Analysis/CodeInjector.cpp (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Analysis/OSLog.cpp (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/MemoryBufferCache.cpp (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/SanitizerBlacklist.cpp (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/SanitizerSpecialCaseList.cpp (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Targets/Le64.cpp (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Targets/Le64.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Targets/MSP430.cpp (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Targets/MSP430.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Targets/Nios2.cpp (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Targets/OSTargets.cpp (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Targets/PNaCl.cpp (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Targets/PNaCl.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Targets/SPIR.cpp (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Targets/TCE.cpp (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Targets/TCE.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Targets/XCore.cpp (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Basic/Targets/XCore.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/Address.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/ConstantInitBuilder.cpp (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/SanitizerMetadata.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/CodeGen/VarBypassDetector.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/CrossTU/CrossTranslationUnit.cpp (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/AMDGPU.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/AVR.cpp (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/AVR.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/Ananas.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/Arch/AArch64.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/Arch/ARM.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/Arch/Sparc.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/Arch/SystemZ.cpp (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/Arch/SystemZ.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/Arch/X86.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/Contiki.cpp (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/CrossWindows.cpp (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/CrossWindows.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/DragonFly.cpp (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/DragonFly.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/FreeBSD.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/MSVCSetupApi.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/Minix.cpp (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/Minix.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/TCE.cpp (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/TCE.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/XCore.cpp (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Driver/ToolChains/XCore.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Frontend/TestModuleFileExtension.cpp (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Frontend/TestModuleFileExtension.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/__clang_cuda_cmath.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/__clang_cuda_complex_builtins.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/__clang_cuda_math_forward_declares.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/__stddef_max_align_t.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/adxintrin.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/arm64intr.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/armintr.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/htmintrin.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/inttypes.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/msa.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/s390intrin.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/stdatomic.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/vadefs.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Headers/vecintrin.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Index/CodegenNameGenerator.cpp (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Index/IndexBody.cpp (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Serialization/ModuleFileExtension.cpp (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/BlockInCriticalSectionChecker.cpp (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/CloneChecker.cpp (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ConversionChecker.cpp (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.cpp (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIChecker.cpp (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIChecker.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPIFunctionClassifier.cpp (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/MPITypes.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ObjCPropertyChecker.cpp (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/VforkChecker.cpp (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/IssueHash.cpp (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Tooling/Core/Diagnostic.cpp (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Tooling/Core/Lookup.cpp (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Tooling/FixIt.cpp (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Tooling/Refactoring/ASTSelection.cpp (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Tooling/Refactoring/ASTSelectionRequirements.cpp (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Tooling/Refactoring/Extract/SourceExtraction.cpp (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Tooling/Refactoring/Extract/SourceExtraction.h (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Tooling/Refactoring/RefactoringActions.cpp (props changed) projects/clang700-import/contrib/llvm/tools/clang/lib/Tooling/Refactoring/Rename/SymbolOccurrences.cpp (props changed) projects/clang700-import/contrib/llvm/tools/clang/utils/TableGen/ClangDataCollectorsEmitter.cpp (props changed) Modified: projects/clang700-import/contrib/llvm/tools/clang/LICENSE.TXT ============================================================================== --- projects/clang700-import/contrib/llvm/tools/clang/LICENSE.TXT Tue Jul 31 16:42:03 2018 (r336978) +++ projects/clang700-import/contrib/llvm/tools/clang/LICENSE.TXT Tue Jul 31 17:06:31 2018 (r336979) @@ -4,7 +4,7 @@ LLVM Release License University of Illinois/NCSA Open Source License -Copyright (c) 2007-2016 University of Illinois at Urbana-Champaign. +Copyright (c) 2007-2018 University of Illinois at Urbana-Champaign. All rights reserved. Developed by: Modified: projects/clang700-import/contrib/llvm/tools/clang/include/clang-c/BuildSystem.h ============================================================================== --- projects/clang700-import/contrib/llvm/tools/clang/include/clang-c/BuildSystem.h Tue Jul 31 16:42:03 2018 (r336978) +++ projects/clang700-import/contrib/llvm/tools/clang/include/clang-c/BuildSystem.h Tue Jul 31 17:06:31 2018 (r336979) @@ -28,19 +28,19 @@ extern "C" { */ /** - * \brief Return the timestamp for use with Clang's + * Return the timestamp for use with Clang's * \c -fbuild-session-timestamp= option. */ CINDEX_LINKAGE unsigned long long clang_getBuildSessionTimestamp(void); /** - * \brief Object encapsulating information about overlaying virtual + * Object encapsulating information about overlaying virtual * file/directories over the real file system. */ typedef struct CXVirtualFileOverlayImpl *CXVirtualFileOverlay; /** - * \brief Create a \c CXVirtualFileOverlay object. + * Create a \c CXVirtualFileOverlay object. * Must be disposed with \c clang_VirtualFileOverlay_dispose(). * * \param options is reserved, always pass 0. @@ -49,7 +49,7 @@ CINDEX_LINKAGE CXVirtualFileOverlay clang_VirtualFileOverlay_create(unsigned options); /** - * \brief Map an absolute virtual file path to an absolute real one. + * Map an absolute virtual file path to an absolute real one. * The virtual path must be canonicalized (not contain "."/".."). * \returns 0 for success, non-zero to indicate an error. */ @@ -59,17 +59,17 @@ clang_VirtualFileOverlay_addFileMapping(CXVirtualFileO const char *realPath); /** - * \brief Set the case sensitivity for the \c CXVirtualFileOverlay object. + * Set the case sensitivity for the \c CXVirtualFileOverlay object. * The \c CXVirtualFileOverlay object is case-sensitive by default, this * option can be used to override the default. * \returns 0 for success, non-zero to indicate an error. */ CINDEX_LINKAGE enum CXErrorCode clang_VirtualFileOverlay_setCaseSensitivity(CXVirtualFileOverlay, - int caseSensitive); + int caseSensitive); /** - * \brief Write out the \c CXVirtualFileOverlay object to a char buffer. + * Write out the \c CXVirtualFileOverlay object to a char buffer. * * \param options is reserved, always pass 0. * \param out_buffer_ptr pointer to receive the buffer pointer, which should be @@ -83,7 +83,7 @@ clang_VirtualFileOverlay_writeToBuffer(CXVirtualFileOv unsigned *out_buffer_size); /** - * \brief free memory allocated by libclang, such as the buffer returned by + * free memory allocated by libclang, such as the buffer returned by * \c CXVirtualFileOverlay() or \c clang_ModuleMapDescriptor_writeToBuffer(). * * \param buffer memory pointer to free. @@ -91,17 +91,17 @@ clang_VirtualFileOverlay_writeToBuffer(CXVirtualFileOv CINDEX_LINKAGE void clang_free(void *buffer); /** - * \brief Dispose a \c CXVirtualFileOverlay object. + * Dispose a \c CXVirtualFileOverlay object. */ CINDEX_LINKAGE void clang_VirtualFileOverlay_dispose(CXVirtualFileOverlay); /** - * \brief Object encapsulating information about a module.map file. + * Object encapsulating information about a module.map file. */ typedef struct CXModuleMapDescriptorImpl *CXModuleMapDescriptor; /** - * \brief Create a \c CXModuleMapDescriptor object. + * Create a \c CXModuleMapDescriptor object. * Must be disposed with \c clang_ModuleMapDescriptor_dispose(). * * \param options is reserved, always pass 0. @@ -110,7 +110,7 @@ CINDEX_LINKAGE CXModuleMapDescriptor clang_ModuleMapDescriptor_create(unsigned options); /** - * \brief Sets the framework module name that the module.map describes. + * Sets the framework module name that the module.map describes. * \returns 0 for success, non-zero to indicate an error. */ CINDEX_LINKAGE enum CXErrorCode @@ -118,7 +118,7 @@ clang_ModuleMapDescriptor_setFrameworkModuleName(CXMod const char *name); /** - * \brief Sets the umbrealla header name that the module.map describes. + * Sets the umbrealla header name that the module.map describes. * \returns 0 for success, non-zero to indicate an error. */ CINDEX_LINKAGE enum CXErrorCode @@ -126,7 +126,7 @@ clang_ModuleMapDescriptor_setUmbrellaHeader(CXModuleMa const char *name); /** - * \brief Write out the \c CXModuleMapDescriptor object to a char buffer. + * Write out the \c CXModuleMapDescriptor object to a char buffer. * * \param options is reserved, always pass 0. * \param out_buffer_ptr pointer to receive the buffer pointer, which should be @@ -140,7 +140,7 @@ clang_ModuleMapDescriptor_writeToBuffer(CXModuleMapDes unsigned *out_buffer_size); /** - * \brief Dispose a \c CXModuleMapDescriptor object. + * Dispose a \c CXModuleMapDescriptor object. */ CINDEX_LINKAGE void clang_ModuleMapDescriptor_dispose(CXModuleMapDescriptor); Modified: projects/clang700-import/contrib/llvm/tools/clang/include/clang-c/CXCompilationDatabase.h ============================================================================== --- projects/clang700-import/contrib/llvm/tools/clang/include/clang-c/CXCompilationDatabase.h Tue Jul 31 16:42:03 2018 (r336978) +++ projects/clang700-import/contrib/llvm/tools/clang/include/clang-c/CXCompilationDatabase.h Tue Jul 31 17:06:31 2018 (r336979) @@ -38,7 +38,7 @@ extern "C" { typedef void * CXCompilationDatabase; /** - * \brief Contains the results of a search in the compilation database + * Contains the results of a search in the compilation database * * When searching for the compile command for a file, the compilation db can * return several commands, as the file may have been compiled with @@ -49,28 +49,28 @@ typedef void * CXCompilationDatabase; typedef void * CXCompileCommands; /** - * \brief Represents the command line invocation to compile a specific file. + * Represents the command line invocation to compile a specific file. */ typedef void * CXCompileCommand; /** - * \brief Error codes for Compilation Database + * Error codes for Compilation Database */ typedef enum { /* - * \brief No error occurred + * No error occurred */ CXCompilationDatabase_NoError = 0, /* - * \brief Database can not be loaded + * Database can not be loaded */ CXCompilationDatabase_CanNotLoadDatabase = 1 } CXCompilationDatabase_Error; /** - * \brief Creates a compilation database from the database found in directory + * Creates a compilation database from the database found in directory * buildDir. For example, CMake can output a compile_commands.json which can * be used to build the database. * @@ -81,13 +81,13 @@ clang_CompilationDatabase_fromDirectory(const char *Bu CXCompilationDatabase_Error *ErrorCode); /** - * \brief Free the given compilation database + * Free the given compilation database */ CINDEX_LINKAGE void clang_CompilationDatabase_dispose(CXCompilationDatabase); /** - * \brief Find the compile commands used for a file. The compile commands + * Find the compile commands used for a file. The compile commands * must be freed by \c clang_CompileCommands_dispose. */ CINDEX_LINKAGE CXCompileCommands @@ -95,24 +95,24 @@ clang_CompilationDatabase_getCompileCommands(CXCompila const char *CompleteFileName); /** - * \brief Get all the compile commands in the given compilation database. + * Get all the compile commands in the given compilation database. */ CINDEX_LINKAGE CXCompileCommands clang_CompilationDatabase_getAllCompileCommands(CXCompilationDatabase); /** - * \brief Free the given CompileCommands + * Free the given CompileCommands */ CINDEX_LINKAGE void clang_CompileCommands_dispose(CXCompileCommands); /** - * \brief Get the number of CompileCommand we have for a file + * Get the number of CompileCommand we have for a file */ CINDEX_LINKAGE unsigned clang_CompileCommands_getSize(CXCompileCommands); /** - * \brief Get the I'th CompileCommand for a file + * Get the I'th CompileCommand for a file * * Note : 0 <= i < clang_CompileCommands_getSize(CXCompileCommands) */ @@ -120,26 +120,26 @@ CINDEX_LINKAGE CXCompileCommand clang_CompileCommands_getCommand(CXCompileCommands, unsigned I); /** - * \brief Get the working directory where the CompileCommand was executed from + * Get the working directory where the CompileCommand was executed from */ CINDEX_LINKAGE CXString clang_CompileCommand_getDirectory(CXCompileCommand); /** - * \brief Get the filename associated with the CompileCommand. + * Get the filename associated with the CompileCommand. */ CINDEX_LINKAGE CXString clang_CompileCommand_getFilename(CXCompileCommand); /** - * \brief Get the number of arguments in the compiler invocation. + * Get the number of arguments in the compiler invocation. * */ CINDEX_LINKAGE unsigned clang_CompileCommand_getNumArgs(CXCompileCommand); /** - * \brief Get the I'th argument value in the compiler invocations + * Get the I'th argument value in the compiler invocations * * Invariant : * - argument 0 is the compiler executable @@ -148,19 +148,19 @@ CINDEX_LINKAGE CXString clang_CompileCommand_getArg(CXCompileCommand, unsigned I); /** - * \brief Get the number of source mappings for the compiler invocation. + * Get the number of source mappings for the compiler invocation. */ CINDEX_LINKAGE unsigned clang_CompileCommand_getNumMappedSources(CXCompileCommand); /** - * \brief Get the I'th mapped source path for the compiler invocation. + * Get the I'th mapped source path for the compiler invocation. */ CINDEX_LINKAGE CXString clang_CompileCommand_getMappedSourcePath(CXCompileCommand, unsigned I); /** - * \brief Get the I'th mapped source content for the compiler invocation. + * Get the I'th mapped source content for the compiler invocation. */ CINDEX_LINKAGE CXString clang_CompileCommand_getMappedSourceContent(CXCompileCommand, unsigned I); Modified: projects/clang700-import/contrib/llvm/tools/clang/include/clang-c/CXErrorCode.h ============================================================================== --- projects/clang700-import/contrib/llvm/tools/clang/include/clang-c/CXErrorCode.h Tue Jul 31 16:42:03 2018 (r336978) +++ projects/clang700-import/contrib/llvm/tools/clang/include/clang-c/CXErrorCode.h Tue Jul 31 17:06:31 2018 (r336979) @@ -21,19 +21,19 @@ extern "C" { #endif /** - * \brief Error codes returned by libclang routines. + * Error codes returned by libclang routines. * * Zero (\c CXError_Success) is the only error code indicating success. Other * error codes, including not yet assigned non-zero values, indicate errors. */ enum CXErrorCode { /** - * \brief No error. + * No error. */ CXError_Success = 0, /** - * \brief A generic error code, no further details are available. + * A generic error code, no further details are available. * * Errors of this kind can get their own specific error codes in future * libclang versions. @@ -41,18 +41,18 @@ enum CXErrorCode { CXError_Failure = 1, /** - * \brief libclang crashed while performing the requested operation. + * libclang crashed while performing the requested operation. */ CXError_Crashed = 2, /** - * \brief The function detected that the arguments violate the function + * The function detected that the arguments violate the function * contract. */ CXError_InvalidArguments = 3, /** - * \brief An AST deserialization error has occurred. + * An AST deserialization error has occurred. */ CXError_ASTReadError = 4 }; Modified: projects/clang700-import/contrib/llvm/tools/clang/include/clang-c/CXString.h ============================================================================== --- projects/clang700-import/contrib/llvm/tools/clang/include/clang-c/CXString.h Tue Jul 31 16:42:03 2018 (r336978) +++ projects/clang700-import/contrib/llvm/tools/clang/include/clang-c/CXString.h Tue Jul 31 17:06:31 2018 (r336979) @@ -28,7 +28,7 @@ extern "C" { */ /** - * \brief A character string. + * A character string. * * The \c CXString type is used to return strings from the interface when * the ownership of that string might differ from one call to the next. @@ -46,17 +46,17 @@ typedef struct { } CXStringSet; /** - * \brief Retrieve the character data associated with the given string. + * Retrieve the character data associated with the given string. */ CINDEX_LINKAGE const char *clang_getCString(CXString string); /** - * \brief Free the given string. + * Free the given string. */ CINDEX_LINKAGE void clang_disposeString(CXString string); /** - * \brief Free the given string set. + * Free the given string set. */ CINDEX_LINKAGE void clang_disposeStringSet(CXStringSet *set); Modified: projects/clang700-import/contrib/llvm/tools/clang/include/clang-c/Documentation.h ============================================================================== --- projects/clang700-import/contrib/llvm/tools/clang/include/clang-c/Documentation.h Tue Jul 31 16:42:03 2018 (r336978) +++ projects/clang700-import/contrib/llvm/tools/clang/include/clang-c/Documentation.h Tue Jul 31 17:06:31 2018 (r336979) @@ -32,7 +32,7 @@ extern "C" { */ /** - * \brief A parsed comment. + * A parsed comment. */ typedef struct { const void *ASTNode; @@ -40,38 +40,38 @@ typedef struct { } CXComment; /** - * \brief Given a cursor that represents a documentable entity (e.g., + * Given a cursor that represents a documentable entity (e.g., * declaration), return the associated parsed comment as a * \c CXComment_FullComment AST node. */ CINDEX_LINKAGE CXComment clang_Cursor_getParsedComment(CXCursor C); /** - * \brief Describes the type of the comment AST node (\c CXComment). A comment + * Describes the type of the comment AST node (\c CXComment). A comment * node can be considered block content (e. g., paragraph), inline content * (plain text) or neither (the root AST node). */ enum CXCommentKind { /** - * \brief Null comment. No AST node is constructed at the requested location + * Null comment. No AST node is constructed at the requested location * because there is no text or a syntax error. */ CXComment_Null = 0, /** - * \brief Plain text. Inline content. + * Plain text. Inline content. */ CXComment_Text = 1, /** - * \brief A command with word-like arguments that is considered inline content. + * A command with word-like arguments that is considered inline content. * * For example: \\c command. */ CXComment_InlineCommand = 2, /** - * \brief HTML start tag with attributes (name-value pairs). Considered + * HTML start tag with attributes (name-value pairs). Considered * inline content. * * For example: @@ -82,7 +82,7 @@ enum CXCommentKind { CXComment_HTMLStartTag = 3, /** - * \brief HTML end tag. Considered inline content. + * HTML end tag. Considered inline content. * * For example: * \verbatim @@ -92,19 +92,19 @@ enum CXCommentKind { CXComment_HTMLEndTag = 4, /** - * \brief A paragraph, contains inline comment. The paragraph itself is + * A paragraph, contains inline comment. The paragraph itself is * block content. */ CXComment_Paragraph = 5, /** - * \brief A command that has zero or more word-like arguments (number of + * A command that has zero or more word-like arguments (number of * word-like arguments depends on command name) and a paragraph as an * argument. Block command is block content. * * Paragraph argument is also a child of the block command. * - * For example: \\brief has 0 word-like arguments and a paragraph argument. + * For example: \has 0 word-like arguments and a paragraph argument. * * AST nodes of special kinds that parser knows about (e. g., \\param * command) have their own node kinds. @@ -112,7 +112,7 @@ enum CXCommentKind { CXComment_BlockCommand = 6, /** - * \brief A \\param or \\arg command that describes the function parameter + * A \\param or \\arg command that describes the function parameter * (name, passing direction, description). * * For example: \\param [in] ParamName description. @@ -120,7 +120,7 @@ enum CXCommentKind { CXComment_ParamCommand = 7, /** - * \brief A \\tparam command that describes a template parameter (name and + * A \\tparam command that describes a template parameter (name and * description). * * For example: \\tparam T description. @@ -128,7 +128,7 @@ enum CXCommentKind { CXComment_TParamCommand = 8, /** - * \brief A verbatim block command (e. g., preformatted code). Verbatim + * A verbatim block command (e. g., preformatted code). Verbatim * block has an opening and a closing command and contains multiple lines of * text (\c CXComment_VerbatimBlockLine child nodes). * @@ -140,67 +140,67 @@ enum CXCommentKind { CXComment_VerbatimBlockCommand = 9, /** - * \brief A line of text that is contained within a + * A line of text that is contained within a * CXComment_VerbatimBlockCommand node. */ CXComment_VerbatimBlockLine = 10, /** - * \brief A verbatim line command. Verbatim line has an opening command, + * A verbatim line command. Verbatim line has an opening command, * a single line of text (up to the newline after the opening command) and * has no closing command. */ CXComment_VerbatimLine = 11, /** - * \brief A full comment attached to a declaration, contains block content. + * A full comment attached to a declaration, contains block content. */ CXComment_FullComment = 12 }; /** - * \brief The most appropriate rendering mode for an inline command, chosen on + * The most appropriate rendering mode for an inline command, chosen on * command semantics in Doxygen. */ enum CXCommentInlineCommandRenderKind { /** - * \brief Command argument should be rendered in a normal font. + * Command argument should be rendered in a normal font. */ CXCommentInlineCommandRenderKind_Normal, /** - * \brief Command argument should be rendered in a bold font. + * Command argument should be rendered in a bold font. */ CXCommentInlineCommandRenderKind_Bold, /** - * \brief Command argument should be rendered in a monospaced font. + * Command argument should be rendered in a monospaced font. */ CXCommentInlineCommandRenderKind_Monospaced, /** - * \brief Command argument should be rendered emphasized (typically italic + * Command argument should be rendered emphasized (typically italic * font). */ CXCommentInlineCommandRenderKind_Emphasized }; /** - * \brief Describes parameter passing direction for \\param or \\arg command. + * Describes parameter passing direction for \\param or \\arg command. */ enum CXCommentParamPassDirection { /** - * \brief The parameter is an input parameter. + * The parameter is an input parameter. */ CXCommentParamPassDirection_In, /** - * \brief The parameter is an output parameter. + * The parameter is an output parameter. */ CXCommentParamPassDirection_Out, /** - * \brief The parameter is an input and output parameter. + * The parameter is an input and output parameter. */ CXCommentParamPassDirection_InOut }; @@ -230,7 +230,7 @@ CINDEX_LINKAGE CXComment clang_Comment_getChild(CXComment Comment, unsigned ChildIdx); /** - * \brief A \c CXComment_Paragraph node is considered whitespace if it contains + * A \c CXComment_Paragraph node is considered whitespace if it contains * only \c CXComment_Text nodes that are empty or whitespace. * * Other AST nodes (except \c CXComment_Paragraph and \c CXComment_Text) are @@ -487,7 +487,7 @@ CXString clang_VerbatimBlockLineComment_getText(CXComm CINDEX_LINKAGE CXString clang_VerbatimLineComment_getText(CXComment Comment); /** - * \brief Convert an HTML tag AST node to string. + * Convert an HTML tag AST node to string. * * \param Comment a \c CXComment_HTMLStartTag or \c CXComment_HTMLEndTag AST * node. @@ -497,13 +497,13 @@ CINDEX_LINKAGE CXString clang_VerbatimLineComment_getT CINDEX_LINKAGE CXString clang_HTMLTagComment_getAsString(CXComment Comment); /** - * \brief Convert a given full parsed comment to an HTML fragment. + * Convert a given full parsed comment to an HTML fragment. * * Specific details of HTML layout are subject to change. Don't try to parse * this HTML back into an AST, use other APIs instead. * * Currently the following CSS classes are used: - * \li "para-brief" for \\brief paragraph and equivalent commands; + * \li "para-brief" for \paragraph and equivalent commands; * \li "para-returns" for \\returns paragraph and equivalent commands; * \li "word-returns" for the "Returns" word in \\returns paragraph. * @@ -530,7 +530,7 @@ CINDEX_LINKAGE CXString clang_HTMLTagComment_getAsStri CINDEX_LINKAGE CXString clang_FullComment_getAsHTML(CXComment Comment); /** - * \brief Convert a given full parsed comment to an XML document. + * Convert a given full parsed comment to an XML document. * * A Relax NG schema for the XML can be found in comment-xml-schema.rng file * inside clang source tree. Modified: projects/clang700-import/contrib/llvm/tools/clang/include/clang-c/Index.h ============================================================================== --- projects/clang700-import/contrib/llvm/tools/clang/include/clang-c/Index.h Tue Jul 31 16:42:03 2018 (r336978) +++ projects/clang700-import/contrib/llvm/tools/clang/include/clang-c/Index.h Tue Jul 31 17:06:31 2018 (r336979) @@ -24,7 +24,7 @@ #include "clang-c/BuildSystem.h" /** - * \brief The version constants for the libclang API. + * The version constants for the libclang API. * CINDEX_VERSION_MINOR should increase when there are API additions. * CINDEX_VERSION_MAJOR is intended for "major" source/ABI breaking changes. * @@ -32,7 +32,7 @@ * compatible, thus CINDEX_VERSION_MAJOR is expected to remain stable. */ #define CINDEX_VERSION_MAJOR 0 -#define CINDEX_VERSION_MINOR 45 +#define CINDEX_VERSION_MINOR 49 #define CINDEX_VERSION_ENCODE(major, minor) ( \ ((major) * 10000) \ @@ -75,30 +75,30 @@ extern "C" { */ /** - * \brief An "index" that consists of a set of translation units that would + * An "index" that consists of a set of translation units that would * typically be linked together into an executable or library. */ typedef void *CXIndex; /** - * \brief An opaque type representing target information for a given translation + * An opaque type representing target information for a given translation * unit. */ typedef struct CXTargetInfoImpl *CXTargetInfo; /** - * \brief A single translation unit, which resides in an index. + * A single translation unit, which resides in an index. */ typedef struct CXTranslationUnitImpl *CXTranslationUnit; /** - * \brief Opaque pointer representing client data that will be passed through + * Opaque pointer representing client data that will be passed through * to various callbacks and visitors. */ typedef void *CXClientData; /** - * \brief Provides the contents of a file that has not yet been saved to disk. + * Provides the contents of a file that has not yet been saved to disk. * * Each CXUnsavedFile instance provides the name of a file on the * system along with the current contents of that file that have not @@ -106,66 +106,66 @@ typedef void *CXClientData; */ struct CXUnsavedFile { /** - * \brief The file whose contents have not yet been saved. + * The file whose contents have not yet been saved. * * This file must already exist in the file system. */ const char *Filename; /** - * \brief A buffer containing the unsaved contents of this file. + * A buffer containing the unsaved contents of this file. */ const char *Contents; /** - * \brief The length of the unsaved contents of this buffer. + * The length of the unsaved contents of this buffer. */ unsigned long Length; }; /** - * \brief Describes the availability of a particular entity, which indicates + * Describes the availability of a particular entity, which indicates * whether the use of this entity will result in a warning or error due to * it being deprecated or unavailable. */ enum CXAvailabilityKind { /** - * \brief The entity is available. + * The entity is available. */ CXAvailability_Available, /** - * \brief The entity is available, but has been deprecated (and its use is + * The entity is available, but has been deprecated (and its use is * not recommended). */ CXAvailability_Deprecated, /** - * \brief The entity is not available; any use of it will be an error. + * The entity is not available; any use of it will be an error. */ CXAvailability_NotAvailable, /** - * \brief The entity is available, but not accessible; any use of it will be + * The entity is available, but not accessible; any use of it will be * an error. */ CXAvailability_NotAccessible }; /** - * \brief Describes a version number of the form major.minor.subminor. + * Describes a version number of the form major.minor.subminor. */ typedef struct CXVersion { /** - * \brief The major version number, e.g., the '10' in '10.7.3'. A negative + * The major version number, e.g., the '10' in '10.7.3'. A negative * value indicates that there is no version number at all. */ int Major; /** - * \brief The minor version number, e.g., the '7' in '10.7.3'. This value + * The minor version number, e.g., the '7' in '10.7.3'. This value * will be negative if no minor version number was provided, e.g., for * version '10'. */ int Minor; /** - * \brief The subminor version number, e.g., the '3' in '10.7.3'. This value + * The subminor version number, e.g., the '3' in '10.7.3'. This value * will be negative if no minor or subminor version number was provided, * e.g., in version '10' or '10.7'. */ @@ -173,60 +173,60 @@ typedef struct CXVersion { } CXVersion; /** - * \brief Describes the exception specification of a cursor. + * Describes the exception specification of a cursor. * * A negative value indicates that the cursor is not a function declaration. */ enum CXCursor_ExceptionSpecificationKind { /** - * \brief The cursor has no exception specification. + * The cursor has no exception specification. */ CXCursor_ExceptionSpecificationKind_None, /** - * \brief The cursor has exception specification throw() + * The cursor has exception specification throw() */ CXCursor_ExceptionSpecificationKind_DynamicNone, /** - * \brief The cursor has exception specification throw(T1, T2) + * The cursor has exception specification throw(T1, T2) */ CXCursor_ExceptionSpecificationKind_Dynamic, /** - * \brief The cursor has exception specification throw(...). + * The cursor has exception specification throw(...). */ CXCursor_ExceptionSpecificationKind_MSAny, /** - * \brief The cursor has exception specification basic noexcept. + * The cursor has exception specification basic noexcept. */ CXCursor_ExceptionSpecificationKind_BasicNoexcept, /** - * \brief The cursor has exception specification computed noexcept. + * The cursor has exception specification computed noexcept. */ CXCursor_ExceptionSpecificationKind_ComputedNoexcept, /** - * \brief The exception specification has not yet been evaluated. + * The exception specification has not yet been evaluated. */ CXCursor_ExceptionSpecificationKind_Unevaluated, /** - * \brief The exception specification has not yet been instantiated. + * The exception specification has not yet been instantiated. */ CXCursor_ExceptionSpecificationKind_Uninstantiated, /** - * \brief The exception specification has not been parsed yet. + * The exception specification has not been parsed yet. */ CXCursor_ExceptionSpecificationKind_Unparsed }; /** - * \brief Provides a shared context for creating translation units. + * Provides a shared context for creating translation units. * * It provides two options: * @@ -269,7 +269,7 @@ CINDEX_LINKAGE CXIndex clang_createIndex(int excludeDe int displayDiagnostics); /** - * \brief Destroy the given index. + * Destroy the given index. * * The index must not be destroyed until all of the translation units created * within that index have been destroyed. @@ -278,12 +278,12 @@ CINDEX_LINKAGE void clang_disposeIndex(CXIndex index); typedef enum { /** - * \brief Used to indicate that no special CXIndex options are needed. + * Used to indicate that no special CXIndex options are needed. */ CXGlobalOpt_None = 0x0, /** - * \brief Used to indicate that threads that libclang creates for indexing + * Used to indicate that threads that libclang creates for indexing * purposes should use background priority. * * Affects #clang_indexSourceFile, #clang_indexTranslationUnit, @@ -292,7 +292,7 @@ typedef enum { CXGlobalOpt_ThreadBackgroundPriorityForIndexing = 0x1, /** - * \brief Used to indicate that threads that libclang creates for editing + * Used to indicate that threads that libclang creates for editing * purposes should use background priority. * * Affects #clang_reparseTranslationUnit, #clang_codeCompleteAt, @@ -301,7 +301,7 @@ typedef enum { CXGlobalOpt_ThreadBackgroundPriorityForEditing = 0x2, /** - * \brief Used to indicate that all threads that libclang creates should use + * Used to indicate that all threads that libclang creates should use * background priority. */ CXGlobalOpt_ThreadBackgroundPriorityForAll = @@ -311,7 +311,7 @@ typedef enum { } CXGlobalOptFlags; /** - * \brief Sets general options associated with a CXIndex. + * Sets general options associated with a CXIndex. * * For example: * \code @@ -326,7 +326,7 @@ typedef enum { CINDEX_LINKAGE void clang_CXIndex_setGlobalOptions(CXIndex, unsigned options); /** - * \brief Gets the general options associated with a CXIndex. + * Gets the general options associated with a CXIndex. * * \returns A bitmask of options, a bitwise OR of CXGlobalOpt_XXX flags that * are associated with the given CXIndex object. @@ -334,7 +334,7 @@ CINDEX_LINKAGE void clang_CXIndex_setGlobalOptions(CXI CINDEX_LINKAGE unsigned clang_CXIndex_getGlobalOptions(CXIndex); /** - * \brief Sets the invocation emission path option in a CXIndex. + * Sets the invocation emission path option in a CXIndex. * * The invocation emission path specifies a path which will contain log * files for certain libclang invocations. A null value (default) implies that @@ -350,22 +350,22 @@ clang_CXIndex_setInvocationEmissionPathOption(CXIndex, */ /** - * \brief A particular source file that is part of a translation unit. + * A particular source file that is part of a translation unit. */ typedef void *CXFile; /** - * \brief Retrieve the complete file and path name of the given file. + * Retrieve the complete file and path name of the given file. */ CINDEX_LINKAGE CXString clang_getFileName(CXFile SFile); /** - * \brief Retrieve the last modification time of the given file. + * Retrieve the last modification time of the given file. */ CINDEX_LINKAGE time_t clang_getFileTime(CXFile SFile); /** - * \brief Uniquely identifies a CXFile, that refers to the same underlying file, + * Uniquely identifies a CXFile, that refers to the same underlying file, * across an indexing session. */ typedef struct { @@ -373,7 +373,7 @@ typedef struct { } CXFileUniqueID; /** - * \brief Retrieve the unique ID for the given \c file. + * Retrieve the unique ID for the given \c file. * * \param file the file to get the ID for. * \param outID stores the returned CXFileUniqueID. @@ -383,7 +383,7 @@ typedef struct { CINDEX_LINKAGE int clang_getFileUniqueID(CXFile file, CXFileUniqueID *outID); /** - * \brief Determine whether the given header is guarded against + * Determine whether the given header is guarded against * multiple inclusions, either with the conventional * \#ifndef/\#define/\#endif macro guards or with \#pragma once. */ @@ -391,7 +391,7 @@ CINDEX_LINKAGE unsigned clang_isFileMultipleIncludeGuarded(CXTranslationUnit tu, CXFile file); /** - * \brief Retrieve a file handle within the given translation unit. + * Retrieve a file handle within the given translation unit. * * \param tu the translation unit * @@ -404,7 +404,7 @@ CINDEX_LINKAGE CXFile clang_getFile(CXTranslationUnit const char *file_name); /** - * \brief Retrieve the buffer associated with the given file. + * Retrieve the buffer associated with the given file. * * \param tu the translation unit * @@ -419,12 +419,19 @@ CINDEX_LINKAGE const char *clang_getFileContents(CXTra CXFile file, size_t *size); /** - * \brief Returns non-zero if the \c file1 and \c file2 point to the same file, + * Returns non-zero if the \c file1 and \c file2 point to the same file, * or they are both NULL. */ CINDEX_LINKAGE int clang_File_isEqual(CXFile file1, CXFile file2); /** + * Returns the real path name of \c file. + * + * An empty string may be returned. Use \c clang_getFileName() in that case. + */ +CINDEX_LINKAGE CXString clang_File_tryGetRealPathName(CXFile file); + +/** * @} */ @@ -442,7 +449,7 @@ CINDEX_LINKAGE int clang_File_isEqual(CXFile file1, CX */ /** - * \brief Identifies a specific source location within a translation + * Identifies a specific source location within a translation * unit. * * Use clang_getExpansionLocation() or clang_getSpellingLocation() @@ -454,7 +461,7 @@ typedef struct { } CXSourceLocation; /** - * \brief Identifies a half-open character range in the source code. + * Identifies a half-open character range in the source code. * * Use clang_getRangeStart() and clang_getRangeEnd() to retrieve the * starting and end locations from a source range, respectively. @@ -466,12 +473,12 @@ typedef struct { } CXSourceRange; /** - * \brief Retrieve a NULL (invalid) source location. + * Retrieve a NULL (invalid) source location. */ CINDEX_LINKAGE CXSourceLocation clang_getNullLocation(void); /** - * \brief Determine whether two source locations, which must refer into + * Determine whether two source locations, which must refer into * the same translation unit, refer to exactly the same point in the source * code. * @@ -482,7 +489,7 @@ CINDEX_LINKAGE unsigned clang_equalLocations(CXSourceL CXSourceLocation loc2); /** - * \brief Retrieves the source location associated with a given file/line/column + * Retrieves the source location associated with a given file/line/column * in a particular translation unit. */ CINDEX_LINKAGE CXSourceLocation clang_getLocation(CXTranslationUnit tu, @@ -490,7 +497,7 @@ CINDEX_LINKAGE CXSourceLocation clang_getLocation(CXTr unsigned line, unsigned column); /** - * \brief Retrieves the source location associated with a given character offset *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807311706.w6VH6XwA009772>