summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2016-06-24Fix check for calls to OWeakObject::releaseStephan Bergmann1-8/+15
2016-06-24Adpat to <https://llvm.org/svn/llvm-project/cfe/trunk@273647>Stephan Bergmann6-6/+20
2016-06-24compilerplugins: add OWeakObject::release() override checkMichael Stahl1-0/+154
2016-06-24teach singlevalfields loplugin about function pointersNoel Grandin1-27/+58
2016-06-24Clean up OContainerListenerAdapterStephan Bergmann1-1/+0
2016-06-23loplugin singlevalfields, need to check default constructor code tooNoel Grandin1-0/+2
2016-06-23-Werror=unused-functionStephan Bergmann1-27/+0
2016-06-23-Werror=unused-but-set-variableStephan Bergmann1-4/+0
2016-06-23new loplugin: singlevalfieldsNoel Grandin3-2/+481
2016-06-23compilerplugins: move oncevar into storeMiklos Vajna1-0/+0
2016-06-21compilerplugins: ignore GCC bridges more genericallyMichael Stahl1-4/+2
2016-06-21compilerplugins: don't warn about __lxstat64Michael Stahl1-0/+1
2016-06-19loplugin:salbool: Implicit conversions from non-Boolean fundamental typesStephan Bergmann4-24/+81
2016-06-17loplugin:override: No more need to request dtor be marked 'virtual'Stephan Bergmann1-1/+1
2016-06-14Could swear I'd seen this produce a bogus compiler errorStephan Bergmann1-2/+2
2016-06-13Fix loplugin:passstuffbyref to not warn when ref param is bound to refStephan Bergmann1-16/+114
2016-06-13Remove unused member varStephan Bergmann1-4/+1
2016-06-13loplugin:passstuffbyref: For now disable "pass parm by value" warningsStephan Bergmann1-0/+2
2016-06-13Fix typosAndrea Gelmini1-1/+1
2016-06-10loplugin:mergeclasses SfxMacroTabPageNoel Grandin1-1/+0
2016-06-10loplugin:mergeclasses SdrItemBrowserNoel Grandin1-1/+0
2016-06-10update mergeclasses resultsNoel Grandin1-19/+35
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann1-6/+15
2016-06-06Remove unneeded Pane code in Presenter ConsoleBryan Quigley1-4/+0
2016-06-03Teach loplugin:stringconstant about RTL_CONSTASCII_STRINGPARAMStephan Bergmann3-0/+26
2016-06-02I assume these special plugins were not intended to be enabled unconditionallyStephan Bergmann2-2/+2
2016-06-01remove unused SID constants and associated codeNoel Grandin2-2/+2
2016-05-31fix KDE4 buildNoel Grandin1-0/+1
2016-05-31loplugin:unusedmethodsNoel Grandin1-0/+2
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin1-27/+82
2016-05-26loplugin:unusedreturntypesNoel Grandin1-56/+70
2016-05-18update unusedmethods plugin to ignore externC and copy constructorsNoel Grandin1-2/+8
2016-05-18update vclwidgets loplugin to handle VclReferenceBaseNoel Grandin1-18/+20
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin4-24/+31
2016-05-16fix null pointer crash in loplugin:commaoperatorNoel Grandin1-12/+14
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin1-24/+79
2016-04-28move stylepolice back to storeNoel Grandin1-0/+0
2016-04-28loplugin:stylepoliceNoel Grandin1-0/+1
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin1-11/+58
2016-04-27cppcheck: silence warnings in compilerpluginsJochen Nitschke7-7/+7
2016-04-27loplugin:stylepolice: adapt to libc++Stephan Bergmann1-0/+6
2016-04-26Enable Clang plugin warnings in Bison source codeStephan Bergmann2-1/+5
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin2-80/+142
2016-04-25Lots of violations in gcc3_linux_x86-64/share.hxx, too, when using libc++Stephan Bergmann1-8/+4
2016-04-25Just don't bother with Clang <= 3.6Stephan Bergmann1-0/+2
2016-04-22loplugin:reservedidStephan Bergmann1-0/+261
2016-04-22Avoid reserved identifiersStephan Bergmann1-1/+1
2016-04-22Avoid reserved identifiersStephan Bergmann1-1/+1
2016-04-21loplugin:salbool: sal_Bool[] -> bool[]Stephan Bergmann1-11/+78
2016-04-21Use Sequence ctor taking initializer_listStephan Bergmann1-0/+39