From: Dmitri Gribenko Date: Fri, 7 Mar 2014 09:06:12 +0000 (+0000) Subject: ExternalClangExamples: add a link to ToyClangPlugin X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5af20f14ca5c3170b523f7b88b28560ce48766aa;p=clang 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 --- 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." + +``_ + "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 ``_ for + step-by-step instructions." +