]> granicus.if.org Git - clang/commit
Eliminate clang_codeComplete(). libclang clients should be using the
authorDouglas Gregor <dgregor@apple.com>
Mon, 11 Oct 2010 21:51:20 +0000 (21:51 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 11 Oct 2010 21:51:20 +0000 (21:51 +0000)
commite0cc52ef8afc8d1cba9c534191b5f0ddaff1d694
tree194050d8809e583f95a7566bd14a65531ce3b547
parent32be4a588fbb87d0d163ead49c42f5438bf0b2b7
Eliminate clang_codeComplete(). libclang clients should be using the
faster, in-process, more-configurable clang_codeCompleteAt().

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116245 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang-c/Index.h
tools/libclang/CIndexCodeCompletion.cpp
tools/libclang/libclang.darwin.exports
tools/libclang/libclang.exports