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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to