[clang] [Clang][Sema] Fix the lambda call expression inside of a type alias declaration (PR #82310)
Younan Zhang via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 12 21:34:04 PDT 2024
zyn0217 wrote:
> I think some `static_assert` statements are required to demonstrate it does deduce the type of template parameters correctly.
Added. Although the patch doesn't touch that type deduction part and thus they are theoretically not affected.
https://github.com/llvm/llvm-project/pull/82310
More information about the cfe-commits
mailing list