summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2021-05-12Guard against isCXX11ConstantExpr on dependent expressionStephan Bergmann1-2/+4
2021-05-11loplugin:implicitboolconversion workaroundNoel Grandin1-0/+6
2021-05-10rename to remove the gtk3 prefixCaolán McNamara3-4/+3
2021-05-06loplugin:unusedmethodsNoel Grandin1-9/+49
2021-05-05loplugin:unnecessaryvirtualNoel Grandin1-29/+21
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin1-12/+4
2021-05-03loplugin:unnecessaryparen small improvementNoel Grandin2-1/+10
2021-05-03throw() -> noexcept, part 3/3: New loplugin:noexceptStephan Bergmann2-0/+98
2021-04-27loplugin:moveoptNoel Grandin2-0/+214
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin3-1/+63
2021-04-27More aggressive Clang 13 trunk -Werror,-Wdeprecated-copy[-with-dtor]Stephan Bergmann1-0/+1
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin2-8/+16
2021-04-20drop unused get_hscroll_heightCaolán McNamara1-2/+0
2021-04-19Updated README.md filesHossein1-1/+1
2021-04-17loplugin:constantparamNoel Grandin4-850/+854
2021-04-15loplugin:stringliteralvar look for assignmentsNoel Grandin2-2/+64
2021-04-14loplugin:unusedmethodsNoel Grandin1-143/+125
2021-04-13loplugin:singlevalfieldsNoel Grandin2-237/+243
2021-04-12convert few more clang plugins to sharedLuboš Luňák5-11/+42
2021-04-09remove vcl/waitobj.hxxCaolán McNamara1-1/+0
2021-04-09do not #error in clangplugins with --disable-pchLuboš Luňák1-7/+7
2021-04-09make clang plugin check code in headers only once if in PCHLuboš Luňák1-0/+13
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