[PATCH] D129583: [DOC] Add DR1734 and DR1496 Clang's cxx_dr_status as not implemented

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 12 13:30:07 PDT 2022


aaron.ballman added a comment.

Thanks for the updated tests! Some minor commenting suggestions (that will need to be re-flowed to 80 col limit), but otherwise LGTM!



================
Comment at: clang/test/CXX/drs/dr14xx.cpp:510
+};
+// FIXME: A should not be trivial.
+static_assert(__is_trivial(A), "");
----------------



================
Comment at: clang/test/CXX/drs/dr17xx.cpp:35
+};
+// FIXME: A should not be trivially copyable.
+static_assert(__is_trivially_copyable(A), "");
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129583



More information about the cfe-commits mailing list