[PATCH] D157201: [Clang] Support qualified name as member designator in offsetof
Yichi Lee via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Aug 6 04:09:09 PDT 2023
yichi170 added inline comments.
================
Comment at: clang/lib/Sema/SemaExpr.cpp:16696-16697
+
+ IdentifierInfo *II = RD->getIdentifier();
+ if (II == OC.U.IdentInfo && OC.isQualifier)
+ continue;
----------------
tbaeder wrote:
>
I'll fix it along with the ReleaseNotes.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157201/new/
https://reviews.llvm.org/D157201
More information about the cfe-commits
mailing list