Skip to content
Commit 2e3e7563 authored by Argyrios Kyrtzidis's avatar Argyrios Kyrtzidis
Browse files

Fix this bug:

typedef int f();
struct S {
   f *x; // incorrectly assuming this is function decl, leading to failed assertions.
};

llvm-svn: 57598
parent ba13e8db
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment