sammccall added a comment.

In D134303#3823620 <https://reviews.llvm.org/D134303#3823620>, @urnathan wrote:

> Does this still apply with the fix for dr2621 landed?

Not cleanly, as getType already creates the ElaboratedTypeLoc for the qualifier 
but without the `enum` keyword. Wrapping it with a second ElaboratedType isn't 
consistent with how these types are modeled elsewhere in the AST. Plumbing 
through parameters to make getType() add the elaborated-type-keyword seems 
disproportionately invasive.
I think probably it's best just to drop the idea that "enum" is part of a tag 
name (especially since now the name can be a typedef) and keep treating it as 
an extra SourceLocation instead.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134303

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to