diff options
| author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2012-09-26 16:39:56 +0000 |
|---|---|---|
| committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2012-09-26 16:39:56 +0000 |
| commit | 9ae3956f223b3f7961ffcca8da7f1a1b1f6585d7 (patch) | |
| tree | c9a8e45c2fcb61a3ffb2637ab2a674676a23b313 /clang/include/clang-c | |
| parent | 39a76387e027054929cc893b475ed3d47e1fd1dc (diff) | |
| download | bcm5719-llvm-9ae3956f223b3f7961ffcca8da7f1a1b1f6585d7.tar.gz bcm5719-llvm-9ae3956f223b3f7961ffcca8da7f1a1b1f6585d7.zip | |
[libclang] Remove the ParentKind cursor kind from code-completion results.
This is to reduce dependency to cursors for the code-completion results.
llvm-svn: 164705
Diffstat (limited to 'clang/include/clang-c')
| -rw-r--r-- | clang/include/clang-c/Index.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h index 80555357b10..c7357818634 100644 --- a/clang/include/clang-c/Index.h +++ b/clang/include/clang-c/Index.h @@ -4322,8 +4322,7 @@ clang_getCompletionAnnotation(CXCompletionString completion_string, * \param completion_string The code completion string whose parent is * being queried. * - * \param kind If non-NULL, will be set to the kind of the parent context, - * or CXCursor_NotImplemented if there is no context. + * \param kind DEPRECATED: always set to CXCursor_NotImplemented if non-NULL. * * \returns The name of the completion parent, e.g., "NSObject" if * the completion string represents a method in the NSObject class. |

