[PATCH] D112235: [HIP][OpenMP] Fix assertion in deferred diag due to incomplete class definition
Yaxun Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 25 07:18:04 PDT 2021
yaxunl marked an inline comment as done.
yaxunl added inline comments.
================
Comment at: clang/test/OpenMP/deferred-diags.cpp:40
+// Test deleting object with incomplete class definition does not causing
+// assertion.
+namespace TestDeleteIncompleteClassDefinition {
----------------
rjmccall wrote:
> "Test that deleting an incomplete class type doesn't cause an assertion."
will do when committing
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112235/new/
https://reviews.llvm.org/D112235
More information about the cfe-commits
mailing list