| commit | cad304ba376b40eaa8a0c0032183dcb06fab5b3a | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Wed Oct 29 15:10:40 2008 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Wed Oct 29 15:10:40 2008 +0000 |
| tree | 7b05bdcb993f90aeb4d7ef97011f68340e1205a1 | |
| parent | ef30a5ff98e19b9739a55a42a7a46ce55f8d2e41 [diff] |
Simplify and correct the check for function redefinitions. This does two things:
- Allows definitions of overloaded functions :)
- Eliminates extraneous error messages when we have a definition of a
function that isn't an overload but doesn't have exactly the same type
as the original.
llvm-svn: 58382