8000 Fix msvc mangling fiasco · Issue #3 · borodust/libresect · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Fix msvc mangling fiasco #3
Open
@borodust

Description

@borodust

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0