Releases: niosus/EasyClangComplete
Releases · niosus/EasyClangComplete
Version 1.0.3
What's new:
- allow STL completion on Windows using
Visual C++
. See the tests for more. - use
clang
driver instead ofclang
frontend. More on this here: http://clang.llvm.org/docs/FAQ.html - this allowed to remove not necessary includes from settings.
Version 1.0.2
What's new:
- fix a bug in how includes were added to clang cmd command. This was affecting auto-completion for paths that contained spaces in them.
- add links to tests in readme
Version 1.0.1
Updates from previous version:
- support for highlighting errors also when
use_libclang
isfalse
- fix a bug where
std_flag
was updated multiple times to clang command - refactoring completers (in case you want to dig)
Initial release
This is the first public release.
It supports libclang
based or command line clang
based c family code auto-completion.
libclang
way is tested for Ubuntu 14.04 and should work for other linux distros.
Windows and OSX should function in the fallback mode, using clang
binary.
When using libclang
there is an option to highlight errors upon file save.
Refer to possible settings to README.md