]> granicus.if.org Git - clang/commit
tighten the check for cast of super to avoid rejecting valid code,
authorChris Lattner <sabre@nondot.org>
Mon, 12 Apr 2010 17:09:27 +0000 (17:09 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 12 Apr 2010 17:09:27 +0000 (17:09 +0000)
commit8b9f187ab79e4077067f57660c75d6ac24066c7e
treeccc1cfa2f0991423e44555135cd5777dbe50928c
parent6275e0cac39b76204644154fd99a449f57c589d4
tighten the check for cast of super to avoid rejecting valid code,
rdar://7853261

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101048 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseExpr.cpp
test/SemaObjC/super.m