Add missing textual header to module map
authorAdrian Prantl <aprantl@apple.com>
Tue, 20 Dec 2022 18:05:40 +0000 (10:05 -0800)
committerAdrian Prantl <aprantl@apple.com>
Tue, 20 Dec 2022 18:05:55 +0000 (10:05 -0800)
clang/include/clang/module.modulemap

index 227beaf..c182da1 100644 (file)
@@ -94,7 +94,10 @@ module Clang_Diagnostics {
   requires cplusplus
 
   module All { header "Basic/AllDiagnostics.h" export * }
-  module Analysis { header "Analysis/AnalysisDiagnostic.h" export * }
+  module Analysis {
+    header "Analysis/AnalysisDiagnostic.h" export *
+    textual header "Analysis/Analyses/UnsafeBufferUsageGadgets.def"
+  }
   module AST { header "AST/ASTDiagnostic.h" export * }
   module Comment { header "AST/CommentDiagnostic.h" export * }
   module Driver { header "Driver/DriverDiagnostic.h" export * }