summaryrefslogtreecommitdiffstats
path: root/compilerplugins
Commit message (Expand)AuthorAgeFilesLines
* improve loplugin:cow_wrapperNoel Grandin2021-12-072-16/+60
* loplugin:unusedmethodsNoel Grandin2021-12-072-287/+467
* loplugin:unusedfieldsNoel Grandin2021-12-074-268/+284
* loplugin:unnecessaryvirtualNoel Grandin2021-12-072-85/+65
* Silence loplugin:badstaticsStephan Bergmann2021-11-301-0/+5
* -FIIntrin.h in CC/CXX is no longer needed for my clang-cl buildStephan Bergmann2021-11-261-0/+1
* Fix test for clang-cl with the MSVC template instantiation modelStephan Bergmann2021-11-231-0/+3
* sw: prefix members of SwDBManager, SwWebGlosDocShell, SwWordCountWrapper ...Miklos Vajna2021-11-221-1/+1
* drop unused PopupMenuFlags::NoHorzPlacementCaolán McNamara2021-11-171-2/+0
* retire loplugin:simplifyboolLuboš Luňák2021-11-172-176/+0
* remove loplugin:finalprotectedLuboš Luňák2021-11-172-35/+0
* Adapt CompilerTest_compilerplugins_clangStephan Bergmann2021-11-151-6/+6
* Drop ScGlobal::GetEmptyOUString() and EMPTY_OUSTRINGMike Kaganski2021-11-114-24/+0
* new loplugin:stringliteraldefineNoel Grandin2021-11-102-0/+228
* Avoid unhelpful loplugin:stringview from implicit conversionsStephan Bergmann2021-11-102-12/+19
* Adapt test to clang-cl on Windows (sal_Int32 typedef int vs. long)Stephan Bergmann2021-11-091-2/+2
* Silence loplugin:toolslong in ucb/source/ucp/webdav-curl/CurlSession.cxxStephan Bergmann2021-11-031-0/+1
* loplugin:constparamsNoel Grandin2021-11-031-9/+11
* Tweak loplugin:implicitboolconversion to allow some more bool -> sal_BoolStephan Bergmann2021-11-022-53/+77
* loplugin:unusedmember: Work around more cases not marking an enum as referencedStephan Bergmann2021-11-012-5/+40
* tdf#142010 XLS import: fix bad calculation after editingLászló Németh2021-10-261-8/+0
* Adapt to Clang 14 trunk diagnostic output changeStephan Bergmann2021-10-254-15/+15
* loplugin:indentation check for indent inside blockNoel Grandin2021-10-202-14/+41
* tdf#145203: FIREBIRD cannot create a tableJulien Nabet2021-10-191-0/+3
* loplugin:unnecessaryoverride corner case is subsumed nowStephan Bergmann2021-10-152-8/+1
* Avoid usage of incomplete types in member functions defined in-classStephan Bergmann2021-10-152-3/+7
* Remove non-const Sequence::begin()/end() in internal codeMike Kaganski2021-10-153-132/+1
* loplugin:unusedmethodsNoel Grandin2021-10-122-602/+556
* loplugin:unusedfieldsNoel Grandin2021-10-124-387/+393
* loplugin:moveparam check for collection paramsNoel Grandin2021-10-122-34/+115
* In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann2021-10-112-33/+7
* Rename bookmrk* -> bookmark*Julien Nabet2021-10-092-3/+3
* drop 'using namespace std' in compilerpluginsJulien Nabet2021-10-072-84/+80
* loplugin:constmethodNoel Grandin2021-10-041-1/+25
* A more lightweight O[U]StringConcatenationStephan Bergmann2021-10-032-6/+24
* new loplugin:moveparamNoel Grandin2021-10-022-0/+170
* loplugin:constparamsNoel Grandin2021-10-011-1/+4
* loplugin:constmethod handle more casesNoel Grandin2021-09-301-9/+33
* loplugin:constparams improve handling of pointer paramsNoel Grandin2021-09-302-2/+47
* Make loplugin:bufferadd look through O[U]String::operator std::[u16]string_viewStephan Bergmann2021-09-282-0/+15
* tdf#89383 DOCX import: fix permission for editingTünde Tóth2021-09-271-2/+2
* Extend loplugin:stringviewparam to starts/endsWithStephan Bergmann2021-09-232-3/+5
* Adapt to Clang 14 trunk change in diagnosticsStephan Bergmann2021-09-223-3/+3
* fix crash in compilerplugins/clang/unnecessaryoverride.cxx:328Michael Stahl2021-09-221-0/+3
* make FORCE_COMPILE_ALL more flexible than all or nothingLuboš Luňák2021-09-1817-26/+31
* loplugin:virtualdead HasExtraRedlineTable always returns trueNoel Grandin2021-09-152-33/+30
* loplugin:unusedfieldsNoel Grandin2021-09-154-349/+117
* loplugin:unnecessaryvirtualNoel Grandin2021-09-152-65/+83
* loplugin:mergeclassesNoel Grandin2021-09-132-30/+90
* loplugin:cow_wrapperNoel Grandin2021-09-132-0/+121