[clang] Implement [[msvc::no_unique_address]] (PR #65675)

via cfe-commits cfe-commits at lists.llvm.org
Sun Sep 10 13:10:41 PDT 2023


philnik777 wrote:

> We should consider whether we want to support `__msvc_no_unique_address__` or similar as an alternative spelling #61196

I think `[[__msvc__::__no_unique_address__]]` would be better. This is how the clang and gnu attributes are handled too.

https://github.com/llvm/llvm-project/pull/65675


More information about the cfe-commits mailing list