]> granicus.if.org Git - clang/commit
Provide proper source location and range information for C++ base
authorDouglas Gregor <dgregor@apple.com>
Sat, 2 Oct 2010 19:51:13 +0000 (19:51 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sat, 2 Oct 2010 19:51:13 +0000 (19:51 +0000)
commit1b0f7af64113b63253ced088a2bc64eb98e6f388
tree90f9619c300f640bb54f4d32efebe86b5cc59b23
parent77424bc3794f569816dba52e423b57486a98e5ba
Provide proper source location and range information for C++ base
specifier cursors in libclang. FIXME -=2, fixes the rest of
<rdar://problem/8274883>.

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