[PATCH] D134813: Properly print unnamed TagDecl objects in diagnostics
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 5 06:55:26 PDT 2022
sammccall added a comment.
I just landed that change to USR generation as 20c9ac29250493f5e0a3791dc1e5e9114ff0dc6e <https://reviews.llvm.org/rG20c9ac29250493f5e0a3791dc1e5e9114ff0dc6e>, so there should now be no USR changes (just some changes to debug representations that happen to be in some of the USR test files, which can be updated).
I'd guess we need some kind of change to CommentXML and ExtractAPI, but I don't know enough to be sure what it should be.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134813/new/
https://reviews.llvm.org/D134813
More information about the cfe-commits
mailing list