]> granicus.if.org Git - clang/commit
factor the code that handles "expr.field" when expr is a
authorChris Lattner <sabre@nondot.org>
Sun, 11 Apr 2010 07:45:24 +0000 (07:45 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 11 Apr 2010 07:45:24 +0000 (07:45 +0000)
commit7f81652f97a69ae8b514893a69c0245253687e55
tree73cf055186b9dd6aea75dfc28ee7c5d9e084834a
parent0784fcddb4a399e57248704fc202f3f5c1254018
factor the code that handles "expr.field" when expr is a
pointer to an objc interface out to a method in SemaExprObjC.
This is *much* uglier than it should be due to grossness in
LookupMemberExpr :(

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