summaryrefslogtreecommitdiffstats
path: root/compilerplugins
Commit message (Expand)AuthorAgeFilesLines
* Adapt loplugin:noexcept to system macro BEGIN_COM_MAP (clang-cl)Stephan Bergmann2021-05-191-20/+21
* loplugin:unusedfieldsNoel Grandin2021-05-181-8/+46
* loplugin:unusedmethodsNoel Grandin2021-05-181-1/+2
* loplugin:unnecessaryvirtualNoel Grandin2021-05-182-22/+20
* sc_ucalc: move formula tests to their own moduleXisco Fauli2021-05-171-6/+0
* split OutputDevice from WindowNoel Grandin2021-05-171-5/+7
* sc_ucalc: move conditional format tests to their own moduleXisco Fauli2021-05-161-12/+0
* Improve loplugin:stringviewStephan Bergmann2021-05-142-19/+17
* sc_ucalc: move shared formula tests to their own moduleXisco Fauli2021-05-141-2/+0
* Improve loplugin:stringview diagnostic outputStephan Bergmann2021-05-142-20/+40
* Guard against isCXX11ConstantExpr on dependent expressionStephan Bergmann2021-05-121-2/+4
* loplugin:implicitboolconversion workaroundNoel Grandin2021-05-111-0/+6
* rename to remove the gtk3 prefixCaolán McNamara2021-05-103-4/+3
* loplugin:unusedmethodsNoel Grandin2021-05-061-9/+49
* loplugin:unnecessaryvirtualNoel Grandin2021-05-051-29/+21
* loplugin:stringadd improvement for appending numbersNoel Grandin2021-05-031-12/+4
* loplugin:unnecessaryparen small improvementNoel Grandin2021-05-032-1/+10
* throw() -> noexcept, part 3/3: New loplugin:noexceptStephan Bergmann2021-05-032-0/+98
* 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