summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2022-06-16Fix typoAndrea Gelmini1-1/+1
2022-06-16loplugin:moveitNoel Grandin1-0/+30
2022-06-14better solution for ignoreLocation for tree-wide pluginsNoel Grandin14-84/+42
2022-06-13loplugin:mergeclasses sd::TitledDockingWindow with sd::PaneDockingWindowNoel Grandin1-9/+13
2022-06-13make VirtualDevice::SetOutputSizePixelScaleOffsetAndBuffer() LOK-onlyLuboš Luňák1-1/+1
2022-06-10loplugin:unusedvarsglobalNoel Grandin3-98/+246
2022-06-10[API CHANGE] Remove deprecated idlc and regmerge from the SDKStephan Bergmann4-20/+0
2022-06-10loplugin:unusedenumconstants add support for ParenListExprNoel Grandin1-0/+4
2022-06-10new loplugin:moveitNoel Grandin2-0/+310
2022-06-08VCL add vcl::WindowPosSize abstract classJan-Marek Glogowski2-3/+3
2022-06-02std::move SfxPoolItem into SfxItemSet where possibleNoel Grandin2-0/+151
2022-05-31jsdialog: introduce popup managementSzymon Kłos1-0/+1
2022-05-20new loplugin:unnecessary lockingNoel Grandin2-0/+286
2022-05-18Extend loplugin:redundantcast to trivial reinterpret_cast from T to itselfStephan Bergmann2-0/+16
2022-05-18Replace OFFSET_OF macro with a function templateStephan Bergmann2-2/+17
2022-05-05loplugin:unusedvariableplusNoel Grandin1-17/+28
2022-05-05Deprecate css::uno::makeAny; completely disable it for LIBO_INTERNAL_ONLYStephan Bergmann1-1/+0
2022-05-03add o3tl::matchIgnoreAsciiCaseNoel Grandin2-3/+3
2022-05-03add o3tl::equalsAsciiNoel Grandin2-4/+5
2022-05-02Just use Any ctor instead of makeAny in writerperfectStephan Bergmann1-0/+4
2022-04-30new loplugin:stringviewdangleNoel Grandin2-0/+154
2022-04-29Use the false warning suppression mechanism for loplugin:fakeboolStephan Bergmann1-49/+8
2022-04-26add o3tl::toUInt32Noel Grandin2-5/+5
2022-04-25Introduce a better mechanism to suppress false loplugin warningsStephan Bergmann3-18/+193
2022-04-21Fix typoAndrea Gelmini1-1/+1
2022-04-21tdf#55058 tdf#143875 EMF+ Fix display of dashed lines and line jointsBartosz Kosiorek1-0/+3
2022-04-20loplugin:stringviewvar disable for nowNoel Grandin1-1/+2
2022-04-19new loplugin:stringviewvar looks for OUString vars that can beNoel Grandin2-0/+471
2022-04-17loplugin:stringviewparam convert methods using copy()Noel Grandin1-1/+2
2022-04-15Adapt to clang::PPCallbacks::InclusionDirective change in Clang 15 trunkStephan Bergmann1-2/+7
2022-04-15Introduce rtl::createUriCharClassStephan Bergmann2-7/+17
2022-04-14Use DeclCheck at one place in loplugin:implicitboolconversionStephan Bergmann2-3/+9
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin1-1/+2
2022-04-12gtk4: add a surface_cell_rendererCaolán McNamara1-0/+2
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin1-2/+10
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin2-19/+36
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin1-0/+25
2022-04-08loplugin:stringviewparam convert methods using trimNoel Grandin1-1/+2
2022-04-05Simplify GlobalNamespace checkStephan Bergmann1-4/+1
2022-04-04Fix GlobalNamespace checkStephan Bergmann1-1/+4
2022-04-03loplugin:stringviewparam convert methods using matchNoel Grandin1-1/+1
2022-04-02loplugin:stringviewparam convert methods using compareToNoel Grandin1-1/+1
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin1-1/+2
2022-03-28-Werror,-Wunused-but-set-variableStephan Bergmann2-0/+8
2022-03-28Drop support for OpenGL denylist on X11Stephan Bergmann1-2/+0
2022-03-28Adapt loplugin:singlevalfields to AtomicExprStephan Bergmann1-1/+1
2022-03-25loplugins ignoreLocation() is unreliable with PCHNoel Grandin3-18/+11
2022-03-24Adapt loplugin:trivialconsructor to clang-clStephan Bergmann1-1/+3
2022-03-24loplugin:constantparam improvementsNoel Grandin1-8/+5
2022-03-23loplugin:unusedfieldsNoel Grandin4-142/+162