================
@@ -122,9 +122,9 @@ namespace CaseStatements {
}
extern int &Recurse1;
-int &Recurse2 = Recurse1; // expected-note {{declared here}}
+int &Recurse2 = Recurse1; // pre-cxx23-note {{declared here}}
----------------
efriedma-quic wrote:
I'd guess you just need to generate a note when you set `Result = false`, like
`the value 'Recurse2' is constexpr-unknown`.
https://github.com/llvm/llvm-project/pull/128409
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits