diff options
| author | Kazu Hirata <kazu@google.com> | 2024-11-18 07:19:33 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-18 07:19:33 -0800 |
| commit | 834dfd23155351c9885eddf7b9664f7697326946 (patch) | |
| tree | d9262bb6041bfc2bb7f275e138d86330169f0f41 /clang/include/module.modulemap | |
| parent | 6e1acdcdc1b33c8d3cccf09b8d38279eef2ba69e (diff) | |
[Parse] Remove ParseDiagnostic.h (#116496)
This patch removes clang/Parse/ParseDiagnostic.h because it just
forwards to clang/Basic/DiagnosticParse.h.
Diffstat (limited to 'clang/include/module.modulemap')
| -rw-r--r-- | clang/include/module.modulemap | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/include/module.modulemap b/clang/include/module.modulemap index 6f18c0a49641..b399f0beee59 100644 --- a/clang/include/module.modulemap +++ b/clang/include/module.modulemap @@ -116,7 +116,6 @@ module Clang_Diagnostics { module Frontend { header "clang/Frontend/FrontendDiagnostic.h" export * } module Lex { header "clang/Lex/LexDiagnostic.h" export * } module Parse { header "clang/Parse/ParseDiagnostic.h" export * } - module Sema { header "clang/Sema/SemaDiagnostic.h" export * } module Serialization { header "clang/Serialization/SerializationDiagnostic.h" export * } module Refactoring { header "clang/Tooling/Refactoring/RefactoringDiagnostic.h" export * } } |
