svn commit: r413922 - in head/devel: llvm-cheri llvm-cheri128

Brooks Davis brooks at FreeBSD.org
Sun Apr 24 07:14:55 UTC 2016


Author: brooks
Date: Sun Apr 24 07:14:53 2016
New Revision: 413922
URL: https://svnweb.freebsd.org/changeset/ports/413922

Log:
  Add a version of llvm-cheri for 128-bit CHERI capabilities.
  
  No functional change to devel/llvm-cheri, just plist generalization.
  
  Sponsored by:	DARPA, AFRL

Added:
  head/devel/llvm-cheri128/
  head/devel/llvm-cheri128/Makefile   (contents, props changed)
Modified:
  head/devel/llvm-cheri/Makefile
  head/devel/llvm-cheri/pkg-plist

Modified: head/devel/llvm-cheri/Makefile
==============================================================================
--- head/devel/llvm-cheri/Makefile	Sun Apr 24 06:58:11 2016	(r413921)
+++ head/devel/llvm-cheri/Makefile	Sun Apr 24 07:14:53 2016	(r413922)
@@ -10,7 +10,7 @@ COMMENT=	LLVM and Clang with support for
 
 BROKEN_powerpc64=	Does not build
 
-LLVM_SUFFIX=	-cheri
+LLVM_SUFFIX?=	-cheri
 LLVM_PREFIX=	${PREFIX}/llvm${LLVM_SUFFIX}
 COMMAND_SUFFIX=	${LLVM_SUFFIX}
 DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}${LLVM_SUFFIX}
@@ -23,7 +23,7 @@ SUB_FILES=	llvm-wrapper.sh
 SUB_LIST=	LLVM_PREFIX="${LLVM_PREFIX}" LLVM_SUFFIX="${LLVM_SUFFIX}"
 
 CMAKE_INSTALL_PREFIX=	${LLVM_PREFIX}
-CMAKE_ARGS=	-DBUILD_SHARED_LIBS=ON \
+CMAKE_ARGS+=	-DBUILD_SHARED_LIBS=ON \
 		-DLLVM_DEFAULT_TARGET_TRIPLE=cheri-unknown-freebsd
 
 USE_GITHUB=	yes
@@ -56,8 +56,10 @@ OPTIONS_SUB=	yes
 
 DOCS_BUILD_DEPENDS=		sphinx-build:textproc/py-sphinx
 
-LLVM_RELEASE=	${PORTVERSION:C/\.r[0-9]*//}
-PLIST_SUB+=	LLVM_RELEASE=${LLVM_RELEASE}
+LLVM_RELEASE=	${PORTVERSION:C/\.d[0-9]*//}
+PLIST_SUB+=	COMMAND_SUFFIX=${COMMAND_SUFFIX} \
+		LLVM_RELEASE=${LLVM_RELEASE} \
+		LLVM_SUFFIX=${LLVM_SUFFIX}
 
 COMMANDS=	bugpoint \
 		llc \
@@ -213,20 +215,23 @@ regression-test: ${BUILD_COOKIE}
 build-plist:
 	${RM} -f ${PLIST} ${PLIST}.tmp
 .for command in ${COMMANDS}
-	${ECHO_CMD} bin/${COMMAND_PREFIX}${command}${COMMAND_SUFFIX} >> ${PLIST}.tmp
+	${ECHO_CMD} bin/${COMMAND_PREFIX}${command}%%COMMAND_SUFFIX%% >> ${PLIST}.tmp
 .endfor
 .for command in ${LIT_COMMANDS}
-	${ECHO_CMD} %%LIT%%bin/${COMMAND_PREFIX}${command}${COMMAND_SUFFIX} >> ${PLIST}.tmp
-	${ECHO_CMD} %%LIT%%${LLVM_PREFIX:S|${PREFIX}/||}/bin/${command} >> ${PLIST}.tmp
+	${ECHO_CMD} %%LIT%%bin/${COMMAND_PREFIX}${command}%%COMMAND_SUFFIX%% >> ${PLIST}.tmp
+	${ECHO_CMD} %%LIT%%${LLVM_PREFIX:S|${PREFIX}/||:S|${LLVM_SUFFIX}|%%LLVM_SUFFIX%%|}/bin/${command} >> ${PLIST}.tmp
 .endfor
 	${FIND} ${STAGEDIR}${LLVM_PREFIX} -type f -o -type l | \
 	    ${GREP} -v '[/-]lit$$' | ${GREP} -v 'FileCheck$$' | \
 	    ${GREP} -v man/man1 | ${SED} -e 's|${STAGEDIR}${PREFIX}/||' \
 	    -e 's|${PORTVERSION}|%%PORTVERSION%%|' \
-	    -e 's|release.cmake|%%CMAKE_BUILD_TYPE%%.cmake|' | \
+	    -e 's|release.cmake|%%CMAKE_BUILD_TYPE%%.cmake|' \
+	    -e 's|${LLVM_RELEASE}|%%LLVM_RELEASE%%|' \
+	    -e 's|${LLVM_SUFFIX}|%%LLVM_SUFFIX%%|' | \
 	    ${SORT} >> ${PLIST}.tmp
 	${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR}/lit${LLVM_SUFFIX} -type f | \
-	    ${SED} -e 's|${STAGEDIR}${PYTHON_SITELIBDIR}|%%LIT%%%%PYTHON_SITELIBDIR%%|' | \
+	    ${SED} -e 's|${STAGEDIR}${PYTHON_SITELIBDIR}|%%LIT%%%%PYTHON_SITELIBDIR%%|' \
+	    -e 's|${LLVM_SUFFIX}|%%LLVM_SUFFIX%%|' | \
 	    ${SORT} >> ${PLIST}.tmp
 	awk '{if ($$0 ~ /clang/ && $$0 !~ /omp.h/) {printf "%%%%CLANG%%%%"} if ($$0 ~ /(argdumper|lldb)/) {printf "%%%%LLDB%%%%"} print}' ${PLIST}.tmp >> ${PLIST}
 	${RM} -f ${PLIST}.tmp

Modified: head/devel/llvm-cheri/pkg-plist
==============================================================================
--- head/devel/llvm-cheri/pkg-plist	Sun Apr 24 06:58:11 2016	(r413921)
+++ head/devel/llvm-cheri/pkg-plist	Sun Apr 24 07:14:53 2016	(r413922)
@@ -1,1805 +1,1805 @@
-bin/bugpoint-cheri
-bin/llc-cheri
-bin/lli-cheri
-bin/llvm-ar-cheri
-bin/llvm-as-cheri
-bin/llvm-bcanalyzer-cheri
-bin/llvm-config-cheri
-bin/llvm-cov-cheri
-bin/llvm-diff-cheri
-bin/llvm-dis-cheri
-bin/llvm-dwarfdump-cheri
-bin/llvm-extract-cheri
-bin/llvm-link-cheri
-bin/llvm-mc-cheri
-bin/llvm-mcmarkup-cheri
-bin/llvm-nm-cheri
-bin/llvm-objdump-cheri
-bin/llvm-profdata-cheri
-bin/llvm-ranlib-cheri
-bin/llvm-readobj-cheri
-bin/llvm-rtdyld-cheri
-bin/llvm-size-cheri
-bin/llvm-stress-cheri
-bin/llvm-split-cheri
-bin/llvm-symbolizer-cheri
-bin/llvm-tblgen-cheri
-bin/opt-cheri
-%%CLANG%%bin/clang-cheri
-%%CLANG%%bin/clang++-cheri
-%%CLANG%%bin/clang-check-cheri
-%%CLANG%%bin/clang-cpp-cheri
-%%CLANG%%bin/clang-format-cheri
-%%LIT%%bin/lit-cheri
-%%LIT%%llvm-cheri/bin/lit
-%%LIT%%bin/llvm-lit-cheri
-%%LIT%%llvm-cheri/bin/llvm-lit
-%%LIT%%bin/FileCheck-cheri
-%%LIT%%llvm-cheri/bin/FileCheck
-llvm-cheri/bin/bugpoint
-llvm-cheri/bin/capsizefix
-%%CLANG%%llvm-cheri/bin/clang
-%%CLANG%%llvm-cheri/bin/clang++
-%%CLANG%%llvm-cheri/bin/clang-3.8
-%%CLANG%%llvm-cheri/bin/clang-check
-%%CLANG%%llvm-cheri/bin/clang-cl
-%%CLANG%%llvm-cheri/bin/clang-cpp
-%%CLANG%%llvm-cheri/bin/clang-format
-%%CLANG%%llvm-cheri/bin/git-clang-format
-llvm-cheri/bin/llc
-llvm-cheri/bin/lli
-llvm-cheri/bin/llvm-ar
-llvm-cheri/bin/llvm-as
-llvm-cheri/bin/llvm-bcanalyzer
-llvm-cheri/bin/llvm-c-test
-llvm-cheri/bin/llvm-config
-llvm-cheri/bin/llvm-cov
-llvm-cheri/bin/llvm-cxxdump
-llvm-cheri/bin/llvm-diff
-llvm-cheri/bin/llvm-dis
-llvm-cheri/bin/llvm-dsymutil
-llvm-cheri/bin/llvm-dwarfdump
-llvm-cheri/bin/llvm-extract
-llvm-cheri/bin/llvm-lib
-llvm-cheri/bin/llvm-link
-llvm-cheri/bin/llvm-lto
-llvm-cheri/bin/llvm-mc
-llvm-cheri/bin/llvm-mcmarkup
-llvm-cheri/bin/llvm-nm
-llvm-cheri/bin/llvm-objdump
-llvm-cheri/bin/llvm-pdbdump
-llvm-cheri/bin/llvm-profdata
-llvm-cheri/bin/llvm-ranlib
-llvm-cheri/bin/llvm-readobj
-llvm-cheri/bin/llvm-rtdyld
-llvm-cheri/bin/llvm-size
-llvm-cheri/bin/llvm-split
-llvm-cheri/bin/llvm-stress
-llvm-cheri/bin/llvm-symbolizer
-llvm-cheri/bin/llvm-tblgen
-llvm-cheri/bin/obj2yaml
-llvm-cheri/bin/opt
-llvm-cheri/bin/verify-uselistorder
-llvm-cheri/bin/yaml2obj
-%%CLANG%%llvm-cheri/include/clang-c/BuildSystem.h
-%%CLANG%%llvm-cheri/include/clang-c/CXCompilationDatabase.h
-%%CLANG%%llvm-cheri/include/clang-c/CXErrorCode.h
-%%CLANG%%llvm-cheri/include/clang-c/CXString.h
-%%CLANG%%llvm-cheri/include/clang-c/Documentation.h
-%%CLANG%%llvm-cheri/include/clang-c/Index.h
-%%CLANG%%llvm-cheri/include/clang-c/Platform.h
-%%CLANG%%llvm-cheri/include/clang/ARCMigrate/ARCMT.h
-%%CLANG%%llvm-cheri/include/clang/ARCMigrate/ARCMTActions.h
-%%CLANG%%llvm-cheri/include/clang/ARCMigrate/FileRemapper.h
-%%CLANG%%llvm-cheri/include/clang/AST/APValue.h
-%%CLANG%%llvm-cheri/include/clang/AST/AST.h
-%%CLANG%%llvm-cheri/include/clang/AST/ASTConsumer.h
-%%CLANG%%llvm-cheri/include/clang/AST/ASTContext.h
-%%CLANG%%llvm-cheri/include/clang/AST/ASTDiagnostic.h
-%%CLANG%%llvm-cheri/include/clang/AST/ASTFwd.h
-%%CLANG%%llvm-cheri/include/clang/AST/ASTImporter.h
-%%CLANG%%llvm-cheri/include/clang/AST/ASTLambda.h
-%%CLANG%%llvm-cheri/include/clang/AST/ASTMutationListener.h
-%%CLANG%%llvm-cheri/include/clang/AST/ASTTypeTraits.h
-%%CLANG%%llvm-cheri/include/clang/AST/ASTUnresolvedSet.h
-%%CLANG%%llvm-cheri/include/clang/AST/ASTVector.h
-%%CLANG%%llvm-cheri/include/clang/AST/Attr.h
-%%CLANG%%llvm-cheri/include/clang/AST/AttrDump.inc
-%%CLANG%%llvm-cheri/include/clang/AST/AttrImpl.inc
-%%CLANG%%llvm-cheri/include/clang/AST/AttrIterator.h
-%%CLANG%%llvm-cheri/include/clang/AST/AttrVisitor.inc
-%%CLANG%%llvm-cheri/include/clang/AST/Attrs.inc
-%%CLANG%%llvm-cheri/include/clang/AST/BaseSubobject.h
-%%CLANG%%llvm-cheri/include/clang/AST/BuiltinTypes.def
-%%CLANG%%llvm-cheri/include/clang/AST/CXXInheritance.h
-%%CLANG%%llvm-cheri/include/clang/AST/CanonicalType.h
-%%CLANG%%llvm-cheri/include/clang/AST/CharUnits.h
-%%CLANG%%llvm-cheri/include/clang/AST/Comment.h
-%%CLANG%%llvm-cheri/include/clang/AST/CommentBriefParser.h
-%%CLANG%%llvm-cheri/include/clang/AST/CommentCommandInfo.inc
-%%CLANG%%llvm-cheri/include/clang/AST/CommentCommandList.inc
-%%CLANG%%llvm-cheri/include/clang/AST/CommentCommandTraits.h
-%%CLANG%%llvm-cheri/include/clang/AST/CommentDiagnostic.h
-%%CLANG%%llvm-cheri/include/clang/AST/CommentHTMLNamedCharacterReferences.inc
-%%CLANG%%llvm-cheri/include/clang/AST/CommentHTMLTags.inc
-%%CLANG%%llvm-cheri/include/clang/AST/CommentHTMLTagsProperties.inc
-%%CLANG%%llvm-cheri/include/clang/AST/CommentLexer.h
-%%CLANG%%llvm-cheri/include/clang/AST/CommentNodes.inc
-%%CLANG%%llvm-cheri/include/clang/AST/CommentParser.h
-%%CLANG%%llvm-cheri/include/clang/AST/CommentSema.h
-%%CLANG%%llvm-cheri/include/clang/AST/CommentVisitor.h
-%%CLANG%%llvm-cheri/include/clang/AST/DataRecursiveASTVisitor.h
-%%CLANG%%llvm-cheri/include/clang/AST/Decl.h
-%%CLANG%%llvm-cheri/include/clang/AST/DeclAccessPair.h
-%%CLANG%%llvm-cheri/include/clang/AST/DeclBase.h
-%%CLANG%%llvm-cheri/include/clang/AST/DeclCXX.h
-%%CLANG%%llvm-cheri/include/clang/AST/DeclContextInternals.h
-%%CLANG%%llvm-cheri/include/clang/AST/DeclFriend.h
-%%CLANG%%llvm-cheri/include/clang/AST/DeclGroup.h
-%%CLANG%%llvm-cheri/include/clang/AST/DeclLookups.h
-%%CLANG%%llvm-cheri/include/clang/AST/DeclNodes.inc
-%%CLANG%%llvm-cheri/include/clang/AST/DeclObjC.h
-%%CLANG%%llvm-cheri/include/clang/AST/DeclOpenMP.h
-%%CLANG%%llvm-cheri/include/clang/AST/DeclTemplate.h
-%%CLANG%%llvm-cheri/include/clang/AST/DeclVisitor.h
-%%CLANG%%llvm-cheri/include/clang/AST/DeclarationName.h
-%%CLANG%%llvm-cheri/include/clang/AST/DependentDiagnostic.h
-%%CLANG%%llvm-cheri/include/clang/AST/EvaluatedExprVisitor.h
-%%CLANG%%llvm-cheri/include/clang/AST/Expr.h
-%%CLANG%%llvm-cheri/include/clang/AST/ExprCXX.h
-%%CLANG%%llvm-cheri/include/clang/AST/ExprObjC.h
-%%CLANG%%llvm-cheri/include/clang/AST/ExprOpenMP.h
-%%CLANG%%llvm-cheri/include/clang/AST/ExternalASTSource.h
-%%CLANG%%llvm-cheri/include/clang/AST/GlobalDecl.h
-%%CLANG%%llvm-cheri/include/clang/AST/LambdaCapture.h
-%%CLANG%%llvm-cheri/include/clang/AST/Mangle.h
-%%CLANG%%llvm-cheri/include/clang/AST/MangleNumberingContext.h
-%%CLANG%%llvm-cheri/include/clang/AST/NSAPI.h
-%%CLANG%%llvm-cheri/include/clang/AST/NestedNameSpecifier.h
-%%CLANG%%llvm-cheri/include/clang/AST/OpenMPClause.h
-%%CLANG%%llvm-cheri/include/clang/AST/OperationKinds.h
-%%CLANG%%llvm-cheri/include/clang/AST/ParentMap.h
-%%CLANG%%llvm-cheri/include/clang/AST/PrettyPrinter.h
-%%CLANG%%llvm-cheri/include/clang/AST/RawCommentList.h
-%%CLANG%%llvm-cheri/include/clang/AST/RecordLayout.h
-%%CLANG%%llvm-cheri/include/clang/AST/RecursiveASTVisitor.h
-%%CLANG%%llvm-cheri/include/clang/AST/Redeclarable.h
-%%CLANG%%llvm-cheri/include/clang/AST/SelectorLocationsKind.h
-%%CLANG%%llvm-cheri/include/clang/AST/Stmt.h
-%%CLANG%%llvm-cheri/include/clang/AST/StmtCXX.h
-%%CLANG%%llvm-cheri/include/clang/AST/StmtGraphTraits.h
-%%CLANG%%llvm-cheri/include/clang/AST/StmtIterator.h
-%%CLANG%%llvm-cheri/include/clang/AST/StmtNodes.inc
-%%CLANG%%llvm-cheri/include/clang/AST/StmtObjC.h
-%%CLANG%%llvm-cheri/include/clang/AST/StmtOpenMP.h
-%%CLANG%%llvm-cheri/include/clang/AST/StmtVisitor.h
-%%CLANG%%llvm-cheri/include/clang/AST/TemplateBase.h
-%%CLANG%%llvm-cheri/include/clang/AST/TemplateName.h
-%%CLANG%%llvm-cheri/include/clang/AST/Type.h
-%%CLANG%%llvm-cheri/include/clang/AST/TypeLoc.h
-%%CLANG%%llvm-cheri/include/clang/AST/TypeLocNodes.def
-%%CLANG%%llvm-cheri/include/clang/AST/TypeLocVisitor.h
-%%CLANG%%llvm-cheri/include/clang/AST/TypeNodes.def
-%%CLANG%%llvm-cheri/include/clang/AST/TypeOrdering.h
-%%CLANG%%llvm-cheri/include/clang/AST/TypeVisitor.h
-%%CLANG%%llvm-cheri/include/clang/AST/UnresolvedSet.h
-%%CLANG%%llvm-cheri/include/clang/AST/VTTBuilder.h
-%%CLANG%%llvm-cheri/include/clang/AST/VTableBuilder.h
-%%CLANG%%llvm-cheri/include/clang/ASTMatchers/ASTMatchFinder.h
-%%CLANG%%llvm-cheri/include/clang/ASTMatchers/ASTMatchers.h
-%%CLANG%%llvm-cheri/include/clang/ASTMatchers/ASTMatchersInternal.h
-%%CLANG%%llvm-cheri/include/clang/ASTMatchers/ASTMatchersMacros.h
-%%CLANG%%llvm-cheri/include/clang/ASTMatchers/Dynamic/Diagnostics.h
-%%CLANG%%llvm-cheri/include/clang/ASTMatchers/Dynamic/Parser.h
-%%CLANG%%llvm-cheri/include/clang/ASTMatchers/Dynamic/Registry.h
-%%CLANG%%llvm-cheri/include/clang/ASTMatchers/Dynamic/VariantValue.h
-%%CLANG%%llvm-cheri/include/clang/Analysis/Analyses/CFGReachabilityAnalysis.h
-%%CLANG%%llvm-cheri/include/clang/Analysis/Analyses/Consumed.h
-%%CLANG%%llvm-cheri/include/clang/Analysis/Analyses/Dominators.h
-%%CLANG%%llvm-cheri/include/clang/Analysis/Analyses/FormatString.h
-%%CLANG%%llvm-cheri/include/clang/Analysis/Analyses/LiveVariables.h
-%%CLANG%%llvm-cheri/include/clang/Analysis/Analyses/PostOrderCFGView.h
-%%CLANG%%llvm-cheri/include/clang/Analysis/Analyses/PseudoConstantAnalysis.h
-%%CLANG%%llvm-cheri/include/clang/Analysis/Analyses/ReachableCode.h
-%%CLANG%%llvm-cheri/include/clang/Analysis/Analyses/ThreadSafety.h
-%%CLANG%%llvm-cheri/include/clang/Analysis/Analyses/ThreadSafetyCommon.h
-%%CLANG%%llvm-cheri/include/clang/Analysis/Analyses/ThreadSafetyLogical.h
-%%CLANG%%llvm-cheri/include/clang/Analysis/Analyses/ThreadSafetyOps.def
-%%CLANG%%llvm-cheri/include/clang/Analysis/Analyses/ThreadSafetyTIL.h
-%%CLANG%%llvm-cheri/include/clang/Analysis/Analyses/ThreadSafetyTraverse.h
-%%CLANG%%llvm-cheri/include/clang/Analysis/Analyses/ThreadSafetyUtil.h
-%%CLANG%%llvm-cheri/include/clang/Analysis/Analyses/UninitializedValues.h
-%%CLANG%%llvm-cheri/include/clang/Analysis/AnalysisContext.h
-%%CLANG%%llvm-cheri/include/clang/Analysis/AnalysisDiagnostic.h
-%%CLANG%%llvm-cheri/include/clang/Analysis/CFG.h
-%%CLANG%%llvm-cheri/include/clang/Analysis/CFGStmtMap.h
-%%CLANG%%llvm-cheri/include/clang/Analysis/CallGraph.h
-%%CLANG%%llvm-cheri/include/clang/Analysis/CodeInjector.h
-%%CLANG%%llvm-cheri/include/clang/Analysis/DomainSpecific/CocoaConventions.h
-%%CLANG%%llvm-cheri/include/clang/Analysis/DomainSpecific/ObjCNoReturn.h
-%%CLANG%%llvm-cheri/include/clang/Analysis/FlowSensitive/DataflowValues.h
-%%CLANG%%llvm-cheri/include/clang/Analysis/ProgramPoint.h
-%%CLANG%%llvm-cheri/include/clang/Analysis/Support/BumpVector.h
-%%CLANG%%llvm-cheri/include/clang/Basic/ABI.h
-%%CLANG%%llvm-cheri/include/clang/Basic/AddressSpaces.h
-%%CLANG%%llvm-cheri/include/clang/Basic/AllDiagnostics.h
-%%CLANG%%llvm-cheri/include/clang/Basic/AttrHasAttributeImpl.inc
-%%CLANG%%llvm-cheri/include/clang/Basic/AttrKinds.h
-%%CLANG%%llvm-cheri/include/clang/Basic/AttrList.inc
-%%CLANG%%llvm-cheri/include/clang/Basic/Attributes.h
-%%CLANG%%llvm-cheri/include/clang/Basic/Builtins.def
-%%CLANG%%llvm-cheri/include/clang/Basic/Builtins.h
-%%CLANG%%llvm-cheri/include/clang/Basic/BuiltinsAArch64.def
-%%CLANG%%llvm-cheri/include/clang/Basic/BuiltinsAMDGPU.def
-%%CLANG%%llvm-cheri/include/clang/Basic/BuiltinsARM.def
-%%CLANG%%llvm-cheri/include/clang/Basic/BuiltinsHexagon.def
-%%CLANG%%llvm-cheri/include/clang/Basic/BuiltinsLe64.def
-%%CLANG%%llvm-cheri/include/clang/Basic/BuiltinsMips.def
-%%CLANG%%llvm-cheri/include/clang/Basic/BuiltinsNEON.def
-%%CLANG%%llvm-cheri/include/clang/Basic/BuiltinsNVPTX.def
-%%CLANG%%llvm-cheri/include/clang/Basic/BuiltinsPPC.def
-%%CLANG%%llvm-cheri/include/clang/Basic/BuiltinsSystemZ.def
-%%CLANG%%llvm-cheri/include/clang/Basic/BuiltinsWebAssembly.def
-%%CLANG%%llvm-cheri/include/clang/Basic/BuiltinsX86.def
-%%CLANG%%llvm-cheri/include/clang/Basic/BuiltinsXCore.def
-%%CLANG%%llvm-cheri/include/clang/Basic/CapturedStmt.h
-%%CLANG%%llvm-cheri/include/clang/Basic/CharInfo.h
-%%CLANG%%llvm-cheri/include/clang/Basic/CommentOptions.h
-%%CLANG%%llvm-cheri/include/clang/Basic/Diagnostic.h
-%%CLANG%%llvm-cheri/include/clang/Basic/DiagnosticASTKinds.inc
-%%CLANG%%llvm-cheri/include/clang/Basic/DiagnosticAnalysisKinds.inc
-%%CLANG%%llvm-cheri/include/clang/Basic/DiagnosticCategories.h
-%%CLANG%%llvm-cheri/include/clang/Basic/DiagnosticCommentKinds.inc
-%%CLANG%%llvm-cheri/include/clang/Basic/DiagnosticCommonKinds.inc
-%%CLANG%%llvm-cheri/include/clang/Basic/DiagnosticDriverKinds.inc
-%%CLANG%%llvm-cheri/include/clang/Basic/DiagnosticFrontendKinds.inc
-%%CLANG%%llvm-cheri/include/clang/Basic/DiagnosticGroups.inc
-%%CLANG%%llvm-cheri/include/clang/Basic/DiagnosticIDs.h
-%%CLANG%%llvm-cheri/include/clang/Basic/DiagnosticIndexName.inc
-%%CLANG%%llvm-cheri/include/clang/Basic/DiagnosticLexKinds.inc
-%%CLANG%%llvm-cheri/include/clang/Basic/DiagnosticOptions.def
-%%CLANG%%llvm-cheri/include/clang/Basic/DiagnosticOptions.h
-%%CLANG%%llvm-cheri/include/clang/Basic/DiagnosticParseKinds.inc
-%%CLANG%%llvm-cheri/include/clang/Basic/DiagnosticSemaKinds.inc
-%%CLANG%%llvm-cheri/include/clang/Basic/DiagnosticSerializationKinds.inc
-%%CLANG%%llvm-cheri/include/clang/Basic/ExceptionSpecificationType.h
-%%CLANG%%llvm-cheri/include/clang/Basic/ExpressionTraits.h
-%%CLANG%%llvm-cheri/include/clang/Basic/FileManager.h
-%%CLANG%%llvm-cheri/include/clang/Basic/FileSystemOptions.h
-%%CLANG%%llvm-cheri/include/clang/Basic/FileSystemStatCache.h
-%%CLANG%%llvm-cheri/include/clang/Basic/IdentifierTable.h
-%%CLANG%%llvm-cheri/include/clang/Basic/LLVM.h
-%%CLANG%%llvm-cheri/include/clang/Basic/Lambda.h
-%%CLANG%%llvm-cheri/include/clang/Basic/LangOptions.def
-%%CLANG%%llvm-cheri/include/clang/Basic/LangOptions.h
-%%CLANG%%llvm-cheri/include/clang/Basic/Linkage.h
-%%CLANG%%llvm-cheri/include/clang/Basic/MacroBuilder.h
-%%CLANG%%llvm-cheri/include/clang/Basic/Module.h
-%%CLANG%%llvm-cheri/include/clang/Basic/ObjCRuntime.h
-%%CLANG%%llvm-cheri/include/clang/Basic/OpenCLExtensions.def
-%%CLANG%%llvm-cheri/include/clang/Basic/OpenMPKinds.def
-%%CLANG%%llvm-cheri/include/clang/Basic/OpenMPKinds.h
-%%CLANG%%llvm-cheri/include/clang/Basic/OperatorKinds.def
-%%CLANG%%llvm-cheri/include/clang/Basic/OperatorKinds.h
-%%CLANG%%llvm-cheri/include/clang/Basic/OperatorPrecedence.h
-%%CLANG%%llvm-cheri/include/clang/Basic/PartialDiagnostic.h
-%%CLANG%%llvm-cheri/include/clang/Basic/PlistSupport.h
-%%CLANG%%llvm-cheri/include/clang/Basic/PrettyStackTrace.h
-%%CLANG%%llvm-cheri/include/clang/Basic/SanitizerBlacklist.h
-%%CLANG%%llvm-cheri/include/clang/Basic/Sanitizers.def
-%%CLANG%%llvm-cheri/include/clang/Basic/Sanitizers.h
-%%CLANG%%llvm-cheri/include/clang/Basic/SourceLocation.h
-%%CLANG%%llvm-cheri/include/clang/Basic/SourceManager.h
-%%CLANG%%llvm-cheri/include/clang/Basic/SourceManagerInternals.h
-%%CLANG%%llvm-cheri/include/clang/Basic/Specifiers.h
-%%CLANG%%llvm-cheri/include/clang/Basic/TargetBuiltins.h
-%%CLANG%%llvm-cheri/include/clang/Basic/TargetCXXABI.h
-%%CLANG%%llvm-cheri/include/clang/Basic/TargetInfo.h
-%%CLANG%%llvm-cheri/include/clang/Basic/TargetOptions.h
-%%CLANG%%llvm-cheri/include/clang/Basic/TemplateKinds.h
-%%CLANG%%llvm-cheri/include/clang/Basic/TokenKinds.def
-%%CLANG%%llvm-cheri/include/clang/Basic/TokenKinds.h
-%%CLANG%%llvm-cheri/include/clang/Basic/TypeTraits.h
-%%CLANG%%llvm-cheri/include/clang/Basic/Version.h
-%%CLANG%%llvm-cheri/include/clang/Basic/Version.inc
-%%CLANG%%llvm-cheri/include/clang/Basic/VersionTuple.h
-%%CLANG%%llvm-cheri/include/clang/Basic/VirtualFileSystem.h
-%%CLANG%%llvm-cheri/include/clang/Basic/Visibility.h
-%%CLANG%%llvm-cheri/include/clang/Basic/arm_neon.inc
-%%CLANG%%llvm-cheri/include/clang/CodeGen/BackendUtil.h
-%%CLANG%%llvm-cheri/include/clang/CodeGen/CGFunctionInfo.h
-%%CLANG%%llvm-cheri/include/clang/CodeGen/CodeGenABITypes.h
-%%CLANG%%llvm-cheri/include/clang/CodeGen/CodeGenAction.h
-%%CLANG%%llvm-cheri/include/clang/CodeGen/ModuleBuilder.h
-%%CLANG%%llvm-cheri/include/clang/CodeGen/ObjectFilePCHContainerOperations.h
-%%CLANG%%llvm-cheri/include/clang/Config/config.h
-%%CLANG%%llvm-cheri/include/clang/Driver/Action.h
-%%CLANG%%llvm-cheri/include/clang/Driver/Compilation.h
-%%CLANG%%llvm-cheri/include/clang/Driver/Driver.h
-%%CLANG%%llvm-cheri/include/clang/Driver/DriverDiagnostic.h
-%%CLANG%%llvm-cheri/include/clang/Driver/Job.h
-%%CLANG%%llvm-cheri/include/clang/Driver/Multilib.h
-%%CLANG%%llvm-cheri/include/clang/Driver/Options.h
-%%CLANG%%llvm-cheri/include/clang/Driver/Options.inc
-%%CLANG%%llvm-cheri/include/clang/Driver/Phases.h
-%%CLANG%%llvm-cheri/include/clang/Driver/SanitizerArgs.h
-%%CLANG%%llvm-cheri/include/clang/Driver/Tool.h
-%%CLANG%%llvm-cheri/include/clang/Driver/ToolChain.h
-%%CLANG%%llvm-cheri/include/clang/Driver/Types.def
-%%CLANG%%llvm-cheri/include/clang/Driver/Types.h
-%%CLANG%%llvm-cheri/include/clang/Driver/Util.h
-%%CLANG%%llvm-cheri/include/clang/Edit/Commit.h
-%%CLANG%%llvm-cheri/include/clang/Edit/EditedSource.h
-%%CLANG%%llvm-cheri/include/clang/Edit/EditsReceiver.h
-%%CLANG%%llvm-cheri/include/clang/Edit/FileOffset.h
-%%CLANG%%llvm-cheri/include/clang/Edit/Rewriters.h
-%%CLANG%%llvm-cheri/include/clang/Format/Format.h
-%%CLANG%%llvm-cheri/include/clang/Frontend/ASTConsumers.h
-%%CLANG%%llvm-cheri/include/clang/Frontend/ASTUnit.h
-%%CLANG%%llvm-cheri/include/clang/Frontend/ChainedDiagnosticConsumer.h
-%%CLANG%%llvm-cheri/include/clang/Frontend/CodeGenOptions.def
-%%CLANG%%llvm-cheri/include/clang/Frontend/CodeGenOptions.h
-%%CLANG%%llvm-cheri/include/clang/Frontend/CommandLineSourceLoc.h
-%%CLANG%%llvm-cheri/include/clang/Frontend/CompilerInstance.h
-%%CLANG%%llvm-cheri/include/clang/Frontend/CompilerInvocation.h
-%%CLANG%%llvm-cheri/include/clang/Frontend/DependencyOutputOptions.h
-%%CLANG%%llvm-cheri/include/clang/Frontend/DiagnosticRenderer.h
-%%CLANG%%llvm-cheri/include/clang/Frontend/FrontendAction.h
-%%CLANG%%llvm-cheri/include/clang/Frontend/FrontendActions.h
-%%CLANG%%llvm-cheri/include/clang/Frontend/FrontendDiagnostic.h
-%%CLANG%%llvm-cheri/include/clang/Frontend/FrontendOptions.h
-%%CLANG%%llvm-cheri/include/clang/Frontend/FrontendPluginRegistry.h
-%%CLANG%%llvm-cheri/include/clang/Frontend/LangStandard.h
-%%CLANG%%llvm-cheri/include/clang/Frontend/LangStandards.def
-%%CLANG%%llvm-cheri/include/clang/Frontend/LayoutOverrideSource.h
-%%CLANG%%llvm-cheri/include/clang/Frontend/LogDiagnosticPrinter.h
-%%CLANG%%llvm-cheri/include/clang/Frontend/MigratorOptions.h
-%%CLANG%%llvm-cheri/include/clang/Frontend/MultiplexConsumer.h
-%%CLANG%%llvm-cheri/include/clang/Frontend/PCHContainerOperations.h
-%%CLANG%%llvm-cheri/include/clang/Frontend/PreprocessorOutputOptions.h
-%%CLANG%%llvm-cheri/include/clang/Frontend/SerializedDiagnosticPrinter.h
-%%CLANG%%llvm-cheri/include/clang/Frontend/SerializedDiagnosticReader.h
-%%CLANG%%llvm-cheri/include/clang/Frontend/SerializedDiagnostics.h
-%%CLANG%%llvm-cheri/include/clang/Frontend/TextDiagnostic.h
-%%CLANG%%llvm-cheri/include/clang/Frontend/TextDiagnosticBuffer.h
-%%CLANG%%llvm-cheri/include/clang/Frontend/TextDiagnosticPrinter.h
-%%CLANG%%llvm-cheri/include/clang/Frontend/Utils.h
-%%CLANG%%llvm-cheri/include/clang/Frontend/VerifyDiagnosticConsumer.h
-%%CLANG%%llvm-cheri/include/clang/FrontendTool/Utils.h
-%%CLANG%%llvm-cheri/include/clang/Index/CommentToXML.h
-%%CLANG%%llvm-cheri/include/clang/Index/USRGeneration.h
-%%CLANG%%llvm-cheri/include/clang/Lex/CodeCompletionHandler.h
-%%CLANG%%llvm-cheri/include/clang/Lex/DirectoryLookup.h
-%%CLANG%%llvm-cheri/include/clang/Lex/ExternalPreprocessorSource.h
-%%CLANG%%llvm-cheri/include/clang/Lex/HeaderMap.h
-%%CLANG%%llvm-cheri/include/clang/Lex/HeaderSearch.h
-%%CLANG%%llvm-cheri/include/clang/Lex/HeaderSearchOptions.h
-%%CLANG%%llvm-cheri/include/clang/Lex/LexDiagnostic.h
-%%CLANG%%llvm-cheri/include/clang/Lex/Lexer.h
-%%CLANG%%llvm-cheri/include/clang/Lex/LiteralSupport.h
-%%CLANG%%llvm-cheri/include/clang/Lex/MacroArgs.h
-%%CLANG%%llvm-cheri/include/clang/Lex/MacroInfo.h
-%%CLANG%%llvm-cheri/include/clang/Lex/ModuleLoader.h
-%%CLANG%%llvm-cheri/include/clang/Lex/ModuleMap.h
-%%CLANG%%llvm-cheri/include/clang/Lex/MultipleIncludeOpt.h
-%%CLANG%%llvm-cheri/include/clang/Lex/PPCallbacks.h
-%%CLANG%%llvm-cheri/include/clang/Lex/PPConditionalDirectiveRecord.h
-%%CLANG%%llvm-cheri/include/clang/Lex/PTHLexer.h
-%%CLANG%%llvm-cheri/include/clang/Lex/PTHManager.h
-%%CLANG%%llvm-cheri/include/clang/Lex/Pragma.h
-%%CLANG%%llvm-cheri/include/clang/Lex/PreprocessingRecord.h
-%%CLANG%%llvm-cheri/include/clang/Lex/Preprocessor.h
-%%CLANG%%llvm-cheri/include/clang/Lex/PreprocessorLexer.h
-%%CLANG%%llvm-cheri/include/clang/Lex/PreprocessorOptions.h
-%%CLANG%%llvm-cheri/include/clang/Lex/ScratchBuffer.h
-%%CLANG%%llvm-cheri/include/clang/Lex/Token.h
-%%CLANG%%llvm-cheri/include/clang/Lex/TokenConcatenation.h
-%%CLANG%%llvm-cheri/include/clang/Lex/TokenLexer.h
-%%CLANG%%llvm-cheri/include/clang/Parse/AttrParserStringSwitches.inc
-%%CLANG%%llvm-cheri/include/clang/Parse/ParseAST.h
-%%CLANG%%llvm-cheri/include/clang/Parse/ParseDiagnostic.h
-%%CLANG%%llvm-cheri/include/clang/Parse/Parser.h
-%%CLANG%%llvm-cheri/include/clang/Rewrite/Core/DeltaTree.h
-%%CLANG%%llvm-cheri/include/clang/Rewrite/Core/HTMLRewrite.h
-%%CLANG%%llvm-cheri/include/clang/Rewrite/Core/RewriteBuffer.h
-%%CLANG%%llvm-cheri/include/clang/Rewrite/Core/RewriteRope.h
-%%CLANG%%llvm-cheri/include/clang/Rewrite/Core/Rewriter.h
-%%CLANG%%llvm-cheri/include/clang/Rewrite/Core/TokenRewriter.h
-%%CLANG%%llvm-cheri/include/clang/Rewrite/Frontend/ASTConsumers.h
-%%CLANG%%llvm-cheri/include/clang/Rewrite/Frontend/FixItRewriter.h
-%%CLANG%%llvm-cheri/include/clang/Rewrite/Frontend/FrontendActions.h
-%%CLANG%%llvm-cheri/include/clang/Rewrite/Frontend/Rewriters.h
-%%CLANG%%llvm-cheri/include/clang/Sema/AnalysisBasedWarnings.h
-%%CLANG%%llvm-cheri/include/clang/Sema/AttrParsedAttrImpl.inc
-%%CLANG%%llvm-cheri/include/clang/Sema/AttrParsedAttrKinds.inc
-%%CLANG%%llvm-cheri/include/clang/Sema/AttrParsedAttrList.inc
-%%CLANG%%llvm-cheri/include/clang/Sema/AttrSpellingListIndex.inc
-%%CLANG%%llvm-cheri/include/clang/Sema/AttrTemplateInstantiate.inc
-%%CLANG%%llvm-cheri/include/clang/Sema/AttributeList.h
-%%CLANG%%llvm-cheri/include/clang/Sema/CXXFieldCollector.h
-%%CLANG%%llvm-cheri/include/clang/Sema/CodeCompleteConsumer.h
-%%CLANG%%llvm-cheri/include/clang/Sema/CodeCompleteOptions.h
-%%CLANG%%llvm-cheri/include/clang/Sema/DeclSpec.h
-%%CLANG%%llvm-cheri/include/clang/Sema/DelayedDiagnostic.h
-%%CLANG%%llvm-cheri/include/clang/Sema/Designator.h
-%%CLANG%%llvm-cheri/include/clang/Sema/ExternalSemaSource.h
-%%CLANG%%llvm-cheri/include/clang/Sema/IdentifierResolver.h
-%%CLANG%%llvm-cheri/include/clang/Sema/Initialization.h
-%%CLANG%%llvm-cheri/include/clang/Sema/LocInfoType.h
-%%CLANG%%llvm-cheri/include/clang/Sema/Lookup.h
-%%CLANG%%llvm-cheri/include/clang/Sema/LoopHint.h
-%%CLANG%%llvm-cheri/include/clang/Sema/MultiplexExternalSemaSource.h
-%%CLANG%%llvm-cheri/include/clang/Sema/ObjCMethodList.h
-%%CLANG%%llvm-cheri/include/clang/Sema/Overload.h
-%%CLANG%%llvm-cheri/include/clang/Sema/Ownership.h
-%%CLANG%%llvm-cheri/include/clang/Sema/ParsedTemplate.h
-%%CLANG%%llvm-cheri/include/clang/Sema/PrettyDeclStackTrace.h
-%%CLANG%%llvm-cheri/include/clang/Sema/Scope.h
-%%CLANG%%llvm-cheri/include/clang/Sema/ScopeInfo.h
-%%CLANG%%llvm-cheri/include/clang/Sema/Sema.h
-%%CLANG%%llvm-cheri/include/clang/Sema/SemaConsumer.h
-%%CLANG%%llvm-cheri/include/clang/Sema/SemaDiagnostic.h
-%%CLANG%%llvm-cheri/include/clang/Sema/SemaFixItUtils.h
-%%CLANG%%llvm-cheri/include/clang/Sema/SemaInternal.h
-%%CLANG%%llvm-cheri/include/clang/Sema/SemaLambda.h
-%%CLANG%%llvm-cheri/include/clang/Sema/Template.h
-%%CLANG%%llvm-cheri/include/clang/Sema/TemplateDeduction.h
-%%CLANG%%llvm-cheri/include/clang/Sema/TypoCorrection.h
-%%CLANG%%llvm-cheri/include/clang/Sema/Weak.h
-%%CLANG%%llvm-cheri/include/clang/Serialization/ASTBitCodes.h
-%%CLANG%%llvm-cheri/include/clang/Serialization/ASTDeserializationListener.h
-%%CLANG%%llvm-cheri/include/clang/Serialization/ASTReader.h
-%%CLANG%%llvm-cheri/include/clang/Serialization/ASTWriter.h
-%%CLANG%%llvm-cheri/include/clang/Serialization/AttrPCHRead.inc
-%%CLANG%%llvm-cheri/include/clang/Serialization/AttrPCHWrite.inc
-%%CLANG%%llvm-cheri/include/clang/Serialization/ContinuousRangeMap.h
-%%CLANG%%llvm-cheri/include/clang/Serialization/GlobalModuleIndex.h
-%%CLANG%%llvm-cheri/include/clang/Serialization/Module.h
-%%CLANG%%llvm-cheri/include/clang/Serialization/ModuleManager.h
-%%CLANG%%llvm-cheri/include/clang/Serialization/SerializationDiagnostic.h
-%%CLANG%%llvm-cheri/include/clang/StaticAnalyzer/Checkers/ClangCheckers.h
-%%CLANG%%llvm-cheri/include/clang/StaticAnalyzer/Checkers/LocalCheckers.h
-%%CLANG%%llvm-cheri/include/clang/StaticAnalyzer/Checkers/ObjCRetainCount.h
-%%CLANG%%llvm-cheri/include/clang/StaticAnalyzer/Core/Analyses.def
-%%CLANG%%llvm-cheri/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
-%%CLANG%%llvm-cheri/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
-%%CLANG%%llvm-cheri/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitor.h
-%%CLANG%%llvm-cheri/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h
-%%CLANG%%llvm-cheri/include/clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h
-%%CLANG%%llvm-cheri/include/clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h
-%%CLANG%%llvm-cheri/include/clang/StaticAnalyzer/Core/Checker.h
-%%CLANG%%llvm-cheri/include/clang/StaticAnalyzer/Core/CheckerManager.h
-%%CLANG%%llvm-cheri/include/clang/StaticAnalyzer/Core/CheckerOptInfo.h
-%%CLANG%%llvm-cheri/include/clang/StaticAnalyzer/Core/CheckerRegistry.h
-%%CLANG%%llvm-cheri/include/clang/StaticAnalyzer/Core/IssueHash.h
-%%CLANG%%llvm-cheri/include/clang/StaticAnalyzer/Core/PathDiagnosticConsumers.h
-%%CLANG%%llvm-cheri/include/clang/StaticAnalyzer/Core/PathSensitive/APSIntType.h
-%%CLANG%%llvm-cheri/include/clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h
-%%CLANG%%llvm-cheri/include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h
-%%CLANG%%llvm-cheri/include/clang/StaticAnalyzer/Core/PathSensitive/BlockCounter.h
-%%CLANG%%llvm-cheri/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
-%%CLANG%%llvm-cheri/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h
-%%CLANG%%llvm-cheri/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerHelpers.h
-%%CLANG%%llvm-cheri/include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h
-%%CLANG%%llvm-cheri/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h
-%%CLANG%%llvm-cheri/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeInfo.h
-%%CLANG%%llvm-cheri/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeMap.h
-%%CLANG%%llvm-cheri/include/clang/StaticAnalyzer/Core/PathSensitive/Environment.h
-%%CLANG%%llvm-cheri/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h
-%%CLANG%%llvm-cheri/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
-%%CLANG%%llvm-cheri/include/clang/StaticAnalyzer/Core/PathSensitive/FunctionSummary.h
-%%CLANG%%llvm-cheri/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h
-%%CLANG%%llvm-cheri/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h
-%%CLANG%%llvm-cheri/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h
-%%CLANG%%llvm-cheri/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState_Fwd.h
-%%CLANG%%llvm-cheri/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h
-%%CLANG%%llvm-cheri/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
-%%CLANG%%llvm-cheri/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h
-%%CLANG%%llvm-cheri/include/clang/StaticAnalyzer/Core/PathSensitive/StoreRef.h
-%%CLANG%%llvm-cheri/include/clang/StaticAnalyzer/Core/PathSensitive/SubEngine.h
-%%CLANG%%llvm-cheri/include/clang/StaticAnalyzer/Core/PathSensitive/SummaryManager.h
-%%CLANG%%llvm-cheri/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h
-%%CLANG%%llvm-cheri/include/clang/StaticAnalyzer/Core/PathSensitive/TaintManager.h
-%%CLANG%%llvm-cheri/include/clang/StaticAnalyzer/Core/PathSensitive/TaintTag.h
-%%CLANG%%llvm-cheri/include/clang/StaticAnalyzer/Core/PathSensitive/WorkList.h
-%%CLANG%%llvm-cheri/include/clang/StaticAnalyzer/Frontend/AnalysisConsumer.h
-%%CLANG%%llvm-cheri/include/clang/StaticAnalyzer/Frontend/CheckerRegistration.h
-%%CLANG%%llvm-cheri/include/clang/StaticAnalyzer/Frontend/FrontendActions.h
-%%CLANG%%llvm-cheri/include/clang/StaticAnalyzer/Frontend/ModelConsumer.h
-%%CLANG%%llvm-cheri/include/clang/Tooling/ArgumentsAdjusters.h
-%%CLANG%%llvm-cheri/include/clang/Tooling/CommonOptionsParser.h
-%%CLANG%%llvm-cheri/include/clang/Tooling/CompilationDatabase.h
-%%CLANG%%llvm-cheri/include/clang/Tooling/CompilationDatabasePluginRegistry.h
-%%CLANG%%llvm-cheri/include/clang/Tooling/Core/Lookup.h
-%%CLANG%%llvm-cheri/include/clang/Tooling/Core/Replacement.h
-%%CLANG%%llvm-cheri/include/clang/Tooling/FileMatchTrie.h
-%%CLANG%%llvm-cheri/include/clang/Tooling/JSONCompilationDatabase.h
-%%CLANG%%llvm-cheri/include/clang/Tooling/Refactoring.h
-%%CLANG%%llvm-cheri/include/clang/Tooling/RefactoringCallbacks.h
-%%CLANG%%llvm-cheri/include/clang/Tooling/ReplacementsYaml.h
-%%CLANG%%llvm-cheri/include/clang/Tooling/Tooling.h
-llvm-cheri/include/llvm-c/Analysis.h
-llvm-cheri/include/llvm-c/BitReader.h
-llvm-cheri/include/llvm-c/BitWriter.h
-llvm-cheri/include/llvm-c/Core.h
-llvm-cheri/include/llvm-c/Disassembler.h
-llvm-cheri/include/llvm-c/ExecutionEngine.h
-llvm-cheri/include/llvm-c/IRReader.h
-llvm-cheri/include/llvm-c/Initialization.h
-llvm-cheri/include/llvm-c/LinkTimeOptimizer.h
-llvm-cheri/include/llvm-c/Linker.h
-llvm-cheri/include/llvm-c/Object.h
-llvm-cheri/include/llvm-c/Support.h
-llvm-cheri/include/llvm-c/Target.h
-llvm-cheri/include/llvm-c/TargetMachine.h
-llvm-cheri/include/llvm-c/Transforms/IPO.h
-llvm-cheri/include/llvm-c/Transforms/PassManagerBuilder.h
-llvm-cheri/include/llvm-c/Transforms/Scalar.h
-llvm-cheri/include/llvm-c/Transforms/Vectorize.h
-llvm-cheri/include/llvm-c/lto.h
-llvm-cheri/include/llvm/ADT/APFloat.h
-llvm-cheri/include/llvm/ADT/APInt.h
-llvm-cheri/include/llvm/ADT/APSInt.h
-llvm-cheri/include/llvm/ADT/ArrayRef.h
-llvm-cheri/include/llvm/ADT/BitVector.h
-llvm-cheri/include/llvm/ADT/DAGDeltaAlgorithm.h
-llvm-cheri/include/llvm/ADT/DeltaAlgorithm.h
-llvm-cheri/include/llvm/ADT/DenseMap.h
-llvm-cheri/include/llvm/ADT/DenseMapInfo.h
-llvm-cheri/include/llvm/ADT/DenseSet.h
-llvm-cheri/include/llvm/ADT/DepthFirstIterator.h
-llvm-cheri/include/llvm/ADT/EpochTracker.h
-llvm-cheri/include/llvm/ADT/EquivalenceClasses.h
-llvm-cheri/include/llvm/ADT/FoldingSet.h
-llvm-cheri/include/llvm/ADT/GraphTraits.h
-llvm-cheri/include/llvm/ADT/Hashing.h
-llvm-cheri/include/llvm/ADT/ImmutableList.h
-llvm-cheri/include/llvm/ADT/ImmutableMap.h
-llvm-cheri/include/llvm/ADT/ImmutableSet.h
-llvm-cheri/include/llvm/ADT/IndexedMap.h
-llvm-cheri/include/llvm/ADT/IntEqClasses.h
-llvm-cheri/include/llvm/ADT/IntervalMap.h
-llvm-cheri/include/llvm/ADT/IntrusiveRefCntPtr.h
-llvm-cheri/include/llvm/ADT/MapVector.h
-llvm-cheri/include/llvm/ADT/None.h
-llvm-cheri/include/llvm/ADT/Optional.h
-llvm-cheri/include/llvm/ADT/PackedVector.h
-llvm-cheri/include/llvm/ADT/PointerIntPair.h
-llvm-cheri/include/llvm/ADT/PointerUnion.h
-llvm-cheri/include/llvm/ADT/PostOrderIterator.h
-llvm-cheri/include/llvm/ADT/PriorityQueue.h
-llvm-cheri/include/llvm/ADT/SCCIterator.h
-llvm-cheri/include/llvm/ADT/STLExtras.h
-llvm-cheri/include/llvm/ADT/ScopedHashTable.h
-llvm-cheri/include/llvm/ADT/SetOperations.h
-llvm-cheri/include/llvm/ADT/SetVector.h
-llvm-cheri/include/llvm/ADT/SmallBitVector.h
-llvm-cheri/include/llvm/ADT/SmallPtrSet.h
-llvm-cheri/include/llvm/ADT/SmallSet.h
-llvm-cheri/include/llvm/ADT/SmallString.h
-llvm-cheri/include/llvm/ADT/SmallVector.h
-llvm-cheri/include/llvm/ADT/SparseBitVector.h
-llvm-cheri/include/llvm/ADT/SparseMultiSet.h
-llvm-cheri/include/llvm/ADT/SparseSet.h
-llvm-cheri/include/llvm/ADT/Statistic.h
-llvm-cheri/include/llvm/ADT/StringExtras.h
-llvm-cheri/include/llvm/ADT/StringMap.h
-llvm-cheri/include/llvm/ADT/StringRef.h
-llvm-cheri/include/llvm/ADT/StringSet.h
-llvm-cheri/include/llvm/ADT/StringSwitch.h
-llvm-cheri/include/llvm/ADT/TinyPtrVector.h
-llvm-cheri/include/llvm/ADT/Triple.h
-llvm-cheri/include/llvm/ADT/Twine.h
-llvm-cheri/include/llvm/ADT/UniqueVector.h
-llvm-cheri/include/llvm/ADT/VariadicFunction.h
-llvm-cheri/include/llvm/ADT/edit_distance.h
-llvm-cheri/include/llvm/ADT/ilist.h
-llvm-cheri/include/llvm/ADT/ilist_node.h
-llvm-cheri/include/llvm/ADT/iterator.h
-llvm-cheri/include/llvm/ADT/iterator_range.h
-llvm-cheri/include/llvm/Analysis/AliasAnalysis.h
-llvm-cheri/include/llvm/Analysis/AliasSetTracker.h
-llvm-cheri/include/llvm/Analysis/AssumptionCache.h
-llvm-cheri/include/llvm/Analysis/BasicAliasAnalysis.h
-llvm-cheri/include/llvm/Analysis/BlockFrequencyInfo.h
-llvm-cheri/include/llvm/Analysis/BlockFrequencyInfoImpl.h
-llvm-cheri/include/llvm/Analysis/BranchProbabilityInfo.h
-llvm-cheri/include/llvm/Analysis/CFG.h
-llvm-cheri/include/llvm/Analysis/CFGPrinter.h
-llvm-cheri/include/llvm/Analysis/CFLAliasAnalysis.h
-llvm-cheri/include/llvm/Analysis/CGSCCPassManager.h
-llvm-cheri/include/llvm/Analysis/CallGraph.h
-llvm-cheri/include/llvm/Analysis/CallGraphSCCPass.h
-llvm-cheri/include/llvm/Analysis/CallPrinter.h
-llvm-cheri/include/llvm/Analysis/CaptureTracking.h
-llvm-cheri/include/llvm/Analysis/CodeMetrics.h
-llvm-cheri/include/llvm/Analysis/ConstantFolding.h
-llvm-cheri/include/llvm/Analysis/DOTGraphTraitsPass.h
-llvm-cheri/include/llvm/Analysis/DemandedBits.h
-llvm-cheri/include/llvm/Analysis/DependenceAnalysis.h
-llvm-cheri/include/llvm/Analysis/DivergenceAnalysis.h
-llvm-cheri/include/llvm/Analysis/DomPrinter.h
-llvm-cheri/include/llvm/Analysis/DominanceFrontier.h
-llvm-cheri/include/llvm/Analysis/DominanceFrontierImpl.h
-llvm-cheri/include/llvm/Analysis/GlobalsModRef.h
-llvm-cheri/include/llvm/Analysis/IVUsers.h
-llvm-cheri/include/llvm/Analysis/InlineCost.h
-llvm-cheri/include/llvm/Analysis/InstructionSimplify.h
-llvm-cheri/include/llvm/Analysis/Interval.h
-llvm-cheri/include/llvm/Analysis/IntervalIterator.h
-llvm-cheri/include/llvm/Analysis/IntervalPartition.h
-llvm-cheri/include/llvm/Analysis/IteratedDominanceFrontier.h
-llvm-cheri/include/llvm/Analysis/LazyCallGraph.h
-llvm-cheri/include/llvm/Analysis/LazyValueInfo.h
-llvm-cheri/include/llvm/Analysis/LibCallSemantics.h
-llvm-cheri/include/llvm/Analysis/Lint.h
-llvm-cheri/include/llvm/Analysis/Loads.h
-llvm-cheri/include/llvm/Analysis/LoopAccessAnalysis.h
-llvm-cheri/include/llvm/Analysis/LoopInfo.h
-llvm-cheri/include/llvm/Analysis/LoopInfoImpl.h
-llvm-cheri/include/llvm/Analysis/LoopIterator.h
-llvm-cheri/include/llvm/Analysis/LoopPass.h
-llvm-cheri/include/llvm/Analysis/MemoryBuiltins.h
-llvm-cheri/include/llvm/Analysis/MemoryDependenceAnalysis.h
-llvm-cheri/include/llvm/Analysis/MemoryLocation.h
-llvm-cheri/include/llvm/Analysis/ObjCARCAliasAnalysis.h
-llvm-cheri/include/llvm/Analysis/ObjCARCAnalysisUtils.h
-llvm-cheri/include/llvm/Analysis/ObjCARCInstKind.h
-llvm-cheri/include/llvm/Analysis/OrderedBasicBlock.h
-llvm-cheri/include/llvm/Analysis/PHITransAddr.h
-llvm-cheri/include/llvm/Analysis/Passes.h
-llvm-cheri/include/llvm/Analysis/PostDominators.h
-llvm-cheri/include/llvm/Analysis/PtrUseVisitor.h
-llvm-cheri/include/llvm/Analysis/RegionInfo.h
-llvm-cheri/include/llvm/Analysis/RegionInfoImpl.h
-llvm-cheri/include/llvm/Analysis/RegionIterator.h
-llvm-cheri/include/llvm/Analysis/RegionPass.h
-llvm-cheri/include/llvm/Analysis/RegionPrinter.h
-llvm-cheri/include/llvm/Analysis/ScalarEvolution.h
-llvm-cheri/include/llvm/Analysis/ScalarEvolutionAliasAnalysis.h
-llvm-cheri/include/llvm/Analysis/ScalarEvolutionExpander.h
-llvm-cheri/include/llvm/Analysis/ScalarEvolutionExpressions.h
-llvm-cheri/include/llvm/Analysis/ScalarEvolutionNormalization.h
-llvm-cheri/include/llvm/Analysis/ScopedNoAliasAA.h
-llvm-cheri/include/llvm/Analysis/SparsePropagation.h
-llvm-cheri/include/llvm/Analysis/TargetFolder.h
-llvm-cheri/include/llvm/Analysis/TargetLibraryInfo.def
-llvm-cheri/include/llvm/Analysis/TargetLibraryInfo.h
-llvm-cheri/include/llvm/Analysis/TargetTransformInfo.h
-llvm-cheri/include/llvm/Analysis/TargetTransformInfoImpl.h
-llvm-cheri/include/llvm/Analysis/Trace.h
-llvm-cheri/include/llvm/Analysis/TypeBasedAliasAnalysis.h
-llvm-cheri/include/llvm/Analysis/ValueTracking.h
-llvm-cheri/include/llvm/Analysis/VectorUtils.h
-llvm-cheri/include/llvm/AsmParser/Parser.h
-llvm-cheri/include/llvm/AsmParser/SlotMapping.h
-llvm-cheri/include/llvm/Bitcode/BitCodes.h
-llvm-cheri/include/llvm/Bitcode/BitcodeWriterPass.h
-llvm-cheri/include/llvm/Bitcode/BitstreamReader.h
-llvm-cheri/include/llvm/Bitcode/BitstreamWriter.h
-llvm-cheri/include/llvm/Bitcode/LLVMBitCodes.h
-llvm-cheri/include/llvm/Bitcode/ReaderWriter.h
-llvm-cheri/include/llvm/CodeGen/Analysis.h
-llvm-cheri/include/llvm/CodeGen/AsmPrinter.h
-llvm-cheri/include/llvm/CodeGen/AtomicExpandUtils.h
-llvm-cheri/include/llvm/CodeGen/BasicTTIImpl.h
-llvm-cheri/include/llvm/CodeGen/CalcSpillWeights.h
-llvm-cheri/include/llvm/CodeGen/CallingConvLower.h
-llvm-cheri/include/llvm/CodeGen/CommandFlags.h
-llvm-cheri/include/llvm/CodeGen/DAGCombine.h
-llvm-cheri/include/llvm/CodeGen/DFAPacketizer.h
-llvm-cheri/include/llvm/CodeGen/DIE.h
-llvm-cheri/include/llvm/CodeGen/DIEValue.def
-llvm-cheri/include/llvm/CodeGen/DwarfStringPoolEntry.h
-llvm-cheri/include/llvm/CodeGen/EdgeBundles.h
-llvm-cheri/include/llvm/CodeGen/FastISel.h
-llvm-cheri/include/llvm/CodeGen/FaultMaps.h
-llvm-cheri/include/llvm/CodeGen/FunctionLoweringInfo.h
-llvm-cheri/include/llvm/CodeGen/GCMetadata.h
-llvm-cheri/include/llvm/CodeGen/GCMetadataPrinter.h
-llvm-cheri/include/llvm/CodeGen/GCStrategy.h
-llvm-cheri/include/llvm/CodeGen/GCs.h
-llvm-cheri/include/llvm/CodeGen/ISDOpcodes.h
-llvm-cheri/include/llvm/CodeGen/IntrinsicLowering.h
-llvm-cheri/include/llvm/CodeGen/LatencyPriorityQueue.h
-llvm-cheri/include/llvm/CodeGen/LexicalScopes.h
-llvm-cheri/include/llvm/CodeGen/LinkAllAsmWriterComponents.h
-llvm-cheri/include/llvm/CodeGen/LinkAllCodegenComponents.h
-llvm-cheri/include/llvm/CodeGen/LiveInterval.h
-llvm-cheri/include/llvm/CodeGen/LiveIntervalAnalysis.h
-llvm-cheri/include/llvm/CodeGen/LiveIntervalUnion.h
-llvm-cheri/include/llvm/CodeGen/LivePhysRegs.h
-llvm-cheri/include/llvm/CodeGen/LiveRangeEdit.h
-llvm-cheri/include/llvm/CodeGen/LiveRegMatrix.h
-llvm-cheri/include/llvm/CodeGen/LiveStackAnalysis.h
-llvm-cheri/include/llvm/CodeGen/LiveVariables.h
-llvm-cheri/include/llvm/CodeGen/MIRParser/MIRParser.h
-llvm-cheri/include/llvm/CodeGen/MIRYamlMapping.h
-llvm-cheri/include/llvm/CodeGen/MachORelocation.h
-llvm-cheri/include/llvm/CodeGen/MachineBasicBlock.h
-llvm-cheri/include/llvm/CodeGen/MachineBlockFrequencyInfo.h
-llvm-cheri/include/llvm/CodeGen/MachineBranchProbabilityInfo.h
-llvm-cheri/include/llvm/CodeGen/MachineCombinerPattern.h
-llvm-cheri/include/llvm/CodeGen/MachineConstantPool.h
-llvm-cheri/include/llvm/CodeGen/MachineDominanceFrontier.h
-llvm-cheri/include/llvm/CodeGen/MachineDominators.h
-llvm-cheri/include/llvm/CodeGen/MachineFrameInfo.h
-llvm-cheri/include/llvm/CodeGen/MachineFunction.h
-llvm-cheri/include/llvm/CodeGen/MachineFunctionAnalysis.h
-llvm-cheri/include/llvm/CodeGen/MachineFunctionInitializer.h
-llvm-cheri/include/llvm/CodeGen/MachineFunctionPass.h
-llvm-cheri/include/llvm/CodeGen/MachineInstr.h
-llvm-cheri/include/llvm/CodeGen/MachineInstrBuilder.h
-llvm-cheri/include/llvm/CodeGen/MachineInstrBundle.h
-llvm-cheri/include/llvm/CodeGen/MachineJumpTableInfo.h
-llvm-cheri/include/llvm/CodeGen/MachineLoopInfo.h
-llvm-cheri/include/llvm/CodeGen/MachineMemOperand.h
-llvm-cheri/include/llvm/CodeGen/MachineModuleInfo.h
-llvm-cheri/include/llvm/CodeGen/MachineModuleInfoImpls.h
-llvm-cheri/include/llvm/CodeGen/MachineOperand.h
-llvm-cheri/include/llvm/CodeGen/MachinePassRegistry.h
-llvm-cheri/include/llvm/CodeGen/MachinePostDominators.h
-llvm-cheri/include/llvm/CodeGen/MachineRegionInfo.h
-llvm-cheri/include/llvm/CodeGen/MachineRegisterInfo.h
-llvm-cheri/include/llvm/CodeGen/MachineSSAUpdater.h
-llvm-cheri/include/llvm/CodeGen/MachineScheduler.h
-llvm-cheri/include/llvm/CodeGen/MachineTraceMetrics.h
-llvm-cheri/include/llvm/CodeGen/MachineValueType.h
-llvm-cheri/include/llvm/CodeGen/PBQP/CostAllocator.h
-llvm-cheri/include/llvm/CodeGen/PBQP/Graph.h
-llvm-cheri/include/llvm/CodeGen/PBQP/Math.h
-llvm-cheri/include/llvm/CodeGen/PBQP/ReductionRules.h
-llvm-cheri/include/llvm/CodeGen/PBQP/Solution.h
-llvm-cheri/include/llvm/CodeGen/PBQPRAConstraint.h
-llvm-cheri/include/llvm/CodeGen/ParallelCG.h
-llvm-cheri/include/llvm/CodeGen/Passes.h
-llvm-cheri/include/llvm/CodeGen/PseudoSourceValue.h
-llvm-cheri/include/llvm/CodeGen/RegAllocPBQP.h
-llvm-cheri/include/llvm/CodeGen/RegAllocRegistry.h
-llvm-cheri/include/llvm/CodeGen/RegisterClassInfo.h
-llvm-cheri/include/llvm/CodeGen/RegisterPressure.h
-llvm-cheri/include/llvm/CodeGen/RegisterScavenging.h
-llvm-cheri/include/llvm/CodeGen/ResourcePriorityQueue.h
-llvm-cheri/include/llvm/CodeGen/RuntimeLibcalls.h
-llvm-cheri/include/llvm/CodeGen/ScheduleDAG.h
-llvm-cheri/include/llvm/CodeGen/ScheduleDAGInstrs.h
-llvm-cheri/include/llvm/CodeGen/ScheduleDFS.h
-llvm-cheri/include/llvm/CodeGen/ScheduleHazardRecognizer.h
-llvm-cheri/include/llvm/CodeGen/SchedulerRegistry.h
-llvm-cheri/include/llvm/CodeGen/ScoreboardHazardRecognizer.h
-llvm-cheri/include/llvm/CodeGen/SelectionDAG.h
-llvm-cheri/include/llvm/CodeGen/SelectionDAGISel.h
-llvm-cheri/include/llvm/CodeGen/SelectionDAGNodes.h
-llvm-cheri/include/llvm/CodeGen/SlotIndexes.h
-llvm-cheri/include/llvm/CodeGen/StackMaps.h
-llvm-cheri/include/llvm/CodeGen/StackProtector.h
-llvm-cheri/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
-llvm-cheri/include/llvm/CodeGen/TargetSchedule.h
-llvm-cheri/include/llvm/CodeGen/ValueTypes.h
-llvm-cheri/include/llvm/CodeGen/ValueTypes.td
-llvm-cheri/include/llvm/CodeGen/VirtRegMap.h
-llvm-cheri/include/llvm/CodeGen/WinEHFuncInfo.h
-llvm-cheri/include/llvm/Config/AsmParsers.def
-llvm-cheri/include/llvm/Config/AsmPrinters.def
-llvm-cheri/include/llvm/Config/Disassemblers.def
-llvm-cheri/include/llvm/Config/Targets.def
-llvm-cheri/include/llvm/Config/llvm-config.h
-llvm-cheri/include/llvm/DebugInfo/DIContext.h
-llvm-cheri/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h
-llvm-cheri/include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h
-llvm-cheri/include/llvm/DebugInfo/DWARF/DWARFCompileUnit.h
-llvm-cheri/include/llvm/DebugInfo/DWARF/DWARFContext.h
-llvm-cheri/include/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h
-llvm-cheri/include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h
-llvm-cheri/include/llvm/DebugInfo/DWARF/DWARFDebugAranges.h
-llvm-cheri/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h
-llvm-cheri/include/llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h
-llvm-cheri/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
-llvm-cheri/include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h
-llvm-cheri/include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h
-llvm-cheri/include/llvm/DebugInfo/DWARF/DWARFFormValue.h
-llvm-cheri/include/llvm/DebugInfo/DWARF/DWARFRelocMap.h
-llvm-cheri/include/llvm/DebugInfo/DWARF/DWARFSection.h
-llvm-cheri/include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h
-llvm-cheri/include/llvm/DebugInfo/DWARF/DWARFUnit.h
-llvm-cheri/include/llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h
-llvm-cheri/include/llvm/DebugInfo/PDB/DIA/DIADataStream.h
-llvm-cheri/include/llvm/DebugInfo/PDB/DIA/DIAEnumDebugStreams.h
-llvm-cheri/include/llvm/DebugInfo/PDB/DIA/DIAEnumLineNumbers.h
-llvm-cheri/include/llvm/DebugInfo/PDB/DIA/DIAEnumSourceFiles.h
-llvm-cheri/include/llvm/DebugInfo/PDB/DIA/DIAEnumSymbols.h
-llvm-cheri/include/llvm/DebugInfo/PDB/DIA/DIALineNumber.h
-llvm-cheri/include/llvm/DebugInfo/PDB/DIA/DIARawSymbol.h
-llvm-cheri/include/llvm/DebugInfo/PDB/DIA/DIASession.h
-llvm-cheri/include/llvm/DebugInfo/PDB/DIA/DIASourceFile.h
-llvm-cheri/include/llvm/DebugInfo/PDB/DIA/DIASupport.h
-llvm-cheri/include/llvm/DebugInfo/PDB/IPDBDataStream.h
-llvm-cheri/include/llvm/DebugInfo/PDB/IPDBEnumChildren.h
-llvm-cheri/include/llvm/DebugInfo/PDB/IPDBLineNumber.h
-llvm-cheri/include/llvm/DebugInfo/PDB/IPDBRawSymbol.h
-llvm-cheri/include/llvm/DebugInfo/PDB/IPDBSession.h
-llvm-cheri/include/llvm/DebugInfo/PDB/IPDBSourceFile.h
-llvm-cheri/include/llvm/DebugInfo/PDB/PDB.h
-llvm-cheri/include/llvm/DebugInfo/PDB/PDBContext.h
-llvm-cheri/include/llvm/DebugInfo/PDB/PDBExtras.h
-llvm-cheri/include/llvm/DebugInfo/PDB/PDBSymDumper.h
-llvm-cheri/include/llvm/DebugInfo/PDB/PDBSymbol.h
-llvm-cheri/include/llvm/DebugInfo/PDB/PDBSymbolAnnotation.h
-llvm-cheri/include/llvm/DebugInfo/PDB/PDBSymbolBlock.h
-llvm-cheri/include/llvm/DebugInfo/PDB/PDBSymbolCompiland.h
-llvm-cheri/include/llvm/DebugInfo/PDB/PDBSymbolCompilandDetails.h
-llvm-cheri/include/llvm/DebugInfo/PDB/PDBSymbolCompilandEnv.h
-llvm-cheri/include/llvm/DebugInfo/PDB/PDBSymbolCustom.h
-llvm-cheri/include/llvm/DebugInfo/PDB/PDBSymbolData.h
-llvm-cheri/include/llvm/DebugInfo/PDB/PDBSymbolExe.h
-llvm-cheri/include/llvm/DebugInfo/PDB/PDBSymbolFunc.h
-llvm-cheri/include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugEnd.h
-llvm-cheri/include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugStart.h
-llvm-cheri/include/llvm/DebugInfo/PDB/PDBSymbolLabel.h
-llvm-cheri/include/llvm/DebugInfo/PDB/PDBSymbolPublicSymbol.h
-llvm-cheri/include/llvm/DebugInfo/PDB/PDBSymbolThunk.h
-llvm-cheri/include/llvm/DebugInfo/PDB/PDBSymbolTypeArray.h
-llvm-cheri/include/llvm/DebugInfo/PDB/PDBSymbolTypeBaseClass.h
-llvm-cheri/include/llvm/DebugInfo/PDB/PDBSymbolTypeBuiltin.h
-llvm-cheri/include/llvm/DebugInfo/PDB/PDBSymbolTypeCustom.h
-llvm-cheri/include/llvm/DebugInfo/PDB/PDBSymbolTypeDimension.h
-llvm-cheri/include/llvm/DebugInfo/PDB/PDBSymbolTypeEnum.h
-llvm-cheri/include/llvm/DebugInfo/PDB/PDBSymbolTypeFriend.h
-llvm-cheri/include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionArg.h
-llvm-cheri/include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionSig.h
-llvm-cheri/include/llvm/DebugInfo/PDB/PDBSymbolTypeManaged.h
-llvm-cheri/include/llvm/DebugInfo/PDB/PDBSymbolTypePointer.h
-llvm-cheri/include/llvm/DebugInfo/PDB/PDBSymbolTypeTypedef.h
-llvm-cheri/include/llvm/DebugInfo/PDB/PDBSymbolTypeUDT.h
-llvm-cheri/include/llvm/DebugInfo/PDB/PDBSymbolTypeVTable.h
-llvm-cheri/include/llvm/DebugInfo/PDB/PDBSymbolTypeVTableShape.h
-llvm-cheri/include/llvm/DebugInfo/PDB/PDBSymbolUnknown.h
-llvm-cheri/include/llvm/DebugInfo/PDB/PDBSymbolUsingNamespace.h
-llvm-cheri/include/llvm/DebugInfo/PDB/PDBTypes.h
-llvm-cheri/include/llvm/ExecutionEngine/ExecutionEngine.h
-llvm-cheri/include/llvm/ExecutionEngine/GenericValue.h
-llvm-cheri/include/llvm/ExecutionEngine/Interpreter.h
-llvm-cheri/include/llvm/ExecutionEngine/JITEventListener.h
-llvm-cheri/include/llvm/ExecutionEngine/JITSymbolFlags.h
-llvm-cheri/include/llvm/ExecutionEngine/MCJIT.h
-llvm-cheri/include/llvm/ExecutionEngine/OProfileWrapper.h
-llvm-cheri/include/llvm/ExecutionEngine/ObjectCache.h
-llvm-cheri/include/llvm/ExecutionEngine/ObjectMemoryBuffer.h
-llvm-cheri/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
-llvm-cheri/include/llvm/ExecutionEngine/Orc/CompileUtils.h
-llvm-cheri/include/llvm/ExecutionEngine/Orc/ExecutionUtils.h
-llvm-cheri/include/llvm/ExecutionEngine/Orc/GlobalMappingLayer.h
-llvm-cheri/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h
-llvm-cheri/include/llvm/ExecutionEngine/Orc/IRTransformLayer.h
-llvm-cheri/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h
-llvm-cheri/include/llvm/ExecutionEngine/Orc/JITSymbol.h
-llvm-cheri/include/llvm/ExecutionEngine/Orc/LambdaResolver.h
-llvm-cheri/include/llvm/ExecutionEngine/Orc/LazyEmittingLayer.h
-llvm-cheri/include/llvm/ExecutionEngine/Orc/LogicalDylib.h
-llvm-cheri/include/llvm/ExecutionEngine/Orc/NullResolver.h
-llvm-cheri/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h
-llvm-cheri/include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h
-llvm-cheri/include/llvm/ExecutionEngine/Orc/OrcTargetSupport.h
-llvm-cheri/include/llvm/ExecutionEngine/OrcMCJITReplacement.h
-llvm-cheri/include/llvm/ExecutionEngine/RTDyldMemoryManager.h
-llvm-cheri/include/llvm/ExecutionEngine/RuntimeDyld.h
-llvm-cheri/include/llvm/ExecutionEngine/RuntimeDyldChecker.h
-llvm-cheri/include/llvm/ExecutionEngine/SectionMemoryManager.h
-llvm-cheri/include/llvm/IR/Argument.h
-llvm-cheri/include/llvm/IR/AssemblyAnnotationWriter.h
-llvm-cheri/include/llvm/IR/Attributes.h
-llvm-cheri/include/llvm/IR/AutoUpgrade.h
-llvm-cheri/include/llvm/IR/BasicBlock.h
-llvm-cheri/include/llvm/IR/CFG.h
-llvm-cheri/include/llvm/IR/CallSite.h
-llvm-cheri/include/llvm/IR/CallingConv.h
-llvm-cheri/include/llvm/IR/Comdat.h
-llvm-cheri/include/llvm/IR/Constant.h
-llvm-cheri/include/llvm/IR/ConstantFolder.h
-llvm-cheri/include/llvm/IR/ConstantRange.h
-llvm-cheri/include/llvm/IR/Constants.h
-llvm-cheri/include/llvm/IR/DIBuilder.h
-llvm-cheri/include/llvm/IR/DataLayout.h
-llvm-cheri/include/llvm/IR/DebugInfo.h
-llvm-cheri/include/llvm/IR/DebugInfoFlags.def
-llvm-cheri/include/llvm/IR/DebugInfoMetadata.h
-llvm-cheri/include/llvm/IR/DebugLoc.h
-llvm-cheri/include/llvm/IR/DerivedTypes.h
-llvm-cheri/include/llvm/IR/DiagnosticInfo.h
-llvm-cheri/include/llvm/IR/DiagnosticPrinter.h
-llvm-cheri/include/llvm/IR/Dominators.h
-llvm-cheri/include/llvm/IR/Function.h
-llvm-cheri/include/llvm/IR/FunctionInfo.h
-llvm-cheri/include/llvm/IR/GVMaterializer.h
-llvm-cheri/include/llvm/IR/GetElementPtrTypeIterator.h
-llvm-cheri/include/llvm/IR/GlobalAlias.h
-llvm-cheri/include/llvm/IR/GlobalObject.h
-llvm-cheri/include/llvm/IR/GlobalValue.h
-llvm-cheri/include/llvm/IR/GlobalVariable.h
-llvm-cheri/include/llvm/IR/IRBuilder.h
-llvm-cheri/include/llvm/IR/IRPrintingPasses.h
-llvm-cheri/include/llvm/IR/InlineAsm.h
-llvm-cheri/include/llvm/IR/InstIterator.h
-llvm-cheri/include/llvm/IR/InstVisitor.h
-llvm-cheri/include/llvm/IR/InstrTypes.h
-llvm-cheri/include/llvm/IR/Instruction.def
-llvm-cheri/include/llvm/IR/Instruction.h
-llvm-cheri/include/llvm/IR/Instructions.h
-llvm-cheri/include/llvm/IR/IntrinsicInst.h
-llvm-cheri/include/llvm/IR/Intrinsics.gen
-llvm-cheri/include/llvm/IR/Intrinsics.h
-llvm-cheri/include/llvm/IR/Intrinsics.td
-llvm-cheri/include/llvm/IR/IntrinsicsAArch64.td
-llvm-cheri/include/llvm/IR/IntrinsicsAMDGPU.td
-llvm-cheri/include/llvm/IR/IntrinsicsARM.td
-llvm-cheri/include/llvm/IR/IntrinsicsBPF.td

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***


More information about the svn-ports-all mailing list