[PATCH] D157762: [WIP] Implement [[msvc::no_unique_address]]
Amy Huang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 18 11:12:42 PDT 2023
akhuang marked an inline comment as done.
akhuang added inline comments.
================
Comment at: clang/include/clang/Basic/AttrDocs.td:1410
+ For Windows targets, ``[[no_unique_address]]`` is ignored, but there is a
+ similar attribute spelled ``[[msvc::no_unique_address]]``.
}];
----------------
aaron.ballman wrote:
> "similar" makes me wonder "so how is it different?" which the docs don't answer. I think this could be stated as:
> ```
> For Windows targets, ``[[no_unique_address]]`` is ignored; use ``[[msvc::no_unique_address]]`` instead.
> ```
> WDYT?
yep, that sounds good
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