summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2018-09-28Fix typoAndrea Gelmini1-1/+1
2018-09-28loplugin:unusedfieldsNoel Grandin4-157/+219
2018-09-28Fix E_SUCCEDED -> E_SUCCEEDEDAndrea Gelmini1-1/+1
2018-09-27loplugin:methodcycles more graph theory for the winNoel Grandin3-77/+177
2018-09-24loplugin:external (clang-cl)Stephan Bergmann1-10/+36
2018-09-23loplugin:unusedmethodsNoel Grandin2-152/+154
2018-09-22Always disable loplugin:expressionalwayszero, to avoid false positivesStephan Bergmann1-5/+0
2018-09-21new loplugin:methodcyclesNoel Grandin4-4/+698
2018-09-20Replace SAL_FINAL with final in internal codeStephan Bergmann1-1/+1
2018-09-18loplugin:unusedmethodsNoel Grandin2-50/+80
2018-09-18loplugin:unusedfields improve search for unused collection fieldsNoel Grandin2-18/+104
2018-09-18loplugin:useuniqueptr check more local variablesNoel Grandin2-93/+334
2018-09-17loplugin:staticconstfield improvementsNoel Grandin2-13/+124
2018-09-17New loplugin:externalStephan Bergmann1-0/+323
2018-09-16rename conststringfield loplugin to staticconstfieldNoel Grandin2-9/+9
2018-09-14Check that loplugin:unreffun warns for explicitly "extern" functionsStephan Bergmann2-0/+16
2018-09-14Improve loplugin:simplifyconstruct warningsStephan Bergmann2-4/+5
2018-09-13loplugin:simplifyconstruct exclude std::unique_ptr with custom deleterNoel Grandin2-3/+20
2018-09-13new loplugin simplifyconstructNoel Grandin2-0/+98
2018-09-13new loplugin:constfieldsNoel Grandin6-60/+876
2018-09-12loplugin:unusedmethodsNoel Grandin2-82/+12
2018-09-11loplugin:unusedfieldsNoel Grandin4-12/+40
2018-09-11loplugin:unusedmethodsNoel Grandin2-238/+188
2018-09-11loplugin:unusedfieldsNoel Grandin4-122/+102
2018-09-11loplugin:constantparamNoel Grandin4-1075/+971
2018-09-11fix loplugin:unusedmethodsNoel Grandin1-2/+2
2018-09-11prevent crashes when running the global-analysis pluginsNoel Grandin1-0/+4
2018-09-08Replace find_if with proper quantifier algorithmsArkadiy Illarionov1-3/+2
2018-09-07weld writer page style dialog and SvxBorderBackgroundDlgCaolán McNamara1-1/+2
2018-09-03loplugin:useuniqueptr update exclusionsNoel Grandin1-5/+27
2018-08-30Fix typosAndrea Gelmini1-1/+1
2018-08-29new loplugin:oustringbufferNoel Grandin2-0/+89
2018-08-23filter out AST in more pluginsNoel Grandin52-105/+103
2018-08-23Avoid warnings about unused private fieldsStephan Bergmann1-0/+3
2018-08-22new loplugin:conststringfieldNoel Grandin2-0/+100
2018-08-22improvements to loplugin:useuniqueptrNoel Grandin2-91/+317
2018-08-22rename FontSelectPatternAttributes to FontSelectPatternCaolán McNamara2-2/+1
2018-08-21loplugin useuniqueptr improvementNoel Grandin2-0/+44
2018-08-19Translate German variable namesJohnny_M1-1/+1
2018-08-18new loplugin intvsfloatNoel Grandin2-0/+178
2018-08-17update loplugin returnconstantNoel Grandin1-486/+48
2018-08-17Avoid loplugin:redundantcast false positive involving decltypeStephan Bergmann1-2/+3
2018-08-16Adapt loplugin:ptrvector to libc++ (on macOS)Stephan Bergmann1-1/+6
2018-08-14Adapt new code to getLocStart renameStephan Bergmann1-2/+2
2018-08-14filter out some of the AST in the pluginsNoel Grandin75-149/+152
2018-08-14SvxCharSetColorItem can be removedNoel Grandin1-4/+0
2018-08-13Various loplugin warnings in mysqlStephan Bergmann1-1/+1
2018-08-11loplugin:unusedmethodsNoel Grandin1-6/+6
2018-08-10Avoid -Werror=deprecated-declarations with recent Clang trunkStephan Bergmann64-323/+395
2018-08-09loplugin:unusedmethodsNoel Grandin2-359/+407