[all-commits] [llvm/llvm-project] 8dcb62: [clang][ExtractAPI] Fix naming of typedef'd anonym...
Daniel Grumberg via All-commits
all-commits at lists.llvm.org
Fri Dec 16 03:01:20 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8dcb629aa4ccfdd18fb700cabb45fd74fcd291c8
https://github.com/llvm/llvm-project/commit/8dcb629aa4ccfdd18fb700cabb45fd74fcd291c8
Author: Daniel Grumberg <dgrumberg at apple.com>
Date: 2022-12-16 (Fri, 16 Dec 2022)
Changed paths:
M clang/lib/ExtractAPI/ExtractAPIVisitor.cpp
M clang/test/ExtractAPI/typedef_anonymous_record.c
Log Message:
-----------
[clang][ExtractAPI] Fix naming of typedef'd anonymous enums
Anonymous enums that are typedef'd should take on the name of the typedef.
Differential Revision: https://reviews.llvm.org/D140010
More information about the All-commits
mailing list