This revision was automatically updated to reflect the committed changes. Closed by commit rL298490: Add LibreOffice Clang plugin to ExternalClangExamples.rst (authored by sberg).
Changed prior to commit: https://reviews.llvm.org/D31133?vs=92334&id=92603#toc Repository: rL LLVM https://reviews.llvm.org/D31133 Files: cfe/trunk/docs/ExternalClangExamples.rst 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." + +`<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."
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." + +`<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."
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits