[clang] [clang] Fix CTAD not work for C++ explicit type conversion (functional annotation). (PR #75779)

via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 18 02:18:45 PST 2023


https://github.com/cor3ntin commented:

Why remove the support for ParenListExpr entirely?
Could you not fallback on looking at the init list expression only when ParenListExpr is null?

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


More information about the cfe-commits mailing list