[PATCH] D112235: [HIP][OpenMP] Fix assertion in deferred diag due to incomplete class definition

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Oct 23 22:58:27 PDT 2021


rjmccall accepted this revision.
rjmccall added a comment.
This revision is now accepted and ready to land.

Minor grammar nit with a comment, but otherwise LGTM.



================
Comment at: clang/test/OpenMP/deferred-diags.cpp:40
+// Test deleting object with incomplete class definition does not causing
+// assertion.
+namespace TestDeleteIncompleteClassDefinition {
----------------
"Test that deleting an incomplete class type doesn't cause an assertion."


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

https://reviews.llvm.org/D112235



More information about the cfe-commits mailing list