Skip to content
Commit 3bfb314c authored by Ted Kremenek's avatar Ted Kremenek
Browse files

Add new check: -check-objc-methodsigs. This check scans methods in

ObjCImplementationDecls and sees if a ancestor class defines a method with the
same selector but with a different type signature. Right now it just compares
return types, and mainly looks at differences in primitive values. The checking
will be expanded in the future.

llvm-svn: 53482
parent ed087a62
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