[clang] [clang] Enable C++17 relaxed template template argument matching by default (PR #89807)
Vlad Serebrennikov via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 26 01:28:52 PDT 2024
================
@@ -0,0 +1,115 @@
+// RUN: %clang_cc1 %s -fsyntax-only -std=c++23 -verify=expected,new
+// RUN: %clang_cc1 %s -fsyntax-only -std=c++23 -fno-relaxed-template-template-args -verify=expected,old
----------------
Endilll wrote:
Given that you're fixing CWG2398, you should be adding a test here to update https://clang.llvm.org/cxx_dr_status.html. This corner of our test suite lives by its own rules to some extent, so you should stay consistent with 700 tests we already have.
https://github.com/llvm/llvm-project/pull/89807
More information about the cfe-commits
mailing list