[PATCH] D121873: [clang][extract-api] Add enum support
Martin Storsjö via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 23 10:18:46 PDT 2022
mstorsjo added a comment.
This (or some closely related commit?) causes a huge amount of warnings when building with GCC:
warning: ‘clang::extractapi::EnumRecord’ has a field ‘clang::extractapi::EnumRecord::Constants’ whose type uses the anonymous namespace [-Wsubobject-linkage]
167 | struct EnumRecord : APIRecord {
| ^~~~~~~~~~
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121873/new/
https://reviews.llvm.org/D121873
More information about the cfe-commits
mailing list