]> granicus.if.org Git - clang/commit
(instance/class) Method type checking between class and its implementation.
authorFariborz Jahanian <fjahanian@apple.com>
Fri, 5 Dec 2008 18:18:52 +0000 (18:18 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Fri, 5 Dec 2008 18:18:52 +0000 (18:18 +0000)
commit8daab970b80ed2e751fc88327180acbeff1dbb9c
treec0528779be503b4b2913a5984cf9ecf8ea23fac9
parent72c3f314d92d65c050ee1c07b7753623c044d6c7
(instance/class) Method type checking between class and its implementation.
(instance/class) Method type checking between category and its implementation.
And a test case for all.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60598 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticKinds.def
lib/Sema/Sema.h
lib/Sema/SemaDeclObjC.cpp
test/SemaObjC/comptypes-a.m
test/SemaObjC/method-typecheck-1.m [new file with mode: 0644]