lyuts / vim-rtags

Vim bindings for rtags, llvm/clang based c++ code indexer.
BSD 2-Clause "Simplified" License
282 stars 56 forks source link

Fix parsing of parent information #66

Closed dawagner closed 7 years ago

dawagner commented 7 years ago

It seems that the way rtags reports the parent location has changed since that code was last updated. The --symbol-info-include-parents -U command now reports parent information like this:

SymbolName: foobar
Kind: ...
Type: ...
SymbolLength: ...
Range: ...
sizeof: ...
Alignment: ...
Arguments: ...
Parent: path:line:col:  void Class::method() {
dawagner commented 7 years ago

Thanks for the merge :)