]> granicus.if.org Git - clang/commit
Patch to warn on umimplemented methods coming from class's
authorFariborz Jahanian <fjahanian@apple.com>
Fri, 28 Sep 2007 17:40:07 +0000 (17:40 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Fri, 28 Sep 2007 17:40:07 +0000 (17:40 +0000)
commit00ae8d595534c0a444326204adee3486bbb43dcd
tree27f79bb676eb0e1ed6207f394d0940abbba11d09
parenta1de8c784a574a89a8a828331a8ce6b1aa57bed1
Patch to warn on umimplemented methods coming from class's
protocols.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42436 91177308-0d34-0410-b5e6-96231b3b80d8
Sema/Sema.h
Sema/SemaDecl.cpp
include/clang/AST/Decl.h
include/clang/Parse/Action.h
test/Sema/undef-protocol-methods-1.m [new file with mode: 0644]