summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2020-06-03Revert "tdf#125609 toolkit: don't use XTabController::getControls"Noel Grandin1-0/+3
2020-01-08Bump copyright year to 2020Adolfo Jayme Barrientos1-1/+1
2019-12-02desktop: disable callback handling while changing the viewAshod Nakashian1-6/+0
2019-11-13Extend loplugin:salbool to loplugin:fakeboolStephan Bergmann2-249/+477
2019-11-12Clarify loplugin:external behavior for const(expr) varsStephan Bergmann1-0/+23
2019-11-11Make base of loplugin::FunctionAddress more flexibleStephan Bergmann6-27/+28
2019-11-08Use more efficient NamedDecl::getNameStephan Bergmann1-1/+1
2019-11-07remove some unused gettersCaolán McNamara1-4/+0
2019-11-07drop unused TreeView::set_top_entryCaolán McNamara1-2/+0
2019-11-07loplugin:unusedmethodsNoel Grandin2-109/+135
2019-11-07loplugin:unusedfieldsNoel Grandin4-103/+107
2019-11-06loplugin:unnecessaryvirtualNoel Grandin2-27/+25
2019-11-06loplugin:unusedvariablecheck tweak to find more stuffNoel Grandin1-1/+15
2019-11-06loplugin:indentation find broken if statementsNoel Grandin2-0/+80
2019-11-04loplugin:redundantcast: Don't warn about cast from nullptr_t to function ptrStephan Bergmann2-3/+26
2019-11-02New loplugin:conditionalstringStephan Bergmann2-0/+492
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann2-35/+84
2019-10-30Clarify current loplugin:stringadd behaviorStephan Bergmann1-0/+11
2019-10-30Fix Plugin::containsPreprocessingConditionalInclusionStephan Bergmann1-5/+21
2019-10-29loplugin:finalclasses fix checkNoel Grandin1-2/+2
2019-10-28loplugin:finalclasses look for classes with virtual membersNoel Grandin1-6/+14
2019-10-28Completely remove lambda capture that is unusedStephan Bergmann1-2/+1
2019-10-28loplugin:stringadd improve detectionNoel Grandin2-27/+48
2019-10-25compilerplugins: fix -Werror,-Wunused-lambda-captureMiklos Vajna1-0/+1
2019-10-24Introduce OStringCharStephan Bergmann2-10/+1
2019-10-24This is fixed now on Clang trunkStephan Bergmann2-3/+16
2019-10-23Don't use broken StringAdd::getSourceAsStringStephan Bergmann1-16/+2
2019-10-23Fix call to NamedDecl::getNameStephan Bergmann1-4/+7
2019-10-23loplugin:unusedfieldsNoel Grandin4-38/+50
2019-10-23loplugin:unusedmethodsNoel Grandin1-67/+53
2019-10-22loplugin:unusedenumconstantsNoel Grandin3-3520/+3488
2019-10-22Avoid C++20 operator overloading ambiguityStephan Bergmann2-10/+35
2019-10-22loplugin:constantparamNoel Grandin4-847/+840
2019-10-22loplugin:singlevalfieldsNoel Grandin2-190/+124
2019-10-22loplugin:virtualdead unused param in ResourceChangeListenerNoel Grandin1-3/+0
2019-10-22loplugin:virtualdead unused param in ChartTypeDialogControllerNoel Grandin1-3/+0
2019-10-22loplugin:virtualdead unused params in OCacheSetNoel Grandin1-9/+0
2019-10-22loplugin:virtualdead unused param in IContainerApproveNoel Grandin1-3/+0
2019-10-22There doesn't need to be a TemplateSpecializationType hereStephan Bergmann1-1/+0
2019-10-21Make loplugin:stringcostant find some misuses of OUStringBuffer::appendStephan Bergmann2-8/+34
2019-10-21loplugin:virtualdead unused param in IControlActionListenerNoel Grandin1-3/+0
2019-10-21loplugin:virtualdead unused param in OTableRowViewNoel Grandin1-6/+0
2019-10-21loplugin:virtualdead unused params in formsNoel Grandin1-6/+0
2019-10-21loplugin:virtualdead unused param in SvtFileDialog_BaseNoel Grandin1-3/+0
2019-10-21loplugin:virtualdead unused param in EditEngine::FieldClickedNoel Grandin1-3/+0
2019-10-21loplugin:virtualdead unused param in UnknownAttrTokenNoel Grandin1-3/+0
2019-10-21loplugin:virtualdead unused param in ProcessClientAnchor2Noel Grandin1-3/+0
2019-10-21loplugin:virtualdead unused param in SfxObjectShell::FillClassNoel Grandin1-3/+0
2019-10-21loplugin:virtualdead unused param in SfxStatusListener::StateChangedNoel Grandin1-3/+0
2019-10-21Don't invoke the linker when generating pch filesStephan Bergmann1-2/+2