summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
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
2021-01-19loplugin:unusedmethodsNoel1-135/+193
2021-01-18Mathml gets it's own directorydante2-2/+2
2021-01-16make the Color constructors explicitly specify transparencyNoel1-0/+95
2021-01-14cid#1471346 Uncaught exceptionCaolán McNamara2-2/+5
2021-01-12Avoid loplugin:stringviewparam when there already is a string_view overloadStephan Bergmann2-0/+67
2021-01-06loplugin:unusedfieldsNoel4-126/+132
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann1-0/+8
2021-01-03Bump copyright year to 2021Adolfo Jayme Barrientos1-1/+1
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-2/+3
2020-12-27Simplify loplugin:stringviewparam comparison operator handlingStephan Bergmann1-32/+7
2020-12-26Cleanups after vcl/bitmapaccess.hxx splittingIlmari Lauhakangas1-1/+1