summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2021-09-15loplugin:virtualdead HasExtraRedlineTable always returns trueNoel Grandin2-33/+30
2021-09-15loplugin:unusedfieldsNoel Grandin4-349/+117
2021-09-15loplugin:unnecessaryvirtualNoel Grandin2-65/+83
2021-09-13loplugin:mergeclassesNoel Grandin2-30/+90
2021-09-13loplugin:cow_wrapperNoel Grandin2-0/+121
2021-09-13loplugin:methodcyclesNoel Grandin3-68/+128
2021-09-09loplugin:redundantfcast ignore necessary temporariesNoel Grandin3-14/+53
2021-09-03remove debugging leftoverNoel Grandin1-1/+0
2021-09-02loplugin:badstaticsNoel Grandin1-0/+2
2021-08-30Look through implicit MaterializeTemporaryExprStephan Bergmann1-1/+1
2021-08-26tdf#143148: Use pragma once instead of include guards in compilerplugins4k5h1t10-40/+10
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin2-2/+36
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann2-0/+76
2021-08-20loplugin:unusedfieldsNoel Grandin4-259/+217
2021-08-20VCL allow plugins to declare OpenGL supportJan-Marek Glogowski3-10/+0
2021-08-18loplugin:passstuffbyrefNoel Grandin1-1/+10
2021-08-18loplugin:sequenceloop also check for B2DPolyPolygonNoel Grandin1-1/+4
2021-08-13Help older linkers (Ubuntu 18.04, Fedora 31)Jan-Marek Glogowski1-0/+2
2021-08-10Use boost::make_sharedStephan Bergmann1-5/+0
2021-08-10Missing includeStephan Bergmann1-0/+1
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin1-1/+1
2021-07-29loplugin:unnecessarymethodsNoel Grandin2-75/+213
2021-07-23no need to allocate these static vars on demandNoel Grandin1-0/+2
2021-07-21IsVertical->IsEffectivelyVertical, GetDirectVertical->GetVerticalMike Kaganski1-1/+1
2021-07-14new loplugin:weakobjectNoel Grandin2-136/+84
2021-07-12loplugin:unusedmethodsNoel Grandin2-452/+692
2021-07-12loplugin:unusedfieldsNoel Grandin4-501/+825
2021-07-09Remove redundant duplicate checkStephan Bergmann1-45/+44
2021-07-09Make loplugin:stringadd slightly more aggressiveStephan Bergmann2-0/+54
2021-07-05store the SfxItemSet inside SfxSetItem by valueNoel Grandin1-0/+3
2021-07-02convert AccessibleBrowseBoxObjType to scoped enumNoel Grandin1-2/+2
2021-07-01loplugin:unusedenumconstants update resultsNoel Grandin3-1532/+1872
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin2-0/+150
2021-06-28split out customcellrenderer codeCaolán McNamara1-0/+2
2021-06-25gtk4 dnd into external appsCaolán McNamara1-2/+2
2021-06-22Clarify no loplugin:overridevirtual with templated base classStephan Bergmann1-0/+44
2021-06-22Adapt compilerplugins to llvm::sys::fs::OF_None renameStephan Bergmann2-1/+8
2021-06-19loplugin:finalclassesNoel Grandin2-3/+3
2021-06-17Adapt o3tl::temporary to C++23 P2266R1Stephan Bergmann2-0/+29
2021-06-17split NotifyingLayout outCaolán McNamara1-2/+1
2021-06-17gtk4: restore double-decker notebooksCaolán McNamara1-0/+2
2021-06-16Move enable_if from dummy template parameter to return typeStephan Bergmann1-6/+0
2021-06-14Adapt compilerplugins to LLVM 13 APSInt::toString changeStephan Bergmann9-12/+26
2021-06-11loplugin:unusedmethods improve filteringNoel Grandin1-4/+15
2021-06-10Adapt compilerplugins to Clang VK_RValue -> VK_PRValue renameStephan Bergmann2-4/+11
2021-06-04loplugin:virtualdeadNoel Grandin3-114/+77
2021-06-03-Wunused-but-set-{parameter,variable} in CompilerTest_compilerplugins_clangStephan Bergmann22-0/+46
2021-06-01drop unused Widget::set_secondaryCaolán McNamara1-2/+0
2021-05-31gtk4: enable cut and paste into other applicationsCaolán McNamara1-0/+2
2021-05-31Clean redundant SvxBackgroundColorItem and use SvxColorItem instead.Gülşah Köse1-4/+0