[clang] [AST] Remove clang/AST/CommentDiagnostic.h (PR #117499)

via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 26 07:05:11 PST 2024


================
@@ -111,7 +111,6 @@ module Clang_Diagnostics {
   module All { header "clang/Basic/AllDiagnostics.h" export * }
   module Analysis { textual header "clang/Analysis/Analyses/UnsafeBufferUsageGadgets.def" }
   module AST { header "clang/AST/ASTDiagnostic.h" export * }
-  module Comment { header "clang/AST/CommentDiagnostic.h" export * }
----------------
Sirraide wrote:

Do we want to replace this with a reference to `DiagnosticComment.h` instead of removing it entirely?

https://github.com/llvm/llvm-project/pull/117499


More information about the cfe-commits mailing list