diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-02-25 16:33:18 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-02-25 16:33:18 +0000 |
commit | 739ef0c183fa9031f82494d9df56170f3254e5b0 (patch) | |
tree | 809b92326f369f89e91670fa8bde3f1dacc809ad /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | 5d9cc1763beba95d3c8328ebac791513a3857fb2 (diff) | |
download | bcm5719-llvm-739ef0c183fa9031f82494d9df56170f3254e5b0.tar.gz bcm5719-llvm-739ef0c183fa9031f82494d9df56170f3254e5b0.zip |
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
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions