[clang] [clang] add `-fimplicit-constexpr` flag (PR #136436)

Hana Dusíková via cfe-commits cfe-commits at lists.llvm.org
Sat Apr 19 15:27:29 PDT 2025


================
@@ -0,0 +1,51 @@
+// RUN: %clang_cc1 -verify=normal,both -std=c++23 %s
+// RUN: %clang_cc1 -verify=implicit,both -fimplicit-constexpr -std=c++23 %s
----------------
hanickadot wrote:

new test added for earlier standards too

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


More information about the cfe-commits mailing list