[PATCH] D46862: [libclang] Optionally add code completion results for arrow instead of dot

Ivan Donchevskii via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 23 02:47:02 PDT 2018


yvvan updated this revision to Diff 148177.
yvvan added a comment.

Output range of token being replaced instead of it's text

As a side-effect introduce a call to get a Token starting from specified location.


https://reviews.llvm.org/D46862

Files:
  include/clang-c/Index.h
  test/Index/complete-arrow-dot.cpp
  tools/c-index-test/c-index-test.c
  tools/libclang/CIndex.cpp
  tools/libclang/CIndexCodeCompletion.cpp
  tools/libclang/libclang.exports

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46862.148177.patch
Type: text/x-patch
Size: 18743 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180523/1f55dbbc/attachment-0001.bin>


More information about the cfe-commits mailing list