summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)Author
2016-07-12loplugin:cstylecast: Better heuristic...Stephan Bergmann
2016-07-12Fix typo relase_ChildImpl -> release_ChildImplStephan Bergmann
2016-07-12only traverse the dtor's statements onceNoel Grandin
2016-07-12new plugin constparamsNoel Grandin
2016-07-12new loplugin fragiledestructorNoel Grandin
2016-07-11loplugin:literaltoboolconversion: Better heuristic...Stephan Bergmann
2016-07-11Adapt to Clang 3.4 againStephan Bergmann
2016-07-11loplugin:salbool: Better heuristic to determine code shared between C and C++Stephan Bergmann
2016-07-11loplugin:nullptr: Better heuristic to determine code shared between C and C++Stephan Bergmann
2016-07-08loplugin:redundantcast: redundant static_castsStephan Bergmann
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-07-06restore loplugin:vclwidget checking for calling clear() on VclPtr fieldsNoel Grandin
2016-07-05merge LineProperties with chart::ErrorBarNoel Grandin
2016-07-05merge BibTabPage with BibGeneralPageNoel Grandin
2016-07-05merge tdoc_ucp::OfficeDocumentsEventListener withNoel Grandin
2016-07-05merge CGMOutAct with CGMImpressOutActNoel Grandin
2016-07-05merge svt::StoreString with svt::StoreContentURLNoel Grandin
2016-07-04merge sdr::event::EventHandler with sdr::event::TimerEventHandlerNoel Grandin
2016-07-04merge sfx2::IXmlIdRegistrySupplier with SfxObjectShellNoel Grandin
2016-07-04merge vcl::DisplayConnectionDispatch with vcl::DisplayConnectionNoel Grandin
2016-07-04merge ftp::ResultSetFactory with ResultSetFactoryINoel Grandin
2016-07-04merge toolkit::NameContainer_Impl with toolkit::ScriptEventContainerNoel Grandin
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