]> granicus.if.org Git - clang/commit
We want to diagnose sending message to a forward class
authorFariborz Jahanian <fjahanian@apple.com>
Fri, 8 May 2009 23:45:49 +0000 (23:45 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Fri, 8 May 2009 23:45:49 +0000 (23:45 +0000)
commit9f8f026fc1cd1aa2942a2850a037398415128f8a
tree4915d602b759924635cacf8cc8ce18e568d3d495
parent484c7cad9bf5caefd3b0912aa778457fd46c2804
We want to diagnose sending message to a forward class
and we also want to tell which message is actually
being sent.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71296 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaExprObjC.cpp
test/Analysis/rdar-6540084.m
test/SemaObjC/forward-class-receiver.m