From: Kevin Funk Date: Fri, 24 Feb 2017 08:29:46 +0000 (+0000) Subject: Add clazy to external Clang examples page X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9aaf7b7acf71753ef07ff050c181e80ff83851e6;p=clang Add clazy to external Clang examples page Reviewers: silvas, rizsotto.mailinglist, sergio.martins Reviewed By: rizsotto.mailinglist Differential Revision: https://reviews.llvm.org/D30252 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@296098 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ExternalClangExamples.rst b/docs/ExternalClangExamples.rst index e6076a5be6..c9734ec5f2 100644 --- a/docs/ExternalClangExamples.rst +++ b/docs/ExternalClangExamples.rst @@ -85,3 +85,8 @@ List of projects and tools errors, fixit hints). See also ``_ for step-by-step instructions." +``_ + "clazy is a compiler plugin which allows clang to understand Qt semantics. + You get more than 50 Qt related compiler warnings, ranging from unneeded + memory allocations to misusage of API, including fix-its for automatic + refactoring."