]> granicus.if.org Git - clang/commit
Fix a crash with ill-formed code within a method in an ill-formed
authorDouglas Gregor <dgregor@apple.com>
Thu, 4 Feb 2010 23:42:48 +0000 (23:42 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 4 Feb 2010 23:42:48 +0000 (23:42 +0000)
commit6202119003aba91e5ff4e579cb9c26a8d1b9514f
tree081ca167e002b8b94540c111c3aea7ef54ff4b49
parent86ff308724171494395a840fd2efbe25e62f352e
Fix a crash with ill-formed code within a method in an ill-formed
category implementation, which showed up during (attempted) typo
correction. Fixes <rdar://problem/7605289>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95334 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaLookup.cpp
test/FixIt/typo-crash.m [new file with mode: 0644]
test/FixIt/typo.m