Author: Timm Baeder Date: 2026-06-18T08:08:05+02:00 New Revision: 14de4e5479ccff5eff346d77a7ab6b9bbc9fa32c
URL: https://github.com/llvm/llvm-project/commit/14de4e5479ccff5eff346d77a7ab6b9bbc9fa32c DIFF: https://github.com/llvm/llvm-project/commit/14de4e5479ccff5eff346d77a7ab6b9bbc9fa32c.diff LOG: [clang][bytecode][NFC] Remove an outdated comment (#204509) They don't disagree anymore. Added: Modified: clang/test/AST/ByteCode/cxx23.cpp Removed: ################################################################################ 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
