summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2021-05-19Adapt loplugin:noexcept to system macro BEGIN_COM_MAP (clang-cl)Stephan Bergmann1-20/+21
2021-05-18loplugin:unusedfieldsNoel Grandin1-8/+46
2021-05-18loplugin:unusedmethodsNoel Grandin1-1/+2
2021-05-18loplugin:unnecessaryvirtualNoel Grandin2-22/+20
2021-05-17sc_ucalc: move formula tests to their own moduleXisco Fauli1-6/+0
2021-05-17split OutputDevice from WindowNoel Grandin1-5/+7
2021-05-16sc_ucalc: move conditional format tests to their own moduleXisco Fauli1-12/+0
2021-05-14Improve loplugin:stringviewStephan Bergmann2-19/+17
2021-05-14sc_ucalc: move shared formula tests to their own moduleXisco Fauli1-2/+0
2021-05-14Improve loplugin:stringview diagnostic outputStephan Bergmann2-20/+40
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