[PATCH] D157762: [WIP] Implement [[msvc::no_unique_address]]

Martin Storsjö via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 18 12:25:01 PDT 2023


mstorsjo added inline comments.


================
Comment at: clang/include/clang/Basic/AttrDocs.td:1409
+
+  On Windows targets, ``[[no_unique_address]]`` is ignored; use
+  ``[[msvc::no_unique_address]]`` instead.
----------------
On MSVC targets, `[[no_unique_address]]` is ignored - it's not ignored for mingw targets.


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