r298490 - Add LibreOffice Clang plugin to ExternalClangExamples.rst

Stephan Bergmann via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 22 01:45:50 PDT 2017


Author: sberg
Date: Wed Mar 22 03:45:49 2017
New Revision: 298490

URL: http://llvm.org/viewvc/llvm-project?rev=298490&view=rev
Log:
Add LibreOffice Clang plugin to ExternalClangExamples.rst

Reviewers: rsmith, rizsotto.mailinglist

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D31133

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=298490&r1=298489&r2=298490&view=diff
==============================================================================
--- cfe/trunk/docs/ExternalClangExamples.rst (original)
+++ cfe/trunk/docs/ExternalClangExamples.rst Wed Mar 22 03:45:49 2017
@@ -90,3 +90,11 @@ List of projects and tools
    You get more than 50 Qt related compiler warnings, ranging from unneeded
    memory allocations to misusage of API, including fix-its for automatic
    refactoring."
+
+`<https://gerrit.libreoffice.org/gitweb?p=core.git;a=blob_plain;f=compilerplugins/README;hb=HEAD>`_
+   "LibreOffice uses a Clang plugin infrastructure to check during the build
+   various things, some more, some less specific to the LibreOffice source code.
+   There are currently around 50 such checkers, from flagging C-style casts and
+   uses of reserved identifiers to ensuring that code adheres to lifecycle
+   protocols for certain LibreOffice-specific classes.  They may serve as
+   examples for writing RecursiveASTVisitor-based plugins."




More information about the cfe-commits mailing list