]> granicus.if.org Git - clang/commit
Objective-C. Fixes a bug where "new" family attribute
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 28 Jan 2014 22:46:29 +0000 (22:46 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 28 Jan 2014 22:46:29 +0000 (22:46 +0000)
commit8549ec2604f3896eece840d27d7661052c8d394a
tree36ac2186494b9dcbcbd0313b39530ada73c029a6
parent7c447ca017b674be488acbbeda972c3dfe0b5aa3
Objective-C. Fixes a bug where "new" family attribute
was not being overridden in the category method implementation
resulting in bogus warning. // rdar://15919775

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