summaryrefslogtreecommitdiff
path: root/docs/ExternalClangExamples.rst
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2014-03-07 09:06:12 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2014-03-07 09:06:12 +0000
commit5af20f14ca5c3170b523f7b88b28560ce48766aa (patch)
tree983d32836b89bda4de5d2c409b53937e68a8294f /docs/ExternalClangExamples.rst
parent4f686af90a7793b4ad34d9293f6bbf01432018b7 (diff)
downloadclang-5af20f14ca5c3170b523f7b88b28560ce48766aa.tar.gz
clang-5af20f14ca5c3170b523f7b88b28560ce48766aa.tar.bz2
clang-5af20f14ca5c3170b523f7b88b28560ce48766aa.tar.xz
ExternalClangExamples: add a link to ToyClangPlugin
Patch by Alexey Denisov. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203219 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ExternalClangExamples.rst')
-rw-r--r--docs/ExternalClangExamples.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/ExternalClangExamples.rst b/docs/ExternalClangExamples.rst
index c7fd4c51fa..71d50c23fa 100644
--- a/docs/ExternalClangExamples.rst
+++ b/docs/ExternalClangExamples.rst
@@ -78,3 +78,10 @@ List of projects and tools
"cldoc is a Clang based documentation generator for C and C++.
cldoc tries to solve the issue of writing C/C++ software documentation
with a modern, non-intrusive and robust approach."
+
+`<https://github.com/AlexDenisov/ToyClangPlugin>`_
+ "The simplest Clang plugin implementing a semantic check for Objective-C.
+ This example shows how to use the ``DiagnosticsEngine`` (emit warnings,
+ errors, fixit hints). See also `<http://l.rw.rw/clang_plugin>`_ for
+ step-by-step instructions."
+