https://github.com/tbaederr created https://github.com/llvm/llvm-project/pull/204509
They don't disagree anymore. >From 6825edd2fbf32163af15123c043bfa86e2bed9f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= <[email protected]> Date: Thu, 18 Jun 2026 07:02:13 +0200 Subject: [PATCH] [clang][bytecode][NFC] Remove an outdated comment They don't disagree anymore. --- clang/test/AST/ByteCode/cxx23.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/clang/test/AST/ByteCode/cxx23.cpp b/clang/test/AST/ByteCode/cxx23.cpp index 0050d34a47269..ba7db75a589a1 100644 --- a/clang/test/AST/ByteCode/cxx23.cpp +++ b/clang/test/AST/ByteCode/cxx23.cpp @@ -317,7 +317,6 @@ namespace AnonUnionDtor { void bar() { foo(); } } -/// FIXME: The two interpreters disagree about there to diagnose the non-constexpr destructor call. namespace NonLiteralDtorInParam { class NonLiteral { // all20-note {{is not an aggregate and has no constexpr constructors other than copy or move constructors}} public: _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
