Open
Description
I keep triggering this Clang assert when parsing in MSVC mode:
// MicrosoftMangle.cpp
void MicrosoftCXXNameMangler::mangleType(const InjectedClassNameType *,
Qualifiers, SourceRange) {
llvm_unreachable("Cannot mangle injected class name type.");
}
Need to do something about it. Either figure out how to avoid dropping into this method or patch it or somehow disable MSVC mangling scheme.
Metadata
Metadata
Assignees
Labels
No labels