[PATCH] D46443: Add missing cstdalign header

Sam Clegg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 5 08:26:27 PST 2021


sbc100 added inline comments.


================
Comment at: libcxx/include/cstdalign:19-22
+   alignof
+   alignas
+    __alignof_is_defined
+    __alignas_is_defined
----------------
curdeius wrote:
> You should test that each of these macros is really defined when including `cstdalign`.
Done.  As you can see there is not much to tests since in C++ this is essentially an empty header.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D46443



More information about the cfe-commits mailing list