diff options
author | Kevin Funk <kfunk@kde.org> | 2017-02-24 08:29:46 +0000 |
---|---|---|
committer | Kevin Funk <kfunk@kde.org> | 2017-02-24 08:29:46 +0000 |
commit | 83143a8e3e450e719d7ab62fa475723cf6120d1c (patch) | |
tree | e0833c428146af4ead19200ea1a8ae38896724d1 /clang/docs | |
parent | 87b0d68633af15873eb8fe55388bde45ef23cb80 (diff) | |
download | bcm5719-llvm-83143a8e3e450e719d7ab62fa475723cf6120d1c.tar.gz bcm5719-llvm-83143a8e3e450e719d7ab62fa475723cf6120d1c.zip |
Add clazy to external Clang examples page
Reviewers: silvas, rizsotto.mailinglist, sergio.martins
Reviewed By: rizsotto.mailinglist
Differential Revision: https://reviews.llvm.org/D30252
llvm-svn: 296098
Diffstat (limited to 'clang/docs')
-rw-r--r-- | clang/docs/ExternalClangExamples.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/clang/docs/ExternalClangExamples.rst b/clang/docs/ExternalClangExamples.rst index e6076a5be6d..c9734ec5f28 100644 --- a/clang/docs/ExternalClangExamples.rst +++ b/clang/docs/ExternalClangExamples.rst @@ -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." |