[PATCH] D140010: [clang][ExtractAPI] Fix naming of typedef'd anonymous enums

Daniel Grumberg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 14 04:15:28 PST 2022


dang created this revision.
dang added reviewers: zixuw, ributzka, QuietMisdreavus.
Herald added a project: All.
dang requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Anonymous enums that are typedef'd should take on the name of the typedef.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D140010

Files:
  clang/lib/ExtractAPI/ExtractAPIVisitor.cpp
  clang/test/ExtractAPI/typedef_anonymous_record.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140010.482805.patch
Type: text/x-patch
Size: 8778 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221214/5ecfcf62/attachment.bin>


More information about the cfe-commits mailing list