https://llvm.org/bugs/show_bug.cgi?id=27086

            Bug ID: 27086
           Summary: Assertion failed: MaybeODRUseExprs.empty() &&
                    "Leftover expressions for odr-use checking"
           Product: clang
           Version: 3.8
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

Created attachment 16100
  --> https://llvm.org/bugs/attachment.cgi?id=16100&action=edit
Reproduction

I'm trying to compile a large project with clang-cl (instead of MSVC) and get
following assert/crash in the compiler:

Assertion failed: MaybeODRUseExprs.empty() && "Leftover expressions for odr-use
checking"

You can find the full reproduction in attachment.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to