Author: Timm Baeder Date: 2026-02-17T12:16:57+01:00 New Revision: b7e54b933389a12ecd5990ed28f0efb87b082ab4
URL: https://github.com/llvm/llvm-project/commit/b7e54b933389a12ecd5990ed28f0efb87b082ab4 DIFF: https://github.com/llvm/llvm-project/commit/b7e54b933389a12ecd5990ed28f0efb87b082ab4.diff LOG: [clang][NFC] Remove unused diagnostic (#181790) Added: Modified: clang/include/clang/Basic/DiagnosticASTKinds.td Removed: ################################################################################ diff --git a/clang/include/clang/Basic/DiagnosticASTKinds.td b/clang/include/clang/Basic/DiagnosticASTKinds.td index f36c02851a6a1..5446c0d89597b 100644 --- a/clang/include/clang/Basic/DiagnosticASTKinds.td +++ b/clang/include/clang/Basic/DiagnosticASTKinds.td @@ -404,10 +404,8 @@ def note_constexpr_infer_alloc_token_type_inference_failed : Note< "could not infer allocation type for __builtin_infer_alloc_token">; def note_constexpr_infer_alloc_token_no_metadata : Note< "could not get token metadata for inferred type">; -def note_constexpr_infer_alloc_token_stateful_mode : Note< - "stateful alloc token mode not supported in constexpr">; -def err_experimental_clang_interp_failed : Error< - "the experimental clang interpreter failed to evaluate an expression">; +def note_constexpr_infer_alloc_token_stateful_mode + : Note<"stateful alloc token mode not supported in constexpr">; def warn_attribute_needs_aggregate : Warning< "%0 attribute is ignored in non-aggregate type %1">, _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
