summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2019-10-01Use loplugin::isSamePathname (as needed on Windows)Stephan Bergmann1-5/+5
2019-09-30new loplugin:duplicate-definesNoel Grandin1-0/+105
2019-09-29constmethod for accessor-type methodsNoel Grandin3-57/+56
2019-09-28loplugin:virtualdead in basegfxNoel Grandin1-6/+0
2019-09-28loplugin:virtualdead in chart2Noel Grandin1-6/+0
2019-09-28loplugin:virtualdead in dbaccessNoel Grandin1-3/+0
2019-09-28loplugin:virtualdead in basctlNoel Grandin1-3/+0
2019-09-28loplugin:virtualdead in editengNoel Grandin1-3/+0
2019-09-28loplugin:virtualdead in extensionsNoel Grandin1-3/+0
2019-09-27loplugin:virtualdead in sdNoel Grandin1-6/+0
2019-09-27loplugin:virtualdead in slideshowNoel Grandin1-3/+0
2019-09-27loplugin:virtualdead in svlNoel Grandin1-6/+0
2019-09-27loplugin:virtualdead in svxNoel Grandin1-9/+0
2019-09-26loplugin:virtualdead filter out some more stuff Noel Grandin2-68/+2
2019-09-26loplugin:virtualdead in vclNoel Grandin1-15/+0
2019-09-26loplugin:virtualdead in sw(2)Noel Grandin1-3/+0
2019-09-26loplugin:virtualdead in swNoel Grandin1-9/+0
2019-09-26new loplugin virtualdeadNoel Grandin3-0/+633
2019-09-26loplugin:unnecessaryvirtualNoel Grandin1-17/+37
2019-09-25Improve loplugin:sequenceloop diagnostic adviceStephan Bergmann2-2/+3
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák2-0/+14
2019-09-24compiler check for rtl::OUStringConcat instancesLuboš Luňák4-6/+175
2019-09-20rebuild sharedvisitor.cxx if any of its sources disappearsLuboš Luňák1-0/+22
2019-09-19improve and enable loplugin:fragiledestructorNoel Grandin2-41/+160
2019-09-17disable stringbuffer pluginNoel Grandin1-1/+1
2019-09-17Fix compilerplugins for macOS againStephan Bergmann1-2/+3
2019-09-13Avoid some false loplugin:redundantfcast involving std::function and lambdasStephan Bergmann3-2/+98
2019-09-12One more generated file missing from compilerplugins/.gitignoreStephan Bergmann1-0/+1
2019-09-11Adapt compilerplugins/.gitignoreStephan Bergmann1-0/+17
2019-09-11Adapt compilerplugins.cleanStephan Bergmann1-1/+10
2019-09-11loplugin:redundantfcast check for std::function castNoel Grandin2-23/+57
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