]> granicus.if.org Git - clang/commit
Fix a crasher during error recovery in Parser::ParseObjCTypeName().
authorSteve Naroff <snaroff@apple.com>
Tue, 21 Oct 2008 14:15:04 +0000 (14:15 +0000)
committerSteve Naroff <snaroff@apple.com>
Tue, 21 Oct 2008 14:15:04 +0000 (14:15 +0000)
commitd7333c294d460ace3f0dd22159e3387643790b87
tree14d38716149d68ede13232d79901352c5532b378
parent94ac21ea70f22d695c2a406a07d121d16e505a1b
Fix a crasher during error recovery in Parser::ParseObjCTypeName().
Found this while fixing another unrelated radar.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57904 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseObjc.cpp
test/SemaObjC/invalid-typename.m [new file with mode: 0644]