summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2021-04-08Adapt loplugin:unnecessaryparen to CXXRewrittenBinaryOperatorStephan Bergmann2-1/+21
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-28/+25
2021-04-07loplugin:casttovoid: Fix VisitReturnStmt in lambda bodiesStephan Bergmann2-0/+38
2021-04-01tdf#124176 Use pragma once instead of include guardsrounak3-12/+3
2021-03-25loplugin:unusedvarsglobalNoel3-277/+71
2021-03-25compilerplugins: fix clang plugin allowlists for sccache-distMichael Stahl1-0/+6
2021-03-24loplugin:unnecessaryvirtualNoel2-69/+71
2021-03-24loplugin:unusedmethodsNoel1-198/+202
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-16systools is no longer part of the URE interfaceStephan Bergmann3-3/+0
2021-03-15drop PrintWindowSubTree that is only callable by itselfCaolán McNamara1-2/+0
2021-03-14loplugin:unusedmethodsNoel1-122/+198
2021-03-13loplugin:unusedfieldsNoel4-121/+189
2021-03-11drop newly unused code and macrosCaolán McNamara2-6/+0
2021-03-08loplugin:refcounting check for one more caseNoel2-5/+89
2021-03-07loplugin:staticdynamic now with extra saltNoel2-9/+27
2021-03-06loplugin:staticdynamic look for static after dynamicNoel2-13/+59
2021-03-05loplugin:refcounting return objects properlyNoel2-0/+41
2021-03-03vcl/floatwin.hxx can be toolkit only nowCaolán McNamara2-2/+2
2021-03-01new loplugin:staticdynamicNoel3-0/+149
2021-02-27loplugin:unusedfieldsNoel3-28/+14
2021-02-27loplugin:unnecessaryvirtualNoel1-13/+9
2021-02-23loplugin:unusedmethodsNoel1-159/+157
2021-02-23loplugin:constantparamNoel5-1393/+1297
2021-02-23loplugin:unnecessaryvirtualNoel1-9/+21
2021-02-23loplugin:unusedfieldsNoel5-147/+170
2021-02-23loplugin:refcounting check for managing OWeakObject with raw pointerNoel2-2/+63
2021-02-22Avoid loplugin:refounting in uninstantiated template codeStephan Bergmann2-0/+18
2021-02-19compilerplugins: fix referencecasting for clang 7.0.1Miklos Vajna1-2/+2
2021-02-18loplugin:referencecasting add check for new rtl::Reference operatorNoel2-55/+151
2021-02-18Move GIF writer from filter module into VCLTomaž Vajngerl1-3/+0
2021-02-12loplugin:refcounting check for calling deleteNoel2-0/+33
2021-02-11loplugin:refcounting generalise type checkingNoel2-68/+112
2021-02-10Fix loplugin:stringliteralvarStephan Bergmann2-2/+13
2021-02-10loplugin:refcounting also check OWeakObject subclassesNoel2-41/+115
2021-02-09loplugin:referencecasting check for Reference::queryNoel2-0/+100
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann2-4/+0
2021-02-05Make loplugin:cppunitassetequals diagnostic more informativeStephan Bergmann2-16/+17
2021-02-03Clean up SmColorTokenTableEntrydante1-6/+0
2021-02-02Avoid --disable-assert-always-abort loplugin:stringviewparam false positivesStephan Bergmann2-0/+6
2021-02-02loplugin:redundantcast catch more dynamic_castNoel2-7/+35
2021-01-29loplugin:stringviewparam extend to new..Noel2-1/+41
2021-01-28add string_view variants of methods to O[U]StringBufferNoel2-3/+92
2021-01-27Improve loplugin:stringliteralvarStephan Bergmann2-6/+17
2021-01-26Adapt loplugin:stringconstant to many functions taking string_view args nowStephan Bergmann2-0/+11
2021-01-25clang/constfieldsrewrite.cxx: Remove duped linesDr. David Alan Gilbert1-3/+0
2021-01-22improve loplugin:pointerboolNoel2-0/+51
2021-01-21Use C++20 consteval for the Color(sal_uInt32) ctorStephan Bergmann1-1/+1
2021-01-20Build compilerplugings code with -fvisibility-inlines-hiddenStephan Bergmann1-1/+1
2021-01-20Improve loplugin:doubleconvertStephan Bergmann3-12/+25