summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
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
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