]> granicus.if.org Git - clang/commit
Extend the CIndex code-completion API to perform code completion
authorDouglas Gregor <dgregor@apple.com>
Wed, 2 Dec 2009 09:21:34 +0000 (09:21 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 2 Dec 2009 09:21:34 +0000 (09:21 +0000)
commit735df88a38e80c1ca70daa889aa516b8b9f54b50
tree853efa5e789ca1c2621f32ed40d32ad4511283a8
parent51fa86f738a9768fac4e1cad7bdde53774b5b322
Extend the CIndex code-completion API to perform code completion
involving unsaved files, using the -remap-file= functionality recently
added to clang-cc.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90314 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang-c/Index.h
test/Index/Inputs/remap-complete-to.c [new file with mode: 0644]
test/Index/remap-complete.c [new file with mode: 0644]
tools/CIndex/CIndex.cpp
tools/c-index-test/c-index-test.c