From e85e5b65ae703490c2713223403aff1ac18f2d49 Mon Sep 17 00:00:00 2001 From: eidheim Date: Wed, 18 Oct 2017 15:22:15 +0200 Subject: [PATCH] Another update to Clang-Tidy feature in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7d9de0..729e53f 100644 --- a/README.md +++ b/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] ```