We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17c8cf4 commit 80b5e55Copy full SHA for 80b5e55
clang/include/module.modulemap
@@ -112,6 +112,8 @@ module Clang_Diagnostics {
112
module Parse { header "clang/Basic/DiagnosticParse.h" export * }
113
module Serialization { header "clang/Serialization/SerializationDiagnostic.h" export * }
114
module Refactoring { header "clang/Tooling/Refactoring/RefactoringDiagnostic.h" export * }
115
+
116
+ textual header "clang/Basic/AllDiagnosticKinds.inc"
117
}
118
119
module Clang_Driver {
0 commit comments