Browse Source

Corrected feature list in README.md

merge-requests/388/head
Ole Christian Eidheim 8 years ago
parent
commit
a8d81b1418
  1. 4
      README.md

4
README.md

@ -14,9 +14,11 @@ towards libclang with speed, stability, and ease of use in mind.
* C++ warnings and errors on the fly * C++ warnings and errors on the fly
* C++ Fix-its * C++ Fix-its
* Integrated Clang-Tidy checks possible through clang plugins, for instance (recreating existing build is needed): * 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] 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 * Debug integration, both local and remote, through lldb
* Supports the following build systems: * Supports the following build systems:
* CMake * CMake

Loading…
Cancel
Save