summaryrefslogtreecommitdiffstats
path: root/compilerplugins
Commit message (Expand)AuthorAgeFilesLines
* loplugin:unusedfieldsNoel Grandin2016-11-021-3/+3
* disable this chunk of loplugin code on clang < 3.8Noel Grandin2016-11-011-8/+4
* loplugin:vclwidgets: Adapt iterator hack to libc++Stephan Bergmann2016-10-311-2/+5
* No good reason for dbaccess::OCacheSet::updateRow to be pure?Stephan Bergmann2016-10-311-2/+1
* fix unnecessaryoverride clang plugin on clang < 3.8Noel Grandin2016-10-311-0/+8
* update vclwidgets plugin to check local variablesNoel Grandin2016-10-311-44/+80
* Rename ServerFont to FreetypeFontKhaled Hosny2016-10-301-1/+1
* update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin2016-10-281-7/+86
* Various loplugin warnings in --enable-telepathyStephan Bergmann2016-10-281-0/+2
* The badvectorinit plug-in probably can be retiredTor Lillqvist2016-10-211-0/+0
* fix bug in expandablemethods pluginNoel Grandin2016-10-201-9/+13
* Plugin::isInUnoIncludeFile should not cover WORKDIRStephan Bergmann2016-10-192-2/+9
* accidentally left the expandablemethods loplugin activeNoel Grandin2016-10-191-1/+1
* loplugin:expandablemethods in UnoControls..vbahelperNoel Grandin2016-10-191-1/+1
* -Werror=unused-functionStephan Bergmann2016-10-181-27/+0
* rename inlineablemethods plugin to expandablemethodsNoel Grandin2016-10-182-34/+34
* loplugins: extract some common functionalityNoel Grandin2016-10-1817-35/+24
* simplify inlineablemethods lopluginNoel Grandin2016-10-181-10/+1
* some cleanups to the unusedmethods lopluginNoel Grandin2016-10-183-77/+47
* new loplugin inlineablemethodsNoel Grandin2016-10-182-0/+480
* clang::FileEntry::getName now returns StringRef on Clang masterStephan Bergmann2016-10-161-8/+8
* loplugin:mergeclasses merge TextView with ExtTextViewNoel Grandin2016-10-141-1/+0
* loplugin:mergeclasses merge SfxWorkWindow with SfxFrameWorkWin_ImplNoel Grandin2016-10-141-1/+0
* loplugin:mergeclasses merge SwTextAttrIterator with SwLanguageIteratorNoel Grandin2016-10-141-1/+0
* loplugin:mergeclasses merge SwComboBox with CaptionComboBoxNoel Grandin2016-10-141-1/+0
* loplugin:mergeclasses merge SvxListBoxControl with SvxUndoRedoControlNoel Grandin2016-10-141-1/+0
* loplugin:mergeclasses merge svx::ISlotInvalidator with svx::FmTextControlShellNoel Grandin2016-10-141-1/+0
* loplugin:mergeclasse merge ScCbWarningBox with ScReplaceWarnBoNoel Grandin2016-10-141-1/+0
* loplugin:mergeclasses ImplEESdrWriter with ImplEscherExSdrNoel Grandin2016-10-131-1/+0
* loplugin:unnecessaryoverrideNoel Grandin2016-10-131-45/+79
* typoStephan Bergmann2016-10-121-1/+1
* improve error message in refcounting pluginNoel Grandin2016-10-121-1/+2
* loplugin:constantfunctionNoel Grandin2016-10-111-41/+46
* Handle loplugin:fpcomparison false positives by whitelistStephan Bergmann2016-10-101-0/+3
* loplugin:fpcomparison, macOS reduxStephan Bergmann2016-10-091-1/+7
* loplugin:badstatics: reliably look into std container typesStephan Bergmann2016-10-091-7/+54
* loplugin:badstaticsStephan Bergmann2016-10-092-0/+18
* loplugin:staticmethods: Don't be fooled by decls starting with macrosStephan Bergmann2016-10-071-1/+1
* loplugin:staticmethods: swStephan Bergmann2016-10-071-1/+2
* loplugin:nullptr: remove duplicate warningsStephan Bergmann2016-10-071-5/+18
* loplugin:fpcomparison: also look into member functionsStephan Bergmann2016-10-061-1/+220
* merge dbaccess::StorageInputStream with dbaccess::StorageXMLInputStreamNoel Grandin2016-10-051-1/+0
* merge sd::FuOutline with sd::FuOutlineTextNoel Grandin2016-10-041-1/+0
* loplugin:mergeclasses various fixesNoel Grandin2016-10-043-96/+58
* Fix typosAndrea Gelmini2016-10-031-1/+1
* Fix typosAndrea Gelmini2016-10-012-3/+3
* Fix typosAndrea Gelmini2016-10-011-1/+1
* unuseddefaultparams plugin has been supercededNoel Grandin2016-09-302-324/+0
* loplugin:constantparamNoel Grandin2016-09-301-3/+14
* clang plugins: do "dotdot" normalisationNoel Grandin2016-09-279-28/+42