Unverified Commit 868007a0 authored by Younan Zhang's avatar Younan Zhang Committed by GitHub
Browse files

[clang][Sema] Avoid non-empty unexpanded pack assertion for FunctionParmPackExpr (#69224)

Closes https://github.com/llvm/llvm-project/issues/61460.

We have FunctionParmPackExpr that serves as the unexpanded expression
but from which the visitor collects none, which may lead to assertion
failure during the template instantiation.
parent 285a229f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment