Skip to content
Commit 3343f81a authored by Chris Lattner's avatar Chris Lattner
Browse files

Fix semantic analysis of calls on stuff like:

int func() {
 int (*FP)();
 FP();
 (*****FP)();
}

llvm-svn: 39598
parent 4347e369
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