[PATCH] D134303: [AST] Preserve more structure in UsingEnumDecl node.

Nathan Sidwell via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 21 06:36:12 PDT 2022


urnathan added a comment.

AFAICT the UsingDecl doesn't capture the NestedNameSpecifier location, is UsingEnumDecl special in some way, or would this information be better placed in BaseUsingDecl?  Thanks for spotting the possible mid-air collistion with D134283 <https://reviews.llvm.org/D134283>.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134303/new/

https://reviews.llvm.org/D134303



More information about the cfe-commits mailing list