[clang] [Clang] use constant evaluation context for constexpr if conditions (PR #123667)

A. Jiang via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 20 19:50:57 PST 2025


================
@@ -0,0 +1,10 @@
+// RUN: %clang_cc1 -std=c++26 -verify %s
----------------
frederick-vs-ja wrote:

I think it would be better to verify that this is OK since C++20.

https://github.com/llvm/llvm-project/pull/123667


More information about the cfe-commits mailing list