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
Loading
Please register or sign in to comment