]> granicus.if.org Git - clang/commitdiff
Add clazy to external Clang examples page
authorKevin Funk <kfunk@kde.org>
Fri, 24 Feb 2017 08:29:46 +0000 (08:29 +0000)
committerKevin Funk <kfunk@kde.org>
Fri, 24 Feb 2017 08:29:46 +0000 (08:29 +0000)
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

docs/ExternalClangExamples.rst

index e6076a5be6d1e5fd93b1251290c0706f79dfdd76..c9734ec5f28d1053ead4990ea4f607abc4e37a07 100644 (file)
@@ -85,3 +85,8 @@ List of projects and tools
     errors, fixit hints).  See also `<http://l.rw.rw/clang_plugin>`_ for
     step-by-step instructions."
 
+`<https://phabricator.kde.org/source/clazy>`_
+   "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."