]> granicus.if.org Git - clang/commit
Have the parser decide whether a message to super is a variable or
authorChris Lattner <sabre@nondot.org>
Mon, 12 Apr 2010 05:38:43 +0000 (05:38 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 12 Apr 2010 05:38:43 +0000 (05:38 +0000)
commit15faee19fdb9017dd6d08a690427b18c3b062c2d
treef9d51a91ac5ea9a4766e23ffc776b0cb08acb3d6
parent69c05d504619f9ab2c860017eee4fd483b886698
Have the parser decide whether a message to super is a variable or
type, instead of having sema do it.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101016 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Parse/Scope.h
lib/Parse/ParseObjc.cpp
lib/Sema/SemaExprObjC.cpp
test/SemaObjC/super.m