[clang] Issue #63106: [сlang] Representation of ellipsis in AST (PR #80976)
Shahid Iqbal via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 4 05:50:38 PST 2024
shahidiqbal13 wrote:
Hi @AaronBallman
Can you pls explain me your previous response _"It would be better for us to associate the data with catch statements specifically because there's a lot fewer of those than there are variable declarations in general."_
I mean storing the ellipsis's location in catch stmt is not going to work, we need to add certain flags/function in VarDecl. Can you please review which I have raised currently one more time?
https://github.com/llvm/llvm-project/pull/80976
More information about the cfe-commits
mailing list