aboutsummaryrefslogtreecommitdiff
path: root/include/clang/module.modulemap
diff options
context:
space:
mode:
authorGeorge Karpenkov <ekarpenkov@apple.com>2018-11-02 18:28:52 +0000
committerGeorge Karpenkov <ekarpenkov@apple.com>2018-11-02 18:28:52 +0000
commite57e54dd7bb9b3bf40563664700b9a43930dbe0d (patch)
treeb809947e7bc2ee3090521153d69425013d0a1a0e /include/clang/module.modulemap
parent622c6885c372b613ccc6c081df8e8a363da85693 (diff)
[analyzer] Fixup of the module build after https://reviews.llvm.org/D53277
Adds AnalyzerOptions.def to the list of textual headers. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@346028 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/module.modulemap')
-rw-r--r--include/clang/module.modulemap1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/module.modulemap b/include/clang/module.modulemap
index 4cf5cd44bf..60febd2f6a 100644
--- a/include/clang/module.modulemap
+++ b/include/clang/module.modulemap
@@ -128,6 +128,7 @@ module Clang_StaticAnalyzer_Core {
umbrella "StaticAnalyzer/Core"
textual header "StaticAnalyzer/Core/Analyses.def"
+ textual header "StaticAnalyzer/Core/AnalyzerOptions.def"
textual header "StaticAnalyzer/Core/PathSensitive/SVals.def"
textual header "StaticAnalyzer/Core/PathSensitive/Symbols.def"
textual header "StaticAnalyzer/Core/PathSensitive/Regions.def"