]> granicus.if.org Git - clang/commit
Give clang_codeCompleteAt() an "options" parameter, and add a new
authorDouglas Gregor <dgregor@apple.com>
Thu, 5 Aug 2010 09:09:23 +0000 (09:09 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 5 Aug 2010 09:09:23 +0000 (09:09 +0000)
commitcee235cdf0b8047761ffac598c4c3a32ab7411a2
treeb28a68eb1df50b33f3d65913ef9c743485a6eb5f
parent57e97786433e70197a089360228d8f0d82e3ad4c
Give clang_codeCompleteAt() an "options" parameter, and add a new
flags enumeration + default-generating function that allows
code-completion to be customized via the libclang API.

Plus, turn on spell-checking when performing code completion.

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