[SR-13791] "Unkown decl with CXXConstructorName" assert on OpenBSD #56188
Labels
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
c++ interop
Feature: Interoperability with C++
Additional Detail from JIRA
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.
The text was updated successfully, but these errors were encountered: