summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)Author
2017-09-30loplugin:constparams: Ignore functions whose address is takenStephan Bergmann
2017-09-30Suppress loplugin:flatten in functions involving preprocessing conditionalsStephan Bergmann
2017-09-30Support loplugin in clang-clStephan Bergmann
2017-09-30Access to ProcessEventsToSignal's bSignal is racyStephan Bergmann
2017-09-29Avoid bogus loplugin:dllmacro "unnecessary *DLLPUBLIC declaration ..."Stephan Bergmann
2017-09-29Adapt loplugin:unreffun to clang-cl (uses of DllMain and wmain)Stephan Bergmann
2017-09-29Adapt loplugins to clang-cl's (implicit) -fdelayed-template-parsingStephan Bergmann
2017-09-29More clang::*Type vs. llvm::*Type ambiguitiesStephan Bergmann
2017-09-29check for unnecessary DLLPUBLIC annotationsNoel Grandin
2017-09-29loplugin:unusedfields improve finding calleeNoel Grandin
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin
2017-09-29Adapt loplugin:reservedid to WindowsStephan Bergmann
2017-09-28Look through derived-to-base ImpliciCastStephan Bergmann
2017-09-28loplugin:stringconstant: Simplify construction of non-ASCII OUStringStephan Bergmann
2017-09-27update unusedfields loplugin resultsNoel Grandin
2017-09-27disable flatten lopluginNoel Grandin
2017-09-27loplugin:flatten in variousNoel Grandin
2017-09-27loplugin:stringconstant: Also handle u8"..." stringsStephan Bergmann
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist
2017-09-26improve unnecessarycatchthrow pluginNoel Grandin
2017-09-26loplugin:redundantcast: cstyle_cast within reinterpret_castStephan Bergmann
2017-09-25Fix typosAndrea Gelmini
2017-09-23loplugin:flatten in svl..svxNoel Grandin
2017-09-23new loplugin unnecessarycatchthrowNoel Grandin
2017-09-22loplugin:flatten in pyuno..scNoel Grandin
2017-09-22loplugin:stringconstant: warn about explicit length mismatchStephan Bergmann
2017-09-22Ditch now unused GraphicExportDialog, GraphicExportOptionsDialogEike Rathke
2017-09-22loplugin:flatten in scaddins..sdNoel Grandin
2017-09-22compilerplugins: add test for badstaticsMichael Stahl
2017-09-22Revert "Revert "compilerplugins: Build them in parallel.""Michael Stahl
2017-09-22loplugin:flatten in framework..packageNoel Grandin
2017-09-22Also handle OUString with non-RTL_TEXTENCODING_ASCII_US encodingStephan Bergmann
2017-09-21-Werror=unused-but-set-variableStephan Bergmann
2017-09-21loplugin:flatten in editeng..extensionsNoel Grandin
2017-09-21loplugin:flatten in basctl..configmgrNoel Grandin
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt
2017-09-21loplugin:unusedfields, fix var taking refNoel Grandin
2017-09-20new loplugin flattenNoel Grandin
2017-09-18improve unusedfields lopluginNoel Grandin
2017-09-15Fix loplugin:redundantcast's VisitCXXFunctionalCastExprStephan Bergmann
2017-09-14improve redundantcast lopluginNoel Grandin
2017-09-13Enable -Wunreachable-codeStephan Bergmann
2017-09-11More clang::*Type vs. llvm::*Type ambiguitiesStephan Bergmann
2017-09-11clang::Type vs. llvm::Type ambiguityStephan Bergmann
2017-09-09tdf#108572 remove connections only for current shellSzymon Kłos
2017-09-08loplugin:unusedfieldsNoel Grandin
2017-09-08loplugin:constantparamNoel Grandin
2017-09-06loplugin:unnecessaryparen include case statementsNoel Grandin
2017-09-05When traversing a TemplateDecl, ts can be a dependent typeStephan Bergmann
2017-09-04Fix typoAndrea Gelmini