]> granicus.if.org Git - clang/commit
Objective-C: merge objc_requires_super attribute of
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 9 Jul 2013 22:02:20 +0000 (22:02 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 9 Jul 2013 22:02:20 +0000 (22:02 +0000)
commit38b3bd8bf3c424e82b4dca0acaec84af28666656
treefbfa53f86b2ad75e9022e1db29c6b0bd86e6bdf4
parent4b87382ab9610a06145b5b162edb7165159c58e6
Objective-C: merge objc_requires_super attribute of
method declaration into its implementation to
prevent a bogus warning about mismatched attributes.
then make sure the warning about missing call to super comes out
of the method implementation. // rdar://14251387

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@185974 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclObjC.cpp
test/SemaObjC/super-dealloc-attribute.m