summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
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
2021-05-31tdf#142467: Update comments with GCC bug IDStephan Bergmann1-1/+1
2021-05-27gtk4: continue to provide Paintable via cairo surfaceCaolán McNamara1-0/+2
2021-05-27tdf#47065 Add new file open UI options and implement a new threadMatt K1-0/+4
2021-05-26tdf#142467 crash on calling 'getInfoHelper' in final classCaolán McNamara1-0/+2
2021-05-19Adapt loplugin:noexcept to system macro BEGIN_COM_MAP (clang-cl)Stephan Bergmann1-20/+21
2021-05-18loplugin:unusedfieldsNoel Grandin1-8/+46
2021-05-18loplugin:unusedmethodsNoel Grandin1-1/+2
2021-05-18loplugin:unnecessaryvirtualNoel Grandin2-22/+20
2021-05-17sc_ucalc: move formula tests to their own moduleXisco Fauli1-6/+0
2021-05-17split OutputDevice from WindowNoel Grandin1-5/+7
2021-05-16sc_ucalc: move conditional format tests to their own moduleXisco Fauli1-12/+0
2021-05-14Improve loplugin:stringviewStephan Bergmann2-19/+17