]> granicus.if.org Git - clang/commit
references to completely undeclared protocols should be errors.
authorChris Lattner <sabre@nondot.org>
Mon, 21 Jul 2008 18:34:02 +0000 (18:34 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 21 Jul 2008 18:34:02 +0000 (18:34 +0000)
commit919d87d4eef4126ad6d7da1762c247ab0b5ca05b
tree103dfc8e9431cf1a8ff255500a3056c88148efee
parent600e4e8c358fd39e70f3313b7f1bfa0848957597
references to completely undeclared protocols should be errors.
References to forward definitions should be warnings.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53863 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticKinds.def
lib/Sema/SemaDeclObjC.cpp