[clang] Issue #63106: [сlang] Representation of ellipsis in AST (PR #80976)

via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 7 05:50:13 PST 2024


cor3ntin wrote:

Using an extra bit for that in `Decl` (that is the base class of all declaration), seems a bit heavy handed as bits in that part of the astnode are precious.
Did you consider storing the EllipsisLoc in CXXCatchStmt ? 

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


More information about the cfe-commits mailing list