summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2016-07-19improve unnecessaryoverride pluginNoel Grandin1-1/+8
2016-07-18Adapt to older Clang that don't have CompoundStmt::body_frontStephan Bergmann1-1/+1
2016-07-15Improve loplugin:unnecessaryoverrideStephan Bergmann1-7/+55
2016-07-15new loplugin unnecessary overrideNoel Grandin1-0/+114
2016-07-12loplugin:cstylecast: Better heuristic...Stephan Bergmann1-29/+39
2016-07-12Fix typo relase_ChildImpl -> release_ChildImplStephan Bergmann1-1/+1
2016-07-12only traverse the dtor's statements onceNoel Grandin1-8/+7
2016-07-12new plugin constparamsNoel Grandin1-0/+407
2016-07-12new loplugin fragiledestructorNoel Grandin1-0/+113
2016-07-11loplugin:literaltoboolconversion: Better heuristic...Stephan Bergmann1-3/+30
2016-07-11Adapt to Clang 3.4 againStephan Bergmann1-7/+11
2016-07-11loplugin:salbool: Better heuristic to determine code shared between C and C++Stephan Bergmann1-7/+33
2016-07-11loplugin:nullptr: Better heuristic to determine code shared between C and C++Stephan Bergmann1-3/+32
2016-07-08loplugin:redundantcast: redundant static_castsStephan Bergmann3-0/+147
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-28/+45
2016-07-06restore loplugin:vclwidget checking for calling clear() on VclPtr fieldsNoel Grandin1-0/+96
2016-07-05merge LineProperties with chart::ErrorBarNoel Grandin1-1/+0
2016-07-05merge BibTabPage with BibGeneralPageNoel Grandin1-1/+0
2016-07-05merge tdoc_ucp::OfficeDocumentsEventListener withNoel Grandin1-1/+0
2016-07-05merge CGMOutAct with CGMImpressOutActNoel Grandin1-1/+0
2016-07-05merge svt::StoreString with svt::StoreContentURLNoel Grandin1-1/+0
2016-07-04merge sdr::event::EventHandler with sdr::event::TimerEventHandlerNoel Grandin1-1/+0
2016-07-04merge sfx2::IXmlIdRegistrySupplier with SfxObjectShellNoel Grandin1-1/+0
2016-07-04merge vcl::DisplayConnectionDispatch with vcl::DisplayConnectionNoel Grandin1-1/+0
2016-07-04merge ftp::ResultSetFactory with ResultSetFactoryINoel Grandin1-1/+0
2016-07-04merge toolkit::NameContainer_Impl with toolkit::ScriptEventContainerNoel Grandin1-1/+0
2016-06-30loplugin:badstatics: new static only found with libc++Stephan Bergmann1-0/+3
2016-06-30loplugin:badstatics: further (Linux-only) static only found with libc++Stephan Bergmann1-0/+2
2016-06-30Explain usage of -isystem instead of -IStephan Bergmann1-1/+2
2016-06-30Who needs that $(CLANGDIR)/tools/clang/include anyway?Stephan Bergmann1-2/+1
2016-06-29compilerplugins: -isystem /usr/include breaks the buildMichael Stahl1-1/+2
2016-06-29loplugin:badstatics: whitelist some more staticsStephan Bergmann1-0/+6
2016-06-29Further clean-upStephan Bergmann1-226/+313
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