We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a1877f commit 9d042beCopy full SHA for 9d042be
docs/ExternalClangExamples.rst
@@ -90,3 +90,11 @@ List of projects and tools
90
You get more than 50 Qt related compiler warnings, ranging from unneeded
91
memory allocations to misusage of API, including fix-its for automatic
92
refactoring."
93
+
94
+`<https://gerrit.libreoffice.org/gitweb?p=core.git;a=blob_plain;f=compilerplugins/README;hb=HEAD>`_
95
+ "LibreOffice uses a Clang plugin infrastructure to check during the build
96
+ various things, some more, some less specific to the LibreOffice source code.
97
+ There are currently around 50 such checkers, from flagging C-style casts and
98
+ uses of reserved identifiers to ensuring that code adheres to lifecycle
99
+ protocols for certain LibreOffice-specific classes. They may serve as
100
+ examples for writing RecursiveASTVisitor-based plugins."
0 commit comments