Fix assertion in UsedDeclVisitor where clang is trying to look up a destructor for
a forward declared class.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Looks reasonable to me, but, considering that it's generic C++ code, I think it would be prudent go double check that.
@rsmith - WDYT?
Comment Actions
Minor grammar nit with a comment, but otherwise LGTM.
clang/test/OpenMP/deferred-diags.cpp | ||
---|---|---|
40 | "Test that deleting an incomplete class type doesn't cause an assertion." |
clang/test/OpenMP/deferred-diags.cpp | ||
---|---|---|
40 | will do when committing |
"Test that deleting an incomplete class type doesn't cause an assertion."