[PATCH] D31019: [clangd] [RFC] Use libclang and CXTranslationUnit instead of ASTUnit
Benjamin Kramer via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 16 03:52:57 PDT 2017
bkramer resigned from this revision.
bkramer added a comment.
It's not. the goal is to get rid of ASTUnit inside of clangd in the long term as it's a big problem for extensibility. libclang is just a wrapper for ASTUnit, with even more problems.
If you want to get completion running, just call ASTUnit::CodeComplete.
Repository:
rL LLVM
https://reviews.llvm.org/D31019
More information about the cfe-commits
mailing list