summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/tools/clang/include/clang/module.modulemap
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/llvm/tools/clang/include/clang/module.modulemap')
-rw-r--r--gnu/llvm/tools/clang/include/clang/module.modulemap5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/llvm/tools/clang/include/clang/module.modulemap b/gnu/llvm/tools/clang/include/clang/module.modulemap
index 28b6d1652c5..7fa8b82515e 100644
--- a/gnu/llvm/tools/clang/include/clang/module.modulemap
+++ b/gnu/llvm/tools/clang/include/clang/module.modulemap
@@ -12,6 +12,7 @@ module Clang_AST {
umbrella "AST"
textual header "AST/BuiltinTypes.def"
+ textual header "AST/OperationKinds.def"
textual header "AST/TypeLocNodes.def"
textual header "AST/TypeNodes.def"
@@ -41,6 +42,7 @@ module Clang_Basic {
textual header "Basic/DiagnosticOptions.def"
textual header "Basic/LangOptions.def"
textual header "Basic/OpenCLExtensions.def"
+ textual header "Basic/OpenCLImageTypes.def"
textual header "Basic/OpenMPKinds.def"
textual header "Basic/OperatorKinds.def"
textual header "Basic/Sanitizers.def"
@@ -108,6 +110,9 @@ module Clang_StaticAnalyzer_Core {
umbrella "StaticAnalyzer/Core"
textual header "StaticAnalyzer/Core/Analyses.def"
+ textual header "StaticAnalyzer/Core/PathSensitive/SVals.def"
+ textual header "StaticAnalyzer/Core/PathSensitive/Symbols.def"
+ textual header "StaticAnalyzer/Core/PathSensitive/Regions.def"
module * { export * }
}