summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2016-06-29Further clean-upStephan Bergmann1-46/+71
2016-06-29Further clean-upStephan Bergmann1-3/+9
2016-06-29Further clean-upStephan Bergmann3-6/+11
2016-06-29sc/source/core/tool/scmatrix.cxx no longer triggers this?Stephan Bergmann1-1/+0
2016-06-29Remove support for Clang < 3.4Stephan Bergmann34-127/+25
2016-06-29Remove support for Clang < 3.3Stephan Bergmann12-155/+29
2016-06-29typoStephan Bergmann1-1/+1
2016-06-29Further clean-upStephan Bergmann1-34/+68
2016-06-28AllocatorTraits::size can be static after allStephan Bergmann1-5/+0
2016-06-28More Clang 3.4 "(anonymous namespace)" fixesStephan Bergmann12-80/+162
2016-06-28More adaption to Clang 3.4Stephan Bergmann3-11/+61
2016-06-28Adapt to Clang 3.4 (in preparation of a buildbot on CentOS 7)Stephan Bergmann13-18/+55
2016-06-28loplugin compat with clang 3.4Noel Grandin1-1/+16
2016-06-28loplugin: move parentFunctionDecl() into common codeNoel Grandin5-61/+42
2016-06-28loplugin:singlevalfields in variousNoel Grandin2-2/+94
2016-06-28loplugin:stringconstant: Don't warn about "OUString(OSL_THIS_FUNC)"Stephan Bergmann1-0/+15
2016-06-27check for field being returned by non-const refNoel Grandin1-3/+17
2016-06-26dont ignore destructorsNoel Grandin1-2/+1
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