summaryrefslogtreecommitdiffstats
path: root/compilerplugins
Commit message (Expand)AuthorAgeFilesLines
...
* loplugin:redundantfcast ignore necessary temporariesNoel Grandin2021-09-093-14/+53
* remove debugging leftoverNoel Grandin2021-09-031-1/+0
* loplugin:badstaticsNoel Grandin2021-09-021-0/+2
* Look through implicit MaterializeTemporaryExprStephan Bergmann2021-08-301-1/+1
* tdf#143148: Use pragma once instead of include guards in compilerplugins4k5h1t2021-08-2610-40/+10
* loplugin:referencecasting look through more clang TypesNoel Grandin2021-08-232-2/+36
* New loplugin:unusedcapturedefaultStephan Bergmann2021-08-202-0/+76
* loplugin:unusedfieldsNoel Grandin2021-08-204-259/+217
* VCL allow plugins to declare OpenGL supportJan-Marek Glogowski2021-08-203-10/+0
* loplugin:passstuffbyrefNoel Grandin2021-08-181-1/+10
* loplugin:sequenceloop also check for B2DPolyPolygonNoel Grandin2021-08-181-1/+4
* Help older linkers (Ubuntu 18.04, Fedora 31)Jan-Marek Glogowski2021-08-131-0/+2
* Use boost::make_sharedStephan Bergmann2021-08-101-5/+0
* Missing includeStephan Bergmann2021-08-101-0/+1
* Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin2021-08-031-1/+1
* loplugin:unnecessarymethodsNoel Grandin2021-07-292-75/+213
* no need to allocate these static vars on demandNoel Grandin2021-07-231-0/+2
* IsVertical->IsEffectivelyVertical, GetDirectVertical->GetVerticalMike Kaganski2021-07-211-1/+1
* new loplugin:weakobjectNoel Grandin2021-07-142-136/+84
* loplugin:unusedmethodsNoel Grandin2021-07-122-452/+692
* loplugin:unusedfieldsNoel Grandin2021-07-124-501/+825
* Remove redundant duplicate checkStephan Bergmann2021-07-091-45/+44
* Make loplugin:stringadd slightly more aggressiveStephan Bergmann2021-07-092-0/+54
* store the SfxItemSet inside SfxSetItem by valueNoel Grandin2021-07-051-0/+3
* convert AccessibleBrowseBoxObjType to scoped enumNoel Grandin2021-07-021-2/+2
* loplugin:unusedenumconstants update resultsNoel Grandin2021-07-013-1532/+1872
* loplugin:indentation improve checks for brace alignmentNoel Grandin2021-06-282-0/+150
* split out customcellrenderer codeCaolán McNamara2021-06-281-0/+2
* gtk4 dnd into external appsCaolán McNamara2021-06-251-2/+2
* Clarify no loplugin:overridevirtual with templated base classStephan Bergmann2021-06-221-0/+44
* Adapt compilerplugins to llvm::sys::fs::OF_None renameStephan Bergmann2021-06-222-1/+8
* loplugin:finalclassesNoel Grandin2021-06-192-3/+3
* Adapt o3tl::temporary to C++23 P2266R1Stephan Bergmann2021-06-172-0/+29
* split NotifyingLayout outCaolán McNamara2021-06-171-2/+1
* gtk4: restore double-decker notebooksCaolán McNamara2021-06-171-0/+2
* Move enable_if from dummy template parameter to return typeStephan Bergmann2021-06-161-6/+0
* Adapt compilerplugins to LLVM 13 APSInt::toString changeStephan Bergmann2021-06-149-12/+26
* loplugin:unusedmethods improve filteringNoel Grandin2021-06-111-4/+15
* Adapt compilerplugins to Clang VK_RValue -> VK_PRValue renameStephan Bergmann2021-06-102-4/+11
* loplugin:virtualdeadNoel Grandin2021-06-043-114/+77
* -Wunused-but-set-{parameter,variable} in CompilerTest_compilerplugins_clangStephan Bergmann2021-06-0322-0/+46
* drop unused Widget::set_secondaryCaolán McNamara2021-06-011-2/+0
* gtk4: enable cut and paste into other applicationsCaolán McNamara2021-05-311-0/+2
* Clean redundant SvxBackgroundColorItem and use SvxColorItem instead.Gülşah Köse2021-05-311-4/+0
* tdf#142467: Update comments with GCC bug IDStephan Bergmann2021-05-311-1/+1
* gtk4: continue to provide Paintable via cairo surfaceCaolán McNamara2021-05-271-0/+2
* tdf#47065 Add new file open UI options and implement a new threadMatt K2021-05-271-0/+4
* tdf#142467 crash on calling 'getInfoHelper' in final classCaolán McNamara2021-05-261-0/+2
* Adapt loplugin:noexcept to system macro BEGIN_COM_MAP (clang-cl)Stephan Bergmann2021-05-191-20/+21
* loplugin:unusedfieldsNoel Grandin2021-05-181-8/+46