summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)Author
2021-04-14loplugin:unusedmethodsNoel Grandin
2021-04-13loplugin:singlevalfieldsNoel Grandin
2021-04-12convert few more clang plugins to sharedLuboš Luňák
2021-04-09remove vcl/waitobj.hxxCaolán McNamara
2021-04-09do not #error in clangplugins with --disable-pchLuboš Luňák
2021-04-09make clang plugin check code in headers only once if in PCHLuboš Luňák
2021-04-08Adapt loplugin:unnecessaryparen to CXXRewrittenBinaryOperatorStephan Bergmann
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-04-07loplugin:casttovoid: Fix VisitReturnStmt in lambda bodiesStephan Bergmann
2021-04-01tdf#124176 Use pragma once instead of include guardsrounak
2021-03-25loplugin:unusedvarsglobalNoel
2021-03-25compilerplugins: fix clang plugin allowlists for sccache-distMichael Stahl
2021-03-24loplugin:unnecessaryvirtualNoel
2021-03-24loplugin:unusedmethodsNoel
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2021-03-16systools is no longer part of the URE interfaceStephan Bergmann
2021-03-15drop PrintWindowSubTree that is only callable by itselfCaolán McNamara
2021-03-14loplugin:unusedmethodsNoel
2021-03-13loplugin:unusedfieldsNoel
2021-03-11drop newly unused code and macrosCaolán McNamara
2021-03-08loplugin:refcounting check for one more caseNoel
2021-03-07loplugin:staticdynamic now with extra saltNoel
2021-03-06loplugin:staticdynamic look for static after dynamicNoel
2021-03-05loplugin:refcounting return objects properlyNoel
2021-03-03vcl/floatwin.hxx can be toolkit only nowCaolán McNamara
2021-03-01new loplugin:staticdynamicNoel
2021-02-27loplugin:unusedfieldsNoel
2021-02-27loplugin:unnecessaryvirtualNoel
2021-02-23loplugin:unusedmethodsNoel
2021-02-23loplugin:constantparamNoel
2021-02-23loplugin:unnecessaryvirtualNoel
2021-02-23loplugin:unusedfieldsNoel
2021-02-23loplugin:refcounting check for managing OWeakObject with raw pointerNoel
2021-02-22Avoid loplugin:refounting in uninstantiated template codeStephan Bergmann
2021-02-19compilerplugins: fix referencecasting for clang 7.0.1Miklos Vajna
2021-02-18loplugin:referencecasting add check for new rtl::Reference operatorNoel
2021-02-18Move GIF writer from filter module into VCLTomaž Vajngerl
2021-02-12loplugin:refcounting check for calling deleteNoel
2021-02-11loplugin:refcounting generalise type checkingNoel
2021-02-10Fix loplugin:stringliteralvarStephan Bergmann
2021-02-10loplugin:refcounting also check OWeakObject subclassesNoel
2021-02-09loplugin:referencecasting check for Reference::queryNoel
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann
2021-02-05Make loplugin:cppunitassetequals diagnostic more informativeStephan Bergmann
2021-02-03Clean up SmColorTokenTableEntrydante
2021-02-02Avoid --disable-assert-always-abort loplugin:stringviewparam false positivesStephan Bergmann
2021-02-02loplugin:redundantcast catch more dynamic_castNoel
2021-01-29loplugin:stringviewparam extend to new..Noel
2021-01-28add string_view variants of methods to O[U]StringBufferNoel
2021-01-27Improve loplugin:stringliteralvarStephan Bergmann