summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)Author
2016-06-23loplugin singlevalfields, need to check default constructor code tooNoel Grandin
2016-06-23-Werror=unused-functionStephan Bergmann
2016-06-23-Werror=unused-but-set-variableStephan Bergmann
2016-06-23new loplugin: singlevalfieldsNoel Grandin
2016-06-23compilerplugins: move oncevar into storeMiklos Vajna
2016-06-21compilerplugins: ignore GCC bridges more genericallyMichael Stahl
2016-06-21compilerplugins: don't warn about __lxstat64Michael Stahl
2016-06-19loplugin:salbool: Implicit conversions from non-Boolean fundamental typesStephan Bergmann
2016-06-17loplugin:override: No more need to request dtor be marked 'virtual'Stephan Bergmann
2016-06-14Could swear I'd seen this produce a bogus compiler errorStephan Bergmann
2016-06-13Fix loplugin:passstuffbyref to not warn when ref param is bound to refStephan Bergmann
2016-06-13Remove unused member varStephan Bergmann
2016-06-13loplugin:passstuffbyref: For now disable "pass parm by value" warningsStephan Bergmann
2016-06-13Fix typosAndrea Gelmini
2016-06-10loplugin:mergeclasses SfxMacroTabPageNoel Grandin
2016-06-10loplugin:mergeclasses SdrItemBrowserNoel Grandin
2016-06-10update mergeclasses resultsNoel Grandin
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann
2016-06-06Remove unneeded Pane code in Presenter ConsoleBryan Quigley
2016-06-03Teach loplugin:stringconstant about RTL_CONSTASCII_STRINGPARAMStephan Bergmann
2016-06-02I assume these special plugins were not intended to be enabled unconditionallyStephan Bergmann
2016-06-01remove unused SID constants and associated codeNoel Grandin
2016-05-31fix KDE4 buildNoel Grandin
2016-05-31loplugin:unusedmethodsNoel Grandin
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin
2016-05-26loplugin:unusedreturntypesNoel Grandin
2016-05-18update unusedmethods plugin to ignore externC and copy constructorsNoel Grandin
2016-05-18update vclwidgets loplugin to handle VclReferenceBaseNoel Grandin
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin
2016-05-16fix null pointer crash in loplugin:commaoperatorNoel Grandin
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin
2016-04-28move stylepolice back to storeNoel Grandin
2016-04-28loplugin:stylepoliceNoel Grandin
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin
2016-04-27cppcheck: silence warnings in compilerpluginsJochen Nitschke
2016-04-27loplugin:stylepolice: adapt to libc++Stephan Bergmann
2016-04-26Enable Clang plugin warnings in Bison source codeStephan Bergmann
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin
2016-04-25Lots of violations in gcc3_linux_x86-64/share.hxx, too, when using libc++Stephan Bergmann
2016-04-25Just don't bother with Clang <= 3.6Stephan Bergmann
2016-04-22loplugin:reservedidStephan Bergmann
2016-04-22Avoid reserved identifiersStephan Bergmann
2016-04-22Avoid reserved identifiersStephan Bergmann
2016-04-21loplugin:salbool: sal_Bool[] -> bool[]Stephan Bergmann
2016-04-21Use Sequence ctor taking initializer_listStephan Bergmann
2016-04-21typoStephan Bergmann
2016-04-21Better fix for 13758a3d154e8e450fdfe8bcdeb6b3a03996c53aStephan Bergmann
2016-04-21move stylepolice plugin into store/Noel Grandin
2016-04-21SourceManager::isMacroArgExpansion has only one param in older ClangStephan Bergmann
2016-04-21new plugin stylepoliceNoel Grandin