]> granicus.if.org Git - clang/commit
Return a proper null CXSourceLocation from clang_getLocation() when the SourceLocatio...
authorTed Kremenek <kremenek@apple.com>
Thu, 3 Jun 2010 15:52:32 +0000 (15:52 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 3 Jun 2010 15:52:32 +0000 (15:52 +0000)
commitdf432e338c68e0e06dd7644c43f3f218750b3d58
tree5516cdf4dbb3b8317146c234005a54147cd620f2
parente9a05b7fd6ece68310707d10bc747a702a9af4a8
Return a proper null CXSourceLocation from clang_getLocation() when the SourceLocation is invalid.  Fixes <rdar://problem/8056640>.

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