summaryrefslogtreecommitdiffstats
path: root/compilerplugins
Commit message (Expand)AuthorAgeFilesLines
* loplugin:casttovoid: Fix VisitReturnStmt in lambda bodiesStephan Bergmann2021-04-072-0/+38
* tdf#124176 Use pragma once instead of include guardsrounak2021-04-013-12/+3
* loplugin:unusedvarsglobalNoel2021-03-253-277/+71
* compilerplugins: fix clang plugin allowlists for sccache-distMichael Stahl2021-03-251-0/+6
* loplugin:unnecessaryvirtualNoel2021-03-242-69/+71
* loplugin:unusedmethodsNoel2021-03-241-198/+202
* Using .md extension/Markdown syntax for modules READMEHossein2021-03-241-0/+0
* systools is no longer part of the URE interfaceStephan Bergmann2021-03-163-3/+0
* drop PrintWindowSubTree that is only callable by itselfCaolán McNamara2021-03-151-2/+0
* loplugin:unusedmethodsNoel2021-03-141-122/+198
* loplugin:unusedfieldsNoel2021-03-134-121/+189
* drop newly unused code and macrosCaolán McNamara2021-03-112-6/+0
* loplugin:refcounting check for one more caseNoel2021-03-082-5/+89
* loplugin:staticdynamic now with extra saltNoel2021-03-072-9/+27
* loplugin:staticdynamic look for static after dynamicNoel2021-03-062-13/+59
* loplugin:refcounting return objects properlyNoel2021-03-052-0/+41
* vcl/floatwin.hxx can be toolkit only nowCaolán McNamara2021-03-032-2/+2
* new loplugin:staticdynamicNoel2021-03-013-0/+149
* loplugin:unusedfieldsNoel2021-02-273-28/+14
* loplugin:unnecessaryvirtualNoel2021-02-271-13/+9
* loplugin:unusedmethodsNoel2021-02-231-159/+157
* loplugin:constantparamNoel2021-02-235-1393/+1297
* loplugin:unnecessaryvirtualNoel2021-02-231-9/+21
* loplugin:unusedfieldsNoel2021-02-235-147/+170
* loplugin:refcounting check for managing OWeakObject with raw pointerNoel2021-02-232-2/+63
* Avoid loplugin:refounting in uninstantiated template codeStephan Bergmann2021-02-222-0/+18
* compilerplugins: fix referencecasting for clang 7.0.1Miklos Vajna2021-02-191-2/+2
* loplugin:referencecasting add check for new rtl::Reference operatorNoel2021-02-182-55/+151
* Move GIF writer from filter module into VCLTomaž Vajngerl2021-02-181-3/+0
* loplugin:refcounting check for calling deleteNoel2021-02-122-0/+33
* loplugin:refcounting generalise type checkingNoel2021-02-112-68/+112
* Fix loplugin:stringliteralvarStephan Bergmann2021-02-102-2/+13
* loplugin:refcounting also check OWeakObject subclassesNoel2021-02-102-41/+115
* loplugin:referencecasting check for Reference::queryNoel2021-02-092-0/+100
* Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann2021-02-082-4/+0
* Make loplugin:cppunitassetequals diagnostic more informativeStephan Bergmann2021-02-052-16/+17
* Clean up SmColorTokenTableEntrydante2021-02-031-6/+0
* Avoid --disable-assert-always-abort loplugin:stringviewparam false positivesStephan Bergmann2021-02-022-0/+6
* loplugin:redundantcast catch more dynamic_castNoel2021-02-022-7/+35
* loplugin:stringviewparam extend to new..Noel2021-01-292-1/+41
* add string_view variants of methods to O[U]StringBufferNoel2021-01-282-3/+92
* Improve loplugin:stringliteralvarStephan Bergmann2021-01-272-6/+17
* Adapt loplugin:stringconstant to many functions taking string_view args nowStephan Bergmann2021-01-262-0/+11
* clang/constfieldsrewrite.cxx: Remove duped linesDr. David Alan Gilbert2021-01-251-3/+0
* improve loplugin:pointerboolNoel2021-01-222-0/+51
* Use C++20 consteval for the Color(sal_uInt32) ctorStephan Bergmann2021-01-211-1/+1
* Build compilerplugings code with -fvisibility-inlines-hiddenStephan Bergmann2021-01-201-1/+1
* Improve loplugin:doubleconvertStephan Bergmann2021-01-203-12/+25
* loplugin:unusedmethodsNoel2021-01-191-135/+193
* Mathml gets it's own directorydante2021-01-182-2/+2