[libcxx-commits] [PATCH] D118938: [libc++] Implement P1007R3: std::assume_aligned

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Feb 3 12:24:59 PST 2022


ldionne created this revision.
Herald added a subscriber: mgorny.
ldionne requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

This supersedes and incoroporates content from both D108906 <https://reviews.llvm.org/D108906> and D54966 <https://reviews.llvm.org/D54966>,
and also some original content.

Co-Authored-by: Marshall Clow <mclow.lists at gmail.com>
Co-Authored-by: Gonzalo Brito Gadeschi


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D118938

Files:
  libcxx/docs/Status/Cxx20Papers.csv
  libcxx/include/CMakeLists.txt
  libcxx/include/__memory/assume_aligned.h
  libcxx/include/memory
  libcxx/include/module.modulemap
  libcxx/test/libcxx/diagnostics/detail.headers/memory/assume_aligned.module.verify.cpp
  libcxx/test/libcxx/utilities/memory/ptr.align/assume_aligned.power2.verify.cpp
  libcxx/test/std/utilities/memory/ptr.align/assume_aligned.nodiscard.verify.cpp
  libcxx/test/std/utilities/memory/ptr.align/assume_aligned.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118938.405745.patch
Type: text/x-patch
Size: 10651 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220203/cab3410b/attachment.bin>


More information about the libcxx-commits mailing list