diff options
Diffstat (limited to 'clang/docs/ExternalClangExamples.rst')
-rw-r--r-- | clang/docs/ExternalClangExamples.rst | 7 |
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." + |