Skip to content

Releases: niosus/EasyClangComplete

Version 1.0.3

08 May 18:42
Compare
Choose a tag to compare

What's new:

  • allow STL completion on Windows using Visual C++. See the tests for more.
  • use clang driver instead of clang 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

07 May 22:21
Compare
Choose a tag to compare

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

06 May 23:08
Compare
Choose a tag to compare

Updates from previous version:

  • support for highlighting errors also when use_libclang is false
  • fix a bug where std_flag was updated multiple times to clang command
  • refactoring completers (in case you want to dig)

Initial release

04 May 09:50
Compare
Choose a tag to compare

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