summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-16loplugin:singlevalfields in basic..idlNoel Grandin1-3/+11
2016-09-16loplogin:singlevalfields in include/Noel Grandin1-7/+10
2016-09-15Some of our supported compilers don't do constexpr, which meansNoel Grandin1-0/+3
2016-09-15loplugin:singlevalfields in l10ntools..saxNoel Grandin1-1/+3
2016-09-15loplugin:singlevalfields in sc..vclNoel Grandin1-6/+9
2016-09-15use split() to simplify loplugin python codeNoel Grandin7-84/+60
2016-09-15loplugin:countusersofdefaultparams in vclNoel Grandin1-0/+3
2016-09-14loplugin:constantparamNoel Grandin2-76/+54
2016-09-13loplugin:dllprivateStephan Bergmann1-0/+68
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-19/+2
2016-09-12handle nullptr in various clang pluginsNoel Grandin3-5/+33
2016-09-10loplugin:constantparam in sdNoel Grandin1-0/+2
2016-09-09loplugin:refcounting: No more special-handling of SvXMLImportContextStephan Bergmann1-6/+0
2016-09-06teach loplugin constantparam about default param valuesNoel Grandin2-32/+52
2016-09-06improve loplugin:countusersofdefaultparams to check constructorsNoel Grandin1-6/+36
2016-09-01Looks like the menu highlight handler is now unusedMaxim Monastirsky1-4/+0
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1Stephan Bergmann1-25/+17
2016-08-29Adapt loplugin:stringconstant to improved OUStringLiteral1Stephan Bergmann1-43/+66
2016-08-29Make OUStringLiteral1 a wrapper around UTF-16 instead of just ASCIIStephan Bergmann1-7/+0
2016-08-29loplugin:countusersofdefaultparamsNoel Grandin1-0/+2
2016-08-26loplugin:refcounting: also cover temporaries being directly stack managedStephan Bergmann1-0/+42
2016-08-26Remove wrong check through template args from containsXInterfaceSubclassStephan Bergmann1-12/+1
2016-08-26Minor improvements of loplugin:staticaccessStephan Bergmann1-2/+5
2016-08-25loplugin:staticaccess: Extend loplugin:staticcall to cover all access...Stephan Bergmann2-49/+76
2016-08-25new loplugin: countusersofdefaultparamsNoel Grandin3-9/+319
2016-08-21Move loplugin:returnbyref to storeStephan Bergmann1-0/+0
2016-08-17loplugin:unusedenumvalues in swNoel Grandin2-7/+15
2016-08-16Fix check for aMinusSign in chart2/inc/SpecialUnicodes.hxxStephan Bergmann1-3/+6
2016-08-16new loplugin to check for static OUStringsNoel Grandin1-0/+140
2016-08-12loplugin:unusedenumconstants in package..svtoolsNoel Grandin1-0/+10
2016-08-11new loplugin unusedenumvaluesNoel Grandin2-0/+226
2016-08-11loplugin:constantparamNoel Grandin1-1/+1
2016-08-10clang3.9 compatibilityNoel Grandin1-2/+2
2016-08-08loplugin:unnecessaryvirtualNoel Grandin3-30/+39
2016-07-29sfx2: introduce SfxViewShell::GetViewShellId()Miklos Vajna1-3/+0
2016-07-27improve passstuffbyref return analysisNoel Grandin1-10/+84
2016-07-25loplugins: more consistent naming of output filesNoel Grandin12-26/+27
2016-07-25clang 3.8 does not seem to have EvaluateAsFloatNoel Grandin1-0/+6
2016-07-25fix for overrideparam lopluginNoel Grandin1-1/+1
2016-07-25loplugin:overrideparam enable checking that default values matchNoel Grandin1-2/+11
2016-07-25new loplugin overrideparamNoel Grandin1-0/+179