summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2022-09-08Clean up some #includesStephan Bergmann1-1/+1
2022-09-08loplugin:unnecessaryvirtualNoel Grandin2-92/+1000
2022-09-08loplugin:virtualdeadNoel Grandin2-81/+63
2022-09-05vcl: Rename LongPress event to GestureLongPressPovilas Kanapickas1-1/+1
2022-09-05vcl: Rename Swipe event to GestureSwipePovilas Kanapickas2-2/+2
2022-09-05vcl: Rename Gesture event to GesturePanPovilas Kanapickas4-9/+9
2022-09-04tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macrojsala2-3/+3
2022-08-29ref-count SdrObjectNoel Grandin3-10/+21
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann4-4/+4
2022-08-18loplugin:moveitNoel Grandin2-3/+37
2022-08-13loplugin:unusedmethodsNoel Grandin3-1458/+2363
2022-08-12loplugin:unusedfieldsNoel Grandin4-1189/+1011
2022-08-10loplugin:passstuffbyrefNoel Grandin1-14/+21
2022-08-08Adapt to changed clang::LambdaCapture::getCapturedVar return typeStephan Bergmann1-1/+1
2022-08-08Adapt to changes in llvm::OptionalStephan Bergmann2-1/+20
2022-08-04Adapt test to LLVM 16 trunk libc++Stephan Bergmann1-1/+3
2022-07-28remove unused SETBULLETTEXT flag in editengJustin Luth1-2/+0
2022-07-25loplugin:moveitNoel Grandin2-113/+88
2022-07-14Adapt to Clang 15 trunk increase in ElabortatedType sugarStephan Bergmann12-71/+78
2022-07-14loplugin:moveitNoel Grandin1-7/+34
2022-07-07Retire loplugin:toolslongStephan Bergmann1-0/+0
2022-07-06move old/unused plugins to storeNoel Grandin27-0/+0
2022-07-01Adapt to LLVM 15 trunk clang::StringLiteral::isAscii renameStephan Bergmann5-4/+14
2022-06-29Adapt to LLVM 15 trunk libc++ dropping std::unary_/binary_functionStephan Bergmann1-1/+1
2022-06-24almost nobody is using the oox::AttributeList::get methods properlyNoel Grandin2-0/+141
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