r203219 - ExternalClangExamples: add a link to ToyClangPlugin
Dmitri Gribenko
gribozavr at gmail.com
Fri Mar 7 01:06:13 PST 2014
Author: gribozavr
Date: Fri Mar 7 03:06:12 2014
New Revision: 203219
URL: http://llvm.org/viewvc/llvm-project?rev=203219&view=rev
Log:
ExternalClangExamples: add a link to ToyClangPlugin
Patch by Alexey Denisov.
Modified:
cfe/trunk/docs/ExternalClangExamples.rst
Modified: cfe/trunk/docs/ExternalClangExamples.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ExternalClangExamples.rst?rev=203219&r1=203218&r2=203219&view=diff
==============================================================================
--- cfe/trunk/docs/ExternalClangExamples.rst (original)
+++ cfe/trunk/docs/ExternalClangExamples.rst Fri Mar 7 03:06:12 2014
@@ -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."
+
More information about the cfe-commits
mailing list