Skip to content

Commit b93f8b8

Browse files
authored
[Modules] Fix missing module dependency introduced by 7347870 (#126007)
7347870 introduced a textual header but did not update clang's module map. This PR adds the header to the module map.
1 parent f616210 commit b93f8b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/include/module.modulemap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ module Clang_Diagnostics {
112112
module Parse { header "clang/Basic/DiagnosticParse.h" export * }
113113
module Serialization { header "clang/Serialization/SerializationDiagnostic.h" export * }
114114
module Refactoring { header "clang/Tooling/Refactoring/RefactoringDiagnostic.h" export * }
115+
116+
textual header "clang/Basic/AllDiagnosticKinds.inc"
115117
}
116118

117119
module Clang_Driver {

0 commit comments

Comments
 (0)