================
@@ -0,0 +1,7 @@
+// RUN: %clang_cc1 -Wno-return-type -std=c++23 -fsyntax-only -verify %s
+// expected-no-diagnostics
+constexpr int f() { }
+static_assert(__is_same(decltype([] constexpr -> int { }( )), int));
----------------
a-tarasyuk wrote:

@AaronBallman Should a new option (`-Winvalid-constexpr`) be added to control 
warnings for this case? Is that what you're referring to?

https://github.com/llvm/llvm-project/pull/94123
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to