]> granicus.if.org Git - clang/commit
Add a new libclang API to return a CXCompletionString for an arbitrary
authorDouglas Gregor <dgregor@apple.com>
Thu, 4 Aug 2011 20:04:59 +0000 (20:04 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 4 Aug 2011 20:04:59 +0000 (20:04 +0000)
commit8fa0a80b4482ad94e82c4a19e23de17fd69140b5
tree690f18df1cf27cab3b3abc41040ffadba2e8fc1d
parent0e7bf40027f75c0c62fb002af7eab0882de6d332
Add a new libclang API to return a CXCompletionString for an arbitrary
cursor, from Connor Wakamo! Addresses <rdar://problem/9087798>.

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