summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2021-10-26tdf#142010 XLS import: fix bad calculation after editingLászló Németh1-8/+0
2021-10-25Adapt to Clang 14 trunk diagnostic output changeStephan Bergmann4-15/+15
2021-10-20loplugin:indentation check for indent inside blockNoel Grandin2-14/+41
2021-10-19tdf#145203: FIREBIRD cannot create a tableJulien Nabet1-0/+3
2021-10-15loplugin:unnecessaryoverride corner case is subsumed nowStephan Bergmann2-8/+1
2021-10-15Avoid usage of incomplete types in member functions defined in-classStephan Bergmann2-3/+7
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski3-132/+1
2021-10-12loplugin:unusedmethodsNoel Grandin2-602/+556
2021-10-12loplugin:unusedfieldsNoel Grandin4-387/+393
2021-10-12loplugin:moveparam check for collection paramsNoel Grandin2-34/+115
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann2-33/+7
2021-10-09Rename bookmrk* -> bookmark*Julien Nabet2-3/+3
2021-10-07drop 'using namespace std' in compilerpluginsJulien Nabet2-84/+80
2021-10-04loplugin:constmethodNoel Grandin1-1/+25
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann2-6/+24
2021-10-02new loplugin:moveparamNoel Grandin2-0/+170
2021-10-01loplugin:constparamsNoel Grandin1-1/+4
2021-09-30loplugin:constmethod handle more casesNoel Grandin1-9/+33
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin2-2/+47
2021-09-28Make loplugin:bufferadd look through O[U]String::operator std::[u16]string_viewStephan Bergmann2-0/+15
2021-09-27tdf#89383 DOCX import: fix permission for editingTünde Tóth1-2/+2
2021-09-23Extend loplugin:stringviewparam to starts/endsWithStephan Bergmann2-3/+5
2021-09-22Adapt to Clang 14 trunk change in diagnosticsStephan Bergmann3-3/+3
2021-09-22fix crash in compilerplugins/clang/unnecessaryoverride.cxx:328Michael Stahl1-0/+3
2021-09-18make FORCE_COMPILE_ALL more flexible than all or nothingLuboš Luňák17-26/+31
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