[llvm-bugs] [Bug 51051] New: [msabi] Add support for [[no_unique_address]]

via llvm-bugs llvm-bugs at lists.llvm.org
Sat Jul 10 15:58:45 PDT 2021


https://bugs.llvm.org/show_bug.cgi?id=51051

            Bug ID: 51051
           Summary: [msabi] Add support for [[no_unique_address]]
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: C++2a
          Assignee: unassignedclangbugs at nondot.org
          Reporter: heavenandhell171 at gmail.com
                CC: blitzrakete at gmail.com, erik.pilkington at gmail.com,
                    llvm-bugs at lists.llvm.org, richard-llvm at metafoo.co.uk

Clang got support for `[[no_unique_address]]` in
https://github.com/llvm/llvm-project/commit/78b239ea67cf248a5c04031050c32f707f127a9d.
However, it wasn't implemented for the MS ABI because MSVC didn't have support
for it at the time.

MSVC has support for `[[no_unique_address]]` now since VS 2019 16.9.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210710/9b1477dc/attachment.html>


More information about the llvm-bugs mailing list