]> granicus.if.org Git - clang/commit
Fix another crash on invalid code. In this case, handle ObjC categories (with no...
authorTed Kremenek <kremenek@apple.com>
Tue, 23 Feb 2010 19:39:46 +0000 (19:39 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 23 Feb 2010 19:39:46 +0000 (19:39 +0000)
commit09b6897d967c50db36ad83b910060ea7d68a21bc
tree39193df6dc8977b6fcdda9ebfd83e201b57d0ead
parentc0cd21d2a3301a7a88e0052aebdd09c2441f826d
Fix another crash on invalid code.  In this case, handle ObjC categories (with no names)
that refer to an undefined class.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96976 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclObjC.cpp
test/SemaObjC/category-1.m