summaryrefslogtreecommitdiffstats
path: root/clang
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
commitd2bbdcfc0d2340904141a3dbca502a3cf4e2e416 (patch)
treeeb2e8f0df677daac675f3c8567031ce7ab41c87d /clang
parent1051f04a8d10db10f9782c1c5b04024f8711db6b (diff)
downloadbcm5719-llvm-d2bbdcfc0d2340904141a3dbca502a3cf4e2e416.tar.gz
bcm5719-llvm-d2bbdcfc0d2340904141a3dbca502a3cf4e2e416.zip
ExternalClangExamples: add a link to ToyClangPlugin
Patch by Alexey Denisov. llvm-svn: 203219
Diffstat (limited to 'clang')
-rw-r--r--clang/docs/ExternalClangExamples.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/clang/docs/ExternalClangExamples.rst b/clang/docs/ExternalClangExamples.rst
index c7fd4c51faa..71d50c23fa1 100644
--- a/clang/docs/ExternalClangExamples.rst
+++ b/clang/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."
+
OpenPOWER on IntegriCloud