summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2017-09-25Fix typosAndrea Gelmini2-2/+2
2017-09-23loplugin:flatten in svl..svxNoel Grandin1-0/+15
2017-09-23new loplugin unnecessarycatchthrowNoel Grandin2-0/+114
2017-09-22loplugin:flatten in pyuno..scNoel Grandin1-9/+7
2017-09-22loplugin:stringconstant: warn about explicit length mismatchStephan Bergmann2-2/+12
2017-09-22Ditch now unused GraphicExportDialog, GraphicExportOptionsDialogEike Rathke1-1/+0
2017-09-22loplugin:flatten in scaddins..sdNoel Grandin1-8/+28
2017-09-22compilerplugins: add test for badstaticsMichael Stahl2-5/+66
2017-09-22Revert "Revert "compilerplugins: Build them in parallel.""Michael Stahl1-1/+5
2017-09-22loplugin:flatten in framework..packageNoel Grandin1-15/+16
2017-09-22Also handle OUString with non-RTL_TEXTENCODING_ASCII_US encodingStephan Bergmann2-4/+12
2017-09-21-Werror=unused-but-set-variableStephan Bergmann1-2/+0
2017-09-21loplugin:flatten in editeng..extensionsNoel Grandin1-34/+91
2017-09-21loplugin:flatten in basctl..configmgrNoel Grandin1-1/+1
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt1-1/+1
2017-09-21loplugin:unusedfields, fix var taking refNoel Grandin2-4/+27
2017-09-20new loplugin flattenNoel Grandin2-0/+291
2017-09-18improve unusedfields lopluginNoel Grandin6-337/+354
2017-09-15Fix loplugin:redundantcast's VisitCXXFunctionalCastExprStephan Bergmann3-7/+22
2017-09-14improve redundantcast lopluginNoel Grandin2-0/+15
2017-09-13Enable -Wunreachable-codeStephan Bergmann3-1/+13
2017-09-11More clang::*Type vs. llvm::*Type ambiguitiesStephan Bergmann8-36/+40
2017-09-11clang::Type vs. llvm::Type ambiguityStephan Bergmann1-1/+1
2017-09-09tdf#108572 remove connections only for current shellSzymon Kłos1-0/+1
2017-09-08loplugin:unusedfieldsNoel Grandin3-216/+24
2017-09-08loplugin:constantparamNoel Grandin3-525/+445
2017-09-06loplugin:unnecessaryparen include case statementsNoel Grandin2-2/+8
2017-09-05When traversing a TemplateDecl, ts can be a dependent typeStephan Bergmann1-1/+3
2017-09-04Fix typoAndrea Gelmini1-1/+1
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin2-4/+19
2017-09-04New loplugin:dyncastvisibilityStephan Bergmann1-0/+161
2017-09-04new loplugin:redundantpointeropsNoel Grandin2-0/+167
2017-08-31Revert loplugin:constparam behavior when param is subject of castStephan Bergmann1-7/+2
2017-08-31Adapt lopluign:constparams to variadic CXXOperatorCallExprStephan Bergmann1-1/+5
2017-08-31Restrict loplugin:constparams cast-to-void checkStephan Bergmann1-1/+7
2017-08-31loplugin:constparams: Also handle ObjCObjectPointerTypeStephan Bergmann1-2/+7
2017-08-31...in which Johnny returns from the fair for realStephan Bergmann1-0/+2
2017-08-30Avoid loplugin:constparam when param is marked as unusedStephan Bergmann1-1/+2
2017-08-30Avoid loplugin:constparam when param is cast to voidStephan Bergmann1-4/+2
2017-08-30Avoid loplugin:constparam when param is subject of cast to non-const pointerStephan Bergmann1-0/+6
2017-08-30Adapt loplugin:constparam to jurt/source/pipe/staticsalhack.cxxStephan Bergmann1-0/+1
2017-08-30fix ScJumpMatrixToken memory handlingNoel Grandin1-6/+0
2017-08-30...in which Johnny returns from the fairStephan Bergmann1-0/+20
2017-08-30loplugin:constparam in variousNoel Grandin1-1/+2
2017-08-29loplugin:constparam in sc part8Noel Grandin1-0/+2
2017-08-27Complete commit 61d49afadb2bAndrea Gelmini2-8/+0
2017-08-25loplugin:redundantcast: suppress warnings in reworked glibc assert macroStephan Bergmann1-0/+14
2017-08-25loplugin:unusedfieldsNoel Grandin3-261/+269
2017-08-25loplugin:unusedmethodsNoel Grandin2-58/+66
2017-08-23loplugin:useuniqueptr, look for containers..Noel Grandin2-5/+173