[clang] [clang] Fix CTAD not work for function-type and array-type arguments. (PR #78159)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 15 05:52:25 PST 2024
================
@@ -0,0 +1,26 @@
+// RUN: %clang_cc1 -fsyntax-only -verify -Wno-unused-value -std=c++20 %s
+// expected-no-diagnostics
----------------
cor3ntin wrote:
can you move that test to clang/test/SemaCXX/cxx1z-class-template-argument-deduction.cpp ?
https://github.com/llvm/llvm-project/pull/78159
More information about the cfe-commits
mailing list