summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)Author
2022-09-14tdf#150779 tdf#150856 Revert "VCL add vcl::WindowPosSize ...Michael Weghorn
2022-06-17make VirtualDevice::SetOutputSizePixelScaleOffsetAndBuffer() LOK-onlyLuboš Luňák
2022-06-10new loplugin:moveitNoel Grandin
2022-06-08VCL add vcl::WindowPosSize abstract classJan-Marek Glogowski
2022-06-02std::move SfxPoolItem into SfxItemSet where possibleNoel Grandin
2022-05-31jsdialog: introduce popup managementSzymon Kłos
2022-05-20new loplugin:unnecessary lockingNoel Grandin
2022-05-18Extend loplugin:redundantcast to trivial reinterpret_cast from T to itselfStephan Bergmann
2022-05-18Replace OFFSET_OF macro with a function templateStephan Bergmann
2022-05-05loplugin:unusedvariableplusNoel Grandin
2022-05-05Deprecate css::uno::makeAny; completely disable it for LIBO_INTERNAL_ONLYStephan Bergmann
2022-05-03add o3tl::matchIgnoreAsciiCaseNoel Grandin
2022-05-03add o3tl::equalsAsciiNoel Grandin
2022-05-02Just use Any ctor instead of makeAny in writerperfectStephan Bergmann
2022-04-30new loplugin:stringviewdangleNoel Grandin
2022-04-29Use the false warning suppression mechanism for loplugin:fakeboolStephan Bergmann
2022-04-26add o3tl::toUInt32Noel Grandin
2022-04-25Introduce a better mechanism to suppress false loplugin warningsStephan Bergmann
2022-04-21Fix typoAndrea Gelmini
2022-04-21tdf#55058 tdf#143875 EMF+ Fix display of dashed lines and line jointsBartosz Kosiorek
2022-04-20loplugin:stringviewvar disable for nowNoel Grandin
2022-04-19new loplugin:stringviewvar looks for OUString vars that can beNoel Grandin
2022-04-17loplugin:stringviewparam convert methods using copy()Noel Grandin
2022-04-15Adapt to clang::PPCallbacks::InclusionDirective change in Clang 15 trunkStephan Bergmann
2022-04-15Introduce rtl::createUriCharClassStephan Bergmann
2022-04-14Use DeclCheck at one place in loplugin:implicitboolconversionStephan Bergmann
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-04-12gtk4: add a surface_cell_rendererCaolán McNamara
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin
2022-04-08loplugin:stringviewparam convert methods using trimNoel Grandin
2022-04-05Simplify GlobalNamespace checkStephan Bergmann
2022-04-04Fix GlobalNamespace checkStephan Bergmann
2022-04-03loplugin:stringviewparam convert methods using matchNoel Grandin
2022-04-02loplugin:stringviewparam convert methods using compareToNoel Grandin
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin
2022-03-28-Werror,-Wunused-but-set-variableStephan Bergmann
2022-03-28Drop support for OpenGL denylist on X11Stephan Bergmann
2022-03-28Adapt loplugin:singlevalfields to AtomicExprStephan Bergmann
2022-03-25loplugins ignoreLocation() is unreliable with PCHNoel Grandin
2022-03-24Adapt loplugin:trivialconsructor to clang-clStephan Bergmann
2022-03-24loplugin:constantparam improvementsNoel Grandin
2022-03-23loplugin:unusedfieldsNoel Grandin
2022-03-22Adapt loplugin:indentation to --enable-qt6Stephan Bergmann
2022-03-22Win/X11OpenGLDeviceInfo don't need a common base classStephan Bergmann
2022-03-16Consistently avoid loplugin:trivialconstructor when there are defaulted paramsStephan Bergmann
2022-03-16Fix loplugin:trivialconstructor handling of ctor templatesStephan Bergmann
2022-03-15Simplify loplugin:trivialdestructorStephan Bergmann
2022-03-15loplugin:trivialdestructor: Remove spurious anonymous union special caseStephan Bergmann