Browse Source

Added Clang-Tidy support to README.md

merge-requests/365/head
eidheim 8 years ago
parent
commit
abe79300e1
  1. 4
      README.md

4
README.md

@ -13,6 +13,10 @@ towards libclang with speed, stability, and ease of use in mind.
* Syntax highlighting for more than 100 different file types * Syntax highlighting for more than 100 different file types
* C++ warnings and errors on the fly * C++ warnings and errors on the fly
* C++ Fix-its * C++ Fix-its
* Clang-Tidy support through libclang plugins, for instance (recreating existing build is needed):
```
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