]> granicus.if.org Git - clang/commit
[libclang] Make clang_getCursorCompletionString not depend on the ASTUnit having
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 17 Jan 2012 02:15:54 +0000 (02:15 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 17 Jan 2012 02:15:54 +0000 (02:15 +0000)
commit5e192a7d60e776fa65e633cd9c2a0d59df132f23
tree12946b8d9e1320020de2f27e0b0c27021bc055a1
parentea8c59aaa6bd19976879142296f8fd12f8926738
[libclang] Make clang_getCursorCompletionString not depend on the ASTUnit having
a Sema.

This allows it to work when Sema is not available, like when loading AST files.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148279 91177308-0d34-0410-b5e6-96231b3b80d8
tools/libclang/CXCursor.cpp