[PATCH] D157201: [Clang] Support qualified name as member designator in offsetof
Yichi Lee via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 10 07:32:56 PDT 2023
yichi170 added a comment.
Is there any code handling the nested qualifier that I can reference? I tried to modify the `OffsetOfNode`, which allows me to handle the basic template case but still failed on the nested case.
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