summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)Author
2016-06-30loplugin:badstatics: new static only found with libc++Stephan Bergmann
2016-06-30loplugin:badstatics: further (Linux-only) static only found with libc++Stephan Bergmann
2016-06-30Explain usage of -isystem instead of -IStephan Bergmann
2016-06-30Who needs that $(CLANGDIR)/tools/clang/include anyway?Stephan Bergmann
2016-06-29compilerplugins: -isystem /usr/include breaks the buildMichael Stahl
2016-06-29loplugin:badstatics: whitelist some more staticsStephan Bergmann
2016-06-29Further clean-upStephan Bergmann
2016-06-29Further clean-upStephan Bergmann
2016-06-29Further clean-upStephan Bergmann
2016-06-29Further clean-upStephan Bergmann
2016-06-29sc/source/core/tool/scmatrix.cxx no longer triggers this?Stephan Bergmann
2016-06-29Remove support for Clang < 3.4Stephan Bergmann
2016-06-29Remove support for Clang < 3.3Stephan Bergmann
2016-06-29typoStephan Bergmann
2016-06-29Further clean-upStephan Bergmann
2016-06-28AllocatorTraits::size can be static after allStephan Bergmann
2016-06-28More Clang 3.4 "(anonymous namespace)" fixesStephan Bergmann
2016-06-28More adaption to Clang 3.4Stephan Bergmann
2016-06-28Adapt to Clang 3.4 (in preparation of a buildbot on CentOS 7)Stephan Bergmann
2016-06-28loplugin compat with clang 3.4Noel Grandin
2016-06-28loplugin: move parentFunctionDecl() into common codeNoel Grandin
2016-06-28loplugin:singlevalfields in variousNoel Grandin
2016-06-28loplugin:stringconstant: Don't warn about "OUString(OSL_THIS_FUNC)"Stephan Bergmann
2016-06-27check for field being returned by non-const refNoel Grandin
2016-06-26dont ignore destructorsNoel Grandin
2016-06-24Fix check for calls to OWeakObject::releaseStephan Bergmann
2016-06-24Adpat to <https://llvm.org/svn/llvm-project/cfe/trunk@273647>Stephan Bergmann
2016-06-24compilerplugins: add OWeakObject::release() override checkMichael Stahl
2016-06-24teach singlevalfields loplugin about function pointersNoel Grandin
2016-06-24Clean up OContainerListenerAdapterStephan Bergmann
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