[clang] [Clang] Implement P2308R1 - Template Parameter Initialization. (PR #73103)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 29 08:24:55 PST 2023


================
@@ -0,0 +1,32 @@
+// RUN: %clang_cc1 -std=c++98 -triple x86_64-unknown-unknown %s -verify -fexceptions -fcxx-exceptions -pedantic-errors \
----------------
AaronBallman wrote:

I don't think we need `-fexceptions -fcxx-exceptions -Wno-variadic-macros -Wno-c11-extensions` either.

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


More information about the cfe-commits mailing list