]> granicus.if.org Git - clang/commit
Objective-C. Diagose use of undefined protocols
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 11 Mar 2014 17:10:51 +0000 (17:10 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 11 Mar 2014 17:10:51 +0000 (17:10 +0000)
commitba4fc23a3ad7629b353adc93bfab147b988683c2
tree01401f38bc5166e632005c061f01287937b5f48e
parent22cc9b0c3b3413d3b8e81ef06415560c8a5e795e
Objective-C. Diagose use of undefined protocols
when a class adopts a protocol that inherits from
undefined protocols. // rdar://16111182

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203586 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaDeclObjC.cpp
test/Analysis/region-1.m
test/SemaObjC/category-1.m
test/SemaObjC/class-def-test-1.m
test/SemaObjC/class-proto-1.m