]> granicus.if.org Git - clang/commit
Fix a bug where a local variable named 'self' is causing
authorFariborz Jahanian <fjahanian@apple.com>
Tue, 12 Jul 2011 17:16:56 +0000 (17:16 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Tue, 12 Jul 2011 17:16:56 +0000 (17:16 +0000)
commit98a5403ecf1d2b60ae8cbf43e54194bd762cacaa
treecc778b48931695ba912e3bd39e0de3a5edf19f9c
parent5bcd95efc380b0f7e74290e0555facb760935767
Fix a bug where a local variable named 'self' is causing
implicit ivar accesses to go through the 'self' variable
rather than the real 'self' for the method. // rdar://9730771

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@134992 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/DeclSpec.h
include/clang/Sema/Sema.h
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaLookup.cpp
lib/Sema/SemaType.cpp
test/SemaObjC/self-declared-in-block.m