[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
This commit is contained in:
@@ -223,8 +223,6 @@ clang_getCompletionParent(CXCompletionString completion_string,
|
||||
if (!CCStr)
|
||||
return createCXString((const char *)0);
|
||||
|
||||
if (kind)
|
||||
*kind = CCStr->getParentContextKind();
|
||||
return createCXString(CCStr->getParentContextName(), /*DupString=*/false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user