From abe79300e119c55240860dc96297765aadcd5b06 Mon Sep 17 00:00:00 2001 From: eidheim Date: Wed, 18 Oct 2017 13:37:47 +0200 Subject: [PATCH] Added Clang-Tidy support to README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0a6824a..c427fa8 100644 --- a/README.md +++ b/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 * C++ warnings and errors on the fly * 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 * Supports the following build systems: * CMake