Browse Source

Another update to Clang-Tidy feature in README.md

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

2
README.md

@ -13,7 +13,7 @@ towards libclang with speed, stability, and ease of use in mind.
* Syntax highlighting for more than 100 different file types
* C++ warnings and errors on the fly
* C++ Fix-its
* Integrated Clang-Tidy warnings 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):
```
CXX=clang++ CXXFLAGS="-Xclang -add-plugin -Xclang clang-tidy -Xclang -plugin-arg-clang-tidy -Xclang -checks='-*,clang-analyzer-core.*'" juci [project-path]
```

Loading…
Cancel
Save