summaryrefslogtreecommitdiffstats
path: root/compilerplugins
Commit message (Expand)AuthorAgeFilesLines
* tdf#150779 tdf#150856 Revert "VCL add vcl::WindowPosSize ...Michael Weghorn2022-09-142-3/+3
* make VirtualDevice::SetOutputSizePixelScaleOffsetAndBuffer() LOK-onlyLuboš Luňák2022-06-171-1/+1
* new loplugin:moveitNoel Grandin2022-06-102-0/+310
* VCL add vcl::WindowPosSize abstract classJan-Marek Glogowski2022-06-082-3/+3
* std::move SfxPoolItem into SfxItemSet where possibleNoel Grandin2022-06-022-0/+151
* jsdialog: introduce popup managementSzymon Kłos2022-05-311-0/+1
* new loplugin:unnecessary lockingNoel Grandin2022-05-202-0/+286
* Extend loplugin:redundantcast to trivial reinterpret_cast from T to itselfStephan Bergmann2022-05-182-0/+16
* Replace OFFSET_OF macro with a function templateStephan Bergmann2022-05-182-2/+17
* loplugin:unusedvariableplusNoel Grandin2022-05-051-17/+28
* Deprecate css::uno::makeAny; completely disable it for LIBO_INTERNAL_ONLYStephan Bergmann2022-05-051-1/+0
* add o3tl::matchIgnoreAsciiCaseNoel Grandin2022-05-032-3/+3
* add o3tl::equalsAsciiNoel Grandin2022-05-032-4/+5
* Just use Any ctor instead of makeAny in writerperfectStephan Bergmann2022-05-021-0/+4
* new loplugin:stringviewdangleNoel Grandin2022-04-302-0/+154
* Use the false warning suppression mechanism for loplugin:fakeboolStephan Bergmann2022-04-291-49/+8
* add o3tl::toUInt32Noel Grandin2022-04-262-5/+5
* Introduce a better mechanism to suppress false loplugin warningsStephan Bergmann2022-04-253-18/+193
* Fix typoAndrea Gelmini2022-04-211-1/+1
* tdf#55058 tdf#143875 EMF+ Fix display of dashed lines and line jointsBartosz Kosiorek2022-04-211-0/+3
* loplugin:stringviewvar disable for nowNoel Grandin2022-04-201-1/+2
* new loplugin:stringviewvar looks for OUString vars that can beNoel Grandin2022-04-192-0/+471
* loplugin:stringviewparam convert methods using copy()Noel Grandin2022-04-171-1/+2
* Adapt to clang::PPCallbacks::InclusionDirective change in Clang 15 trunkStephan Bergmann2022-04-151-2/+7
* Introduce rtl::createUriCharClassStephan Bergmann2022-04-152-7/+17
* Use DeclCheck at one place in loplugin:implicitboolconversionStephan Bergmann2022-04-142-3/+9
* loplugin:stringviewparam whitelist some more functionsNoel Grandin2022-04-131-1/+2
* gtk4: add a surface_cell_rendererCaolán McNamara2022-04-121-0/+2
* loplugin:stringview more o3tl conversionNoel Grandin2022-04-121-2/+10
* loplugin:stringview add check for getToken().toInt32Noel Grandin2022-04-112-19/+36
* loplugin:stringview check for getToken and trimNoel Grandin2022-04-101-0/+25
* loplugin:stringviewparam convert methods using trimNoel Grandin2022-04-081-1/+2
* Simplify GlobalNamespace checkStephan Bergmann2022-04-051-4/+1
* Fix GlobalNamespace checkStephan Bergmann2022-04-041-1/+4
* loplugin:stringviewparam convert methods using matchNoel Grandin2022-04-031-1/+1
* loplugin:stringviewparam convert methods using compareToNoel Grandin2022-04-021-1/+1
* loplugin:stringviewparam convert methods using indexOfNoel Grandin2022-04-021-1/+2
* -Werror,-Wunused-but-set-variableStephan Bergmann2022-03-282-0/+8
* Drop support for OpenGL denylist on X11Stephan Bergmann2022-03-281-2/+0
* Adapt loplugin:singlevalfields to AtomicExprStephan Bergmann2022-03-281-1/+1
* loplugins ignoreLocation() is unreliable with PCHNoel Grandin2022-03-253-18/+11
* Adapt loplugin:trivialconsructor to clang-clStephan Bergmann2022-03-241-1/+3
* loplugin:constantparam improvementsNoel Grandin2022-03-241-8/+5
* loplugin:unusedfieldsNoel Grandin2022-03-234-142/+162
* Adapt loplugin:indentation to --enable-qt6Stephan Bergmann2022-03-221-0/+1
* Win/X11OpenGLDeviceInfo don't need a common base classStephan Bergmann2022-03-221-1/+0
* Consistently avoid loplugin:trivialconstructor when there are defaulted paramsStephan Bergmann2022-03-162-0/+12
* Fix loplugin:trivialconstructor handling of ctor templatesStephan Bergmann2022-03-162-4/+58
* Simplify loplugin:trivialdestructorStephan Bergmann2022-03-151-32/+11
* loplugin:trivialdestructor: Remove spurious anonymous union special caseStephan Bergmann2022-03-152-4/+24