summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2016-08-17loplugin:unusedenumvalues in swNoel Grandin2-7/+15
2016-08-16Fix check for aMinusSign in chart2/inc/SpecialUnicodes.hxxStephan Bergmann1-3/+6
2016-08-16new loplugin to check for static OUStringsNoel Grandin1-0/+140
2016-08-12loplugin:unusedenumconstants in package..svtoolsNoel Grandin1-0/+10
2016-08-11new loplugin unusedenumvaluesNoel Grandin2-0/+226
2016-08-11loplugin:constantparamNoel Grandin1-1/+1
2016-08-10clang3.9 compatibilityNoel Grandin1-2/+2
2016-08-08loplugin:unnecessaryvirtualNoel Grandin3-30/+39
2016-07-29sfx2: introduce SfxViewShell::GetViewShellId()Miklos Vajna1-3/+0
2016-07-27improve passstuffbyref return analysisNoel Grandin1-10/+84
2016-07-25loplugins: more consistent naming of output filesNoel Grandin12-26/+27
2016-07-25clang 3.8 does not seem to have EvaluateAsFloatNoel Grandin1-0/+6
2016-07-25fix for overrideparam lopluginNoel Grandin1-1/+1
2016-07-25loplugin:overrideparam enable checking that default values matchNoel Grandin1-2/+11
2016-07-25new loplugin overrideparamNoel Grandin1-0/+179
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