[LLVMbugs] [Bug 15835] New: Clang crashes when trying to call typedef to function type
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Apr 24 04:52:23 PDT 2013
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: unassignedclangbugs at nondot.org
Reporter: iu.biryukov at gmail.com
CC: llvmbugs at cs.uiuc.edu
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130424/d9122a77/attachment.html>
More information about the llvm-bugs
mailing list