summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2019-09-06make clangplugin analyzer use internally a PCH to speed things upLuboš Luňák3-4/+44
2019-09-06split clangplugins sharedvisitor generator into two stepsLuboš Luňák5-2114/+473
2019-09-06Fixing "...."Andrea Gelmini4-4/+4
2019-09-05Use compat::IgnoreImplicitStephan Bergmann1-2/+2
2019-09-05loplugin:noexceptmove improve feedbackNoel Grandin1-0/+14
2019-09-04tdf#118314 Code clean up on imestatuswindowSzabolcs Toth2-4/+1
2019-09-03Parent reference should be const in VCL builder entry pointsMike Kaganski1-2/+2
2019-09-01loplugin:unusedfieldsNoel Grandin4-234/+246
2019-09-01loplugin:unusedmethodsNoel Grandin2-79/+43
2019-09-01Fix '..'Andrea Gelmini1-1/+1
2019-08-30adapt to runToolOnCodeWithArgs API change in clang 10Noel Grandin2-2/+8
2019-08-30Fix typosAndrea Gelmini1-2/+2
2019-08-30new loplugin:noexceptmoveNoel Grandin2-0/+421
2019-08-28New loplugin:stdfunctionStephan Bergmann4-13/+141
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin5-41/+125
2019-08-26loplugin:unusedmethodsNoel Grandin2-140/+256
2019-08-26loplugin:unusedenumconstantsNoel Grandin3-2202/+2250
2019-08-26use shared-plugin infra for some recent pluginsNoel Grandin6-17/+136
2019-08-26loplugin:returnconstval in variousNoel Grandin1-1/+1
2019-08-23Improve loplugin:sequenceloop warningStephan Bergmann1-1/+1
2019-08-23new loplugin:returnconstvalNoel Grandin2-0/+97
2019-08-21llvm::make_unique is gone from LLVM trunkStephan Bergmann1-0/+5
2019-08-21loplugin:constvars, look for loop vars that can be constNoel Grandin2-13/+117
2019-08-18Revert "loplugin:unusedmethods"Noel Grandin2-196/+122
2019-08-17loplugin:unusedmethodsNoel Grandin2-122/+196
2019-08-17loplugin:unnecessaryvirtualNoel Grandin2-47/+53
2019-08-16move WizardMachine to vclCaolán McNamara1-4/+4
2019-08-16Adapt loplugin:nullptr to RecursiveASTVisitior::TraverseInitListExpr changeStephan Bergmann2-0/+31
2019-08-16new loplugin:sequenceloopNoel Grandin2-0/+111
2019-08-15LLVM trunk requires C++14 nowStephan Bergmann2-1/+3
2019-08-01drop newly unused EnableImageDisplay + EnableTextDisplayCaolán McNamara1-8/+0
2019-08-01skip some indirectionNoel Grandin1-1/+1
2019-08-01missing includeStephan Bergmann1-0/+1
2019-08-01new loplugin:mapindexNoel Grandin2-0/+147
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it)Stephan Bergmann3-0/+152
2019-07-30remove newly unused SvxCheckListBoxCaolán McNamara2-12/+0
2019-07-30tdf#62699 Drop (now) pass-through header include/vcl/salbtype.hxxGabor Kelemen1-1/+0
2019-07-24loplugin:unusedfieldsNoel Grandin4-57/+63
2019-07-24loplugin:unusedenumconstantsNoel Grandin3-3648/+3594
2019-07-23Fix typosAndrea Gelmini1-1/+1
2019-07-23resurrect and improve loplugin:referencecastingNoel Grandin4-228/+535
2019-07-23loplugin:unusedfieldsNoel Grandin4-187/+269
2019-07-23close some more holes in structuresNoel Grandin1-75/+81
2019-07-23loplugin:unusedmethodsNoel Grandin2-60/+24
2019-07-22avmedia: Drop 'wrap_*' functionsMichael Weghorn1-8/+0
2019-07-22kf5/gtk3_kde5 fpickers: Drop unused 'allowRemoteUrls'Michael Weghorn2-4/+0
2019-07-21tdf#125922 rename kde5 to kf5 + plasma5Jan-Marek Glogowski2-6/+6
2019-07-19make cppunitassertequals a shared pluginNoel Grandin2-5/+28
2019-07-19loplugin:constantparamNoel Grandin5-1629/+1486
2019-07-17Revert "simplify sharedplugin PostTraverse calls"Noel Grandin8-31/+53