deoplete-clang icon indicating copy to clipboard operation
deoplete-clang copied to clipboard

Update clang python binding to 6.0.0

Open SuperBo opened this issue 6 years ago • 1 comments

The latest python binding in llvm 6.0.0 has support for python3. We don't need to use an in-house library like libclang-python3 any more.

These files are taken directly from clang source code from http://releases.llvm.org/6.0.0/cfe-6.0.0.src.tar.xz However, this source code has small bugs when used with deoplete-clang. So I fix the bug and attached the patch file for more information.

clang-python.patch

SuperBo avatar Mar 31 '18 18:03 SuperBo

It should be merged.

@zchee Ping.

Shougo avatar Apr 01 '18 03:04 Shougo