summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2016-10-21The badvectorinit plug-in probably can be retiredTor Lillqvist1-0/+0
2016-10-20fix bug in expandablemethods pluginNoel Grandin1-9/+13
2016-10-19Plugin::isInUnoIncludeFile should not cover WORKDIRStephan Bergmann2-2/+9
2016-10-19accidentally left the expandablemethods loplugin activeNoel Grandin1-1/+1
2016-10-19loplugin:expandablemethods in UnoControls..vbahelperNoel Grandin1-1/+1
2016-10-18-Werror=unused-functionStephan Bergmann1-27/+0
2016-10-18rename inlineablemethods plugin to expandablemethodsNoel Grandin2-34/+34
2016-10-18loplugins: extract some common functionalityNoel Grandin17-35/+24
2016-10-18simplify inlineablemethods lopluginNoel Grandin1-10/+1
2016-10-18some cleanups to the unusedmethods lopluginNoel Grandin3-77/+47
2016-10-18new loplugin inlineablemethodsNoel Grandin2-0/+480
2016-10-16clang::FileEntry::getName now returns StringRef on Clang masterStephan Bergmann1-8/+8
2016-10-14loplugin:mergeclasses merge TextView with ExtTextViewNoel Grandin1-1/+0
2016-10-14loplugin:mergeclasses merge SfxWorkWindow with SfxFrameWorkWin_ImplNoel Grandin1-1/+0
2016-10-14loplugin:mergeclasses merge SwTextAttrIterator with SwLanguageIteratorNoel Grandin1-1/+0
2016-10-14loplugin:mergeclasses merge SwComboBox with CaptionComboBoxNoel Grandin1-1/+0
2016-10-14loplugin:mergeclasses merge SvxListBoxControl with SvxUndoRedoControlNoel Grandin1-1/+0
2016-10-14loplugin:mergeclasses merge svx::ISlotInvalidator with svx::FmTextControlShellNoel Grandin1-1/+0
2016-10-14loplugin:mergeclasse merge ScCbWarningBox with ScReplaceWarnBoNoel Grandin1-1/+0
2016-10-13loplugin:mergeclasses ImplEESdrWriter with ImplEscherExSdrNoel Grandin1-1/+0
2016-10-13loplugin:unnecessaryoverrideNoel Grandin1-45/+79
2016-10-12typoStephan Bergmann1-1/+1
2016-10-12improve error message in refcounting pluginNoel Grandin1-1/+2
2016-10-11loplugin:constantfunctionNoel Grandin1-41/+46
2016-10-10Handle loplugin:fpcomparison false positives by whitelistStephan Bergmann1-0/+3
2016-10-09loplugin:fpcomparison, macOS reduxStephan Bergmann1-1/+7
2016-10-09loplugin:badstatics: reliably look into std container typesStephan Bergmann1-7/+54
2016-10-09loplugin:badstaticsStephan Bergmann2-0/+18
2016-10-07loplugin:staticmethods: Don't be fooled by decls starting with macrosStephan Bergmann1-1/+1
2016-10-07loplugin:staticmethods: swStephan Bergmann1-1/+2
2016-10-07loplugin:nullptr: remove duplicate warningsStephan Bergmann1-5/+18
2016-10-06loplugin:fpcomparison: also look into member functionsStephan Bergmann1-1/+220
2016-10-05merge dbaccess::StorageInputStream with dbaccess::StorageXMLInputStreamNoel Grandin1-1/+0
2016-10-04merge sd::FuOutline with sd::FuOutlineTextNoel Grandin1-1/+0
2016-10-04loplugin:mergeclasses various fixesNoel Grandin3-96/+58
2016-10-03Fix typosAndrea Gelmini1-1/+1
2016-10-01Fix typosAndrea Gelmini2-3/+3
2016-10-01Fix typosAndrea Gelmini1-1/+1
2016-09-30unuseddefaultparams plugin has been supercededNoel Grandin2-324/+0
2016-09-30loplugin:constantparamNoel Grandin1-3/+14
2016-09-27clang plugins: do "dotdot" normalisationNoel Grandin9-28/+42
2016-09-22loplugin:unusedmethods in chart2..svxNoel Grandin1-0/+7
2016-09-22loplugin:unusedmethods in sc..vclNoel Grandin1-1/+4
2016-09-22loplugin:unusedmethods unused returnsNoel Grandin2-3/+20
2016-09-22loplugin:unnecessaryvirtualNoel Grandin1-0/+14
2016-09-22Check harder whether file is really under WORKDIRStephan Bergmann1-1/+44
2016-09-20loplugin:unusedfieldsNoel Grandin1-23/+30
2016-09-20Adapt loplugin:dllprivate to DISABLE_DYNLOADINGStephan Bergmann1-2/+13
2016-09-19loplugin:unusedenumvaluesNoel Grandin1-0/+1
2016-09-18loplugin:unusedenumvaluesNoel Grandin1-5/+10