[clang] [Sema][CTAD] Allow user defined conversion for copy-list-initialization (PR #94752)
Haojian Wu via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 18 11:35:19 PDT 2024
================
@@ -0,0 +1,65 @@
+// RUN: %clang_cc1 -fsyntax-only -verify -Wno-unused-value -std=c++20 %s
----------------
hokein wrote:
yeah, that's expected, we disable the clang-format for all lit test files (see the `clang/test/.clang-format`).
https://github.com/llvm/llvm-project/pull/94752
More information about the cfe-commits
mailing list