|
|
|
|
@ -14,9 +14,11 @@ towards libclang with speed, stability, and ease of use in mind.
|
|
|
|
|
* C++ warnings and errors on the fly |
|
|
|
|
* C++ Fix-its |
|
|
|
|
* Integrated Clang-Tidy checks possible through clang plugins, for instance (recreating existing build is needed): |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
```sh |
|
|
|
|
CXX=clang++ CXXFLAGS="-Xclang -add-plugin -Xclang clang-tidy -Xclang -plugin-arg-clang-tidy -Xclang -checks='-*, clang-analyzer-core.*'" juci [project-path] |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
* Debug integration, both local and remote, through lldb |
|
|
|
|
* Supports the following build systems: |
|
|
|
|
* CMake |
|
|
|
|
|