Skip to content
Commit 739ef0c1 authored by Douglas Gregor's avatar Douglas Gregor
Browse files

C99 DR #316 implies that the function parameter types that are known

only from a function definition (that does not have a prototype) are
only used to determine the compatible with other declarations of that
same function. In particular, when referencing the function we pretend
as if it does not have a prototype. Implement this behavior, which
fixes PR3626.

llvm-svn: 65460
parent 5d9cc176
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