[libcxx-commits] [PATCH] D119281: [libc++] Use [[no_unique_address]] in __alloc_func

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Feb 8 13:44:00 PST 2022


philnik added a comment.

In D119281#3305989 <https://reviews.llvm.org/D119281#3305989>, @jloser wrote:

> FWIW, I would **not** mix NFC code reformatting with an unrelated change (like marking the allocator member with `[[no_unique_address]]`). I'd prefer to just make the two-line change in this PR, and then an NFC reformat PR as a follow-up.

I have to edit every single function anyways, but maybe it would be better.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119281/new/

https://reviews.llvm.org/D119281



More information about the libcxx-commits mailing list