]> granicus.if.org Git - clang/commit
[libclang] Make sure we don't try to handle a CXCursor_NoDeclFound
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 9 Dec 2011 00:17:49 +0000 (00:17 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 9 Dec 2011 00:17:49 +0000 (00:17 +0000)
commit4451746d8f658b51eaf15dd24664a488457063a9
treea4d9c000b7d1edc0588a72295ea5a3a32f0be536
parent48977874cb351f452102f8c15528eb1d8c7387e6
[libclang] Make sure we don't try to handle a CXCursor_NoDeclFound
passed to clang_findReferencesInFile.

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