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

Vlad Serebrennikov via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 22 02:59:03 PST 2023


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

Is triple necessary for the test?

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


More information about the cfe-commits mailing list