]> granicus.if.org Git - clang/commit
Make sure Sema::ActOnClassMessage() correctly diagnoses "super".
authorSteve Naroff <snaroff@apple.com>
Fri, 28 Mar 2008 21:37:05 +0000 (21:37 +0000)
committerSteve Naroff <snaroff@apple.com>
Fri, 28 Mar 2008 21:37:05 +0000 (21:37 +0000)
commit95110968dcd6ba2baef2a23549cd5592f01eca59
tree729db6ec9d5e9cdd6b8b0afa35684df96d29ffb0
parent8730e130ab77ae5739e6339e1544b4ca9ab28450
Make sure Sema::ActOnClassMessage() correctly diagnoses "super".

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48924 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticKinds.def
lib/Sema/SemaExprObjC.cpp
test/Sema/undef-superclass-1.m