summaryrefslogtreecommitdiffstats
path: root/compilerplugins
Commit message (Expand)AuthorAgeFilesLines
* loplugin:moveoptNoel Grandin2021-04-272-0/+214
* loplugin:stringadd convert chained append to +Noel Grandin2021-04-273-1/+63
* More aggressive Clang 13 trunk -Werror,-Wdeprecated-copy[-with-dtor]Stephan Bergmann2021-04-271-0/+1
* loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin2021-04-212-8/+16
* drop unused get_hscroll_heightCaolán McNamara2021-04-201-2/+0
* Updated README.md filesHossein2021-04-191-1/+1
* loplugin:constantparamNoel Grandin2021-04-174-850/+854
* loplugin:stringliteralvar look for assignmentsNoel Grandin2021-04-152-2/+64
* loplugin:unusedmethodsNoel Grandin2021-04-141-143/+125
* loplugin:singlevalfieldsNoel Grandin2021-04-132-237/+243
* convert few more clang plugins to sharedLuboš Luňák2021-04-125-11/+42
* remove vcl/waitobj.hxxCaolán McNamara2021-04-091-1/+0
* do not #error in clangplugins with --disable-pchLuboš Luňák2021-04-091-7/+7
* make clang plugin check code in headers only once if in PCHLuboš Luňák2021-04-091-0/+13
* Adapt loplugin:unnecessaryparen to CXXRewrittenBinaryOperatorStephan Bergmann2021-04-082-1/+21
* Updated README.md files to represent current code / use Markdown formatHossein2021-04-071-28/+25
* 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