From: George Karpenkov Date: Fri, 2 Nov 2018 18:28:52 +0000 (+0000) Subject: [analyzer] Fixup of the module build after https://reviews.llvm.org/D53277 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e57e54dd7bb9b3bf40563664700b9a43930dbe0d;p=clang [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 --- 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"