From d2bbdcfc0d2340904141a3dbca502a3cf4e2e416 Mon Sep 17 00:00:00 2001 From: Dmitri Gribenko Date: Fri, 7 Mar 2014 09:06:12 +0000 Subject: [PATCH] ExternalClangExamples: add a link to ToyClangPlugin Patch by Alexey Denisov. llvm-svn: 203219 --- clang/docs/ExternalClangExamples.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/clang/docs/ExternalClangExamples.rst b/clang/docs/ExternalClangExamples.rst index c7fd4c51faac..71d50c23fa1e 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." + +``_ + "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." +