]> granicus.if.org Git - clang/commit
[libclang] Optionally add code completion results for arrow instead of dot
authorIvan Donchevskii <ivan.donchevskii@qt.io>
Wed, 13 Jun 2018 12:37:08 +0000 (12:37 +0000)
committerIvan Donchevskii <ivan.donchevskii@qt.io>
Wed, 13 Jun 2018 12:37:08 +0000 (12:37 +0000)
commit85ffa9bd6b859e0aab115e6985678252669e8e65
tree69d0eb253cfb78301c444d1bb7f6c8fec5424acd
parent46c05521ad97b165353fa285cd56d51bcb4a1327
[libclang] Optionally add code completion results for arrow instead of dot

Follow up for D41537 - libclang part.

Differential Revision: https://reviews.llvm.org/D46862

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@334593 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang-c/Index.h
include/clang/Sema/CodeCompleteConsumer.h
test/Index/complete-arrow-dot.cpp [new file with mode: 0644]
tools/c-index-test/c-index-test.c
tools/libclang/CIndex.cpp
tools/libclang/CIndexCodeCompletion.cpp
tools/libclang/libclang.exports