]> granicus.if.org Git - clang/commit
Remove isSuperExpr(), which ignores any casts on 'super'.
authorSteve Naroff <snaroff@apple.com>
Mon, 23 Feb 2009 15:40:48 +0000 (15:40 +0000)
committerSteve Naroff <snaroff@apple.com>
Mon, 23 Feb 2009 15:40:48 +0000 (15:40 +0000)
commit279d896d4972417f62537fe4a87a8c3c3d675108
tree2745406e3a8e45c959ad580b79192c9d3cead2d2
parent91110ee24e3475e0a3a38938c7b98439b5cf0b0e
Remove isSuperExpr(), which ignores any casts on 'super'.
I don't think casting super makes any sense (since it won't effect method lookup).
Will discuss with other offline and decide what to do.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65317 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExprObjC.cpp