[PATCH] D134815: [Sema] print more readable identifier of anonymous struct of -Wconsumed

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 28 10:12:28 PDT 2022


aaron.ballman added a comment.

FWIW, I approached this in a slightly different way here: https://reviews.llvm.org/D134813 -- I've not landed it yet because I'm still hoping I can find a way to not modify lit just to fix one fragile test, but I think we ultimately want to go this other route because that fixes all of the places we pass in a `TagDecl` instead of playing whack-a-mole as we find new bad diagnostic behavior.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134815



More information about the cfe-commits mailing list