summaryrefslogtreecommitdiff
path: root/docs/ExternalClangExamples.rst
diff options
context:
space:
mode:
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 c7fd4c51faac..71d50c23fa1e 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."
+