diff options
author | Douglas Gregor <dgregor@apple.com> | 2011-08-04 20:04:59 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2011-08-04 20:04:59 +0000 |
commit | 8fa0a80b4482ad94e82c4a19e23de17fd69140b5 (patch) | |
tree | 690f18df1cf27cab3b3abc41040ffadba2e8fc1d /tools/libclang/libclang.darwin.exports | |
parent | 0e7bf40027f75c0c62fb002af7eab0882de6d332 (diff) |
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
Diffstat (limited to 'tools/libclang/libclang.darwin.exports')
-rw-r--r-- | tools/libclang/libclang.darwin.exports | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/libclang/libclang.darwin.exports b/tools/libclang/libclang.darwin.exports index 59905364d8..a858f624c8 100644 --- a/tools/libclang/libclang.darwin.exports +++ b/tools/libclang/libclang.darwin.exports @@ -55,6 +55,7 @@ _clang_getCompletionChunkText _clang_getCompletionPriority _clang_getCursor _clang_getCursorAvailability +_clang_getCursorCompletionString _clang_getCursorDefinition _clang_getCursorDisplayName _clang_getCursorExtent |