http://llvm.org/bugs/show_bug.cgi?id=15835

            Bug ID: 15835
           Summary: Clang crashes when trying to call typedef to function
                    type
           Product: clang
           Version: trunk
          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 10418
  --> http://llvm.org/bugs/attachment.cgi?id=10418&action=edit
clang output before crash and source that crashed it

This code crashes clang:

    typedef int foo();

    int test() {
      foo();
    }

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to