]> granicus.if.org Git - clang/commit
Per Doug's suggestion, move check for invalid SourceLocation into
authorTed Kremenek <kremenek@apple.com>
Mon, 28 Jun 2010 23:54:17 +0000 (23:54 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 28 Jun 2010 23:54:17 +0000 (23:54 +0000)
commit1a9a0bc472ee4fec72ee8be8b575fb66ca600d1b
tree561b4fa917b4b706331b3f01b1307809a631ae99
parentce70016434ff82a29a60ef82894d934b8a23f23d
Per Doug's suggestion, move check for invalid SourceLocation into
cxloc::translateSourceLocation() (thus causing all clients of this
function to have the same behavior).

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