]> granicus.if.org Git - clang/commitdiff
ExternalClangExamples: add a link to ToyClangPlugin
authorDmitri Gribenko <gribozavr@gmail.com>
Fri, 7 Mar 2014 09:06:12 +0000 (09:06 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Fri, 7 Mar 2014 09:06:12 +0000 (09:06 +0000)
Patch by Alexey Denisov.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203219 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ExternalClangExamples.rst

index c7fd4c51faac2a9992f4800821e29ebbf97df7be..71d50c23fa1e6d80bff461d367fdb06669c02fe3 100644 (file)
@@ -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."
+