Index: cfe/trunk/docs/ExternalClangExamples.rst =================================================================== --- cfe/trunk/docs/ExternalClangExamples.rst +++ cfe/trunk/docs/ExternalClangExamples.rst @@ -90,3 +90,11 @@ You get more than 50 Qt related compiler warnings, ranging from unneeded memory allocations to misusage of API, including fix-its for automatic refactoring." + +``_ + "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."