[clang] [clang] Fix CTAD not work for function-type and array-type arguments. (PR #78159)

Haojian Wu via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 15 06:15:31 PST 2024


================
@@ -0,0 +1,26 @@
+// RUN: %clang_cc1 -fsyntax-only -verify -Wno-unused-value -std=c++20 %s
+// expected-no-diagnostics
----------------
hokein wrote:

Sure, done.

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


More information about the cfe-commits mailing list