[libcxx-commits] [PATCH] D119281: [libc++] Use [[no_unique_address]] in __alloc_func
Joe Loser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Feb 8 13:41:09 PST 2022
jloser added a comment.
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.
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