summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)Author
2021-11-23Fix test for clang-cl with the MSVC template instantiation modelStephan Bergmann
2021-11-22sw: prefix members of SwDBManager, SwWebGlosDocShell, SwWordCountWrapper ...Miklos Vajna
2021-11-17drop unused PopupMenuFlags::NoHorzPlacementCaolán McNamara
2021-11-17retire loplugin:simplifyboolLuboš Luňák
2021-11-17remove loplugin:finalprotectedLuboš Luňák
2021-11-15Adapt CompilerTest_compilerplugins_clangStephan Bergmann
2021-11-11Drop ScGlobal::GetEmptyOUString() and EMPTY_OUSTRINGMike Kaganski
2021-11-10new loplugin:stringliteraldefineNoel Grandin
2021-11-10Avoid unhelpful loplugin:stringview from implicit conversionsStephan Bergmann
2021-11-09Adapt test to clang-cl on Windows (sal_Int32 typedef int vs. long)Stephan Bergmann
2021-11-03Silence loplugin:toolslong in ucb/source/ucp/webdav-curl/CurlSession.cxxStephan Bergmann
2021-11-03loplugin:constparamsNoel Grandin
2021-11-02Tweak loplugin:implicitboolconversion to allow some more bool -> sal_BoolStephan Bergmann
2021-11-01loplugin:unusedmember: Work around more cases not marking an enum as referencedStephan Bergmann
2021-10-26tdf#142010 XLS import: fix bad calculation after editingLászló Németh
2021-10-25Adapt to Clang 14 trunk diagnostic output changeStephan Bergmann
2021-10-20loplugin:indentation check for indent inside blockNoel Grandin
2021-10-19tdf#145203: FIREBIRD cannot create a tableJulien Nabet
2021-10-15loplugin:unnecessaryoverride corner case is subsumed nowStephan Bergmann
2021-10-15Avoid usage of incomplete types in member functions defined in-classStephan Bergmann
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-12loplugin:unusedmethodsNoel Grandin
2021-10-12loplugin:unusedfieldsNoel Grandin
2021-10-12loplugin:moveparam check for collection paramsNoel Grandin
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-10-09Rename bookmrk* -> bookmark*Julien Nabet
2021-10-07drop 'using namespace std' in compilerpluginsJulien Nabet
2021-10-04loplugin:constmethodNoel Grandin
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann
2021-10-02new loplugin:moveparamNoel Grandin
2021-10-01loplugin:constparamsNoel Grandin
2021-09-30loplugin:constmethod handle more casesNoel Grandin
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin
2021-09-28Make loplugin:bufferadd look through O[U]String::operator std::[u16]string_viewStephan Bergmann
2021-09-27tdf#89383 DOCX import: fix permission for editingTünde Tóth
2021-09-23Extend loplugin:stringviewparam to starts/endsWithStephan Bergmann
2021-09-22Adapt to Clang 14 trunk change in diagnosticsStephan Bergmann
2021-09-22fix crash in compilerplugins/clang/unnecessaryoverride.cxx:328Michael Stahl
2021-09-18make FORCE_COMPILE_ALL more flexible than all or nothingLuboš Luňák
2021-09-15loplugin:virtualdead HasExtraRedlineTable always returns trueNoel Grandin
2021-09-15loplugin:unusedfieldsNoel Grandin
2021-09-15loplugin:unnecessaryvirtualNoel Grandin
2021-09-13loplugin:mergeclassesNoel Grandin
2021-09-13loplugin:cow_wrapperNoel Grandin
2021-09-13loplugin:methodcyclesNoel Grandin
2021-09-09loplugin:redundantfcast ignore necessary temporariesNoel Grandin
2021-09-03remove debugging leftoverNoel Grandin
2021-09-02loplugin:badstaticsNoel Grandin
2021-08-30Look through implicit MaterializeTemporaryExprStephan Bergmann
2021-08-26tdf#143148: Use pragma once instead of include guards in compilerplugins4k5h1t