summaryrefslogtreecommitdiffstats
path: root/compilerplugins
Commit message (Expand)AuthorAgeFilesLines
* loplugin:unusedmethodsNoel Grandin2018-09-282-37/+59
* Fix typoAndrea Gelmini2018-09-281-1/+1
* loplugin:unusedfieldsNoel Grandin2018-09-284-157/+219
* Fix E_SUCCEDED -> E_SUCCEEDEDAndrea Gelmini2018-09-281-1/+1
* loplugin:methodcycles more graph theory for the winNoel Grandin2018-09-273-77/+177
* loplugin:external (clang-cl)Stephan Bergmann2018-09-241-10/+36
* loplugin:unusedmethodsNoel Grandin2018-09-232-152/+154
* Always disable loplugin:expressionalwayszero, to avoid false positivesStephan Bergmann2018-09-221-5/+0
* new loplugin:methodcyclesNoel Grandin2018-09-214-4/+698
* Replace SAL_FINAL with final in internal codeStephan Bergmann2018-09-201-1/+1
* loplugin:unusedmethodsNoel Grandin2018-09-182-50/+80
* loplugin:unusedfields improve search for unused collection fieldsNoel Grandin2018-09-182-18/+104
* loplugin:useuniqueptr check more local variablesNoel Grandin2018-09-182-93/+334
* loplugin:staticconstfield improvementsNoel Grandin2018-09-172-13/+124
* New loplugin:externalStephan Bergmann2018-09-171-0/+323
* rename conststringfield loplugin to staticconstfieldNoel Grandin2018-09-162-9/+9
* Check that loplugin:unreffun warns for explicitly "extern" functionsStephan Bergmann2018-09-142-0/+16
* Improve loplugin:simplifyconstruct warningsStephan Bergmann2018-09-142-4/+5
* loplugin:simplifyconstruct exclude std::unique_ptr with custom deleterNoel Grandin2018-09-132-3/+20
* new loplugin simplifyconstructNoel Grandin2018-09-132-0/+98
* new loplugin:constfieldsNoel Grandin2018-09-136-60/+876
* loplugin:unusedmethodsNoel Grandin2018-09-122-82/+12
* loplugin:unusedfieldsNoel Grandin2018-09-114-12/+40
* loplugin:unusedmethodsNoel Grandin2018-09-112-238/+188
* loplugin:unusedfieldsNoel Grandin2018-09-114-122/+102
* loplugin:constantparamNoel Grandin2018-09-114-1075/+971
* fix loplugin:unusedmethodsNoel Grandin2018-09-111-2/+2
* prevent crashes when running the global-analysis pluginsNoel Grandin2018-09-111-0/+4
* Replace find_if with proper quantifier algorithmsArkadiy Illarionov2018-09-081-3/+2
* weld writer page style dialog and SvxBorderBackgroundDlgCaolán McNamara2018-09-071-1/+2
* loplugin:useuniqueptr update exclusionsNoel Grandin2018-09-031-5/+27
* Fix typosAndrea Gelmini2018-08-301-1/+1
* new loplugin:oustringbufferNoel Grandin2018-08-292-0/+89
* filter out AST in more pluginsNoel Grandin2018-08-2352-105/+103
* Avoid warnings about unused private fieldsStephan Bergmann2018-08-231-0/+3
* new loplugin:conststringfieldNoel Grandin2018-08-222-0/+100
* improvements to loplugin:useuniqueptrNoel Grandin2018-08-222-91/+317
* rename FontSelectPatternAttributes to FontSelectPatternCaolán McNamara2018-08-222-2/+1
* loplugin useuniqueptr improvementNoel Grandin2018-08-212-0/+44
* Translate German variable namesJohnny_M2018-08-191-1/+1
* new loplugin intvsfloatNoel Grandin2018-08-182-0/+178
* update loplugin returnconstantNoel Grandin2018-08-171-486/+48
* Avoid loplugin:redundantcast false positive involving decltypeStephan Bergmann2018-08-171-2/+3
* Adapt loplugin:ptrvector to libc++ (on macOS)Stephan Bergmann2018-08-161-1/+6
* Adapt new code to getLocStart renameStephan Bergmann2018-08-141-2/+2
* filter out some of the AST in the pluginsNoel Grandin2018-08-1475-149/+152
* SvxCharSetColorItem can be removedNoel Grandin2018-08-141-4/+0
* Various loplugin warnings in mysqlStephan Bergmann2018-08-131-1/+1
* loplugin:unusedmethodsNoel Grandin2018-08-111-6/+6
* Avoid -Werror=deprecated-declarations with recent Clang trunkStephan Bergmann2018-08-1064-323/+395