[PATCH] D157762: [WIP] Implement [[msvc::no_unique_address]]
Amy Huang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 18 15:35:14 PDT 2023
akhuang marked 2 inline comments as done.
akhuang added a comment.
I'm still trying to figure out the MSVC layouts. I used the EmptySubobjects class for a lot of the logic, which is not always the same as what MSVC does. (some examples of differences in https://godbolt.org/z/6cP554ddb)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157762/new/
https://reviews.llvm.org/D157762
More information about the cfe-commits
mailing list