]> granicus.if.org Git - clang/commit
Fix handling of property and ivar lookup in typo correction; the two
authorDouglas Gregor <dgregor@apple.com>
Wed, 20 Oct 2010 03:06:34 +0000 (03:06 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 20 Oct 2010 03:06:34 +0000 (03:06 +0000)
commit9a632eaa0ee73e4db701a8df74e92909d1fa350e
tree46a7035020dc492bdea77cd2b8c5c5c825dcfb95
parentcae5095c116c29a4e52c91fa0ad88df09dd2b45f
Fix handling of property and ivar lookup in typo correction; the two
kinds of lookup into Objective-C classes were tangled together, a
situation that was compounded by automatically synthesized ivars.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116907 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Sema.h
lib/Sema/SemaExpr.cpp
lib/Sema/SemaLookup.cpp
test/FixIt/typo.cpp
test/FixIt/typo.m
test/SemaObjC/super.m
test/SemaObjC/synth-provisional-ivars.m