From b8cfcc71469d40a98f4cc79fcdc46cd67bea45f7 Mon Sep 17 00:00:00 2001 From: George Karpenkov Date: Fri, 2 Nov 2018 18:28:52 +0000 Subject: [PATCH] [analyzer] Fixup of the module build after https://reviews.llvm.org/D53277 Adds AnalyzerOptions.def to the list of textual headers. llvm-svn: 346028 --- clang/include/clang/module.modulemap | 1 + 1 file changed, 1 insertion(+) diff --git a/clang/include/clang/module.modulemap b/clang/include/clang/module.modulemap index 4cf5cd4..60febd2 100644 --- a/clang/include/clang/module.modulemap +++ b/clang/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" -- 2.7.4