]> granicus.if.org Git - clang/commit
Check for null ObjCInterfaceDecls returned from getClassInterface() when generating...
authorTed Kremenek <kremenek@apple.com>
Tue, 21 Sep 2010 04:45:46 +0000 (04:45 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 21 Sep 2010 04:45:46 +0000 (04:45 +0000)
commitc52d069277c58009a6c91a66d2f0754299f1acde
tree1a0fd9bd1c73a5de1c8a97658885c79ac10a5cf3
parent2e81caa14337cfa8973a1a073ef4dbbb8273238c
Check for null ObjCInterfaceDecls returned from getClassInterface() when generating USRs.  While I have no test case for this (could not create one), this shows up in crash reports.  Tentatively fixes <rdar://problem/8452791>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114392 91177308-0d34-0410-b5e6-96231b3b80d8
tools/libclang/CIndexUSRs.cpp