Closed
Description
Previous ID | SR-13791 |
Radar | None |
Original Reporter | 3405691582 (JIRA User) |
Type | Bug |
Status | Closed |
Resolution | Done |
Additional Detail from JIRA
Votes | 0 |
Component/s | |
Labels | Bug, CxxInterop |
Assignee | @zoecarver |
Priority | Medium |
md5: b1cf3ce2c5ee9114f3b50c551915259b
Issue Description:
#30630 introduced some CXX interop constructor handling, however on OpenBSD, this trips the assert in lib/ClangImporter/ImportName.cpp
This appears to be coming from a decl for __tree_node_destructor, a clang::UnresolvedUsingValueDecl
in the libcxx __tree file.
Continuing to investigate further on my end.