Handle any undeclared parameters in a K&R-style function with a
special action, inside function prototype scope. This avoids confusion when we try to inject these parameters into the scope of the function body before the function itself has been added to the surrounding scope. Fixes <rdar://problem/6097326>. llvm-svn: 62849
Loading
Please register or sign in to comment