summaryrefslogtreecommitdiffstats
path: root/compilerplugins
Commit message (Expand)AuthorAgeFilesLines
* Move loplugin:returnbyref to storeStephan Bergmann2016-08-211-0/+0
* loplugin:unusedenumvalues in swNoel Grandin2016-08-172-7/+15
* Fix check for aMinusSign in chart2/inc/SpecialUnicodes.hxxStephan Bergmann2016-08-161-3/+6
* new loplugin to check for static OUStringsNoel Grandin2016-08-161-0/+140
* loplugin:unusedenumconstants in package..svtoolsNoel Grandin2016-08-121-0/+10
* new loplugin unusedenumvaluesNoel Grandin2016-08-112-0/+226
* loplugin:constantparamNoel Grandin2016-08-111-1/+1
* clang3.9 compatibilityNoel Grandin2016-08-101-2/+2
* loplugin:unnecessaryvirtualNoel Grandin2016-08-083-30/+39
* sfx2: introduce SfxViewShell::GetViewShellId()Miklos Vajna2016-07-291-3/+0
* improve passstuffbyref return analysisNoel Grandin2016-07-271-10/+84
* loplugins: more consistent naming of output filesNoel Grandin2016-07-2512-26/+27
* clang 3.8 does not seem to have EvaluateAsFloatNoel Grandin2016-07-251-0/+6
* fix for overrideparam lopluginNoel Grandin2016-07-251-1/+1
* loplugin:overrideparam enable checking that default values matchNoel Grandin2016-07-251-2/+11
* new loplugin overrideparamNoel Grandin2016-07-251-0/+179
* improve unnecessaryoverride pluginNoel Grandin2016-07-191-1/+8
* Adapt to older Clang that don't have CompoundStmt::body_frontStephan Bergmann2016-07-181-1/+1
* Improve loplugin:unnecessaryoverrideStephan Bergmann2016-07-151-7/+55
* new loplugin unnecessary overrideNoel Grandin2016-07-151-0/+114
* loplugin:cstylecast: Better heuristic...Stephan Bergmann2016-07-121-29/+39
* Fix typo relase_ChildImpl -> release_ChildImplStephan Bergmann2016-07-121-1/+1
* only traverse the dtor's statements onceNoel Grandin2016-07-121-8/+7
* new plugin constparamsNoel Grandin2016-07-121-0/+407
* new loplugin fragiledestructorNoel Grandin2016-07-121-0/+113
* loplugin:literaltoboolconversion: Better heuristic...Stephan Bergmann2016-07-111-3/+30
* Adapt to Clang 3.4 againStephan Bergmann2016-07-111-7/+11
* loplugin:salbool: Better heuristic to determine code shared between C and C++Stephan Bergmann2016-07-111-7/+33
* loplugin:nullptr: Better heuristic to determine code shared between C and C++Stephan Bergmann2016-07-111-3/+32
* loplugin:redundantcast: redundant static_castsStephan Bergmann2016-07-083-0/+147
* loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2016-07-071-28/+45
* restore loplugin:vclwidget checking for calling clear() on VclPtr fieldsNoel Grandin2016-07-061-0/+96
* merge LineProperties with chart::ErrorBarNoel Grandin2016-07-051-1/+0
* merge BibTabPage with BibGeneralPageNoel Grandin2016-07-051-1/+0
* merge tdoc_ucp::OfficeDocumentsEventListener withNoel Grandin2016-07-051-1/+0
* merge CGMOutAct with CGMImpressOutActNoel Grandin2016-07-051-1/+0
* merge svt::StoreString with svt::StoreContentURLNoel Grandin2016-07-051-1/+0
* merge sdr::event::EventHandler with sdr::event::TimerEventHandlerNoel Grandin2016-07-041-1/+0
* merge sfx2::IXmlIdRegistrySupplier with SfxObjectShellNoel Grandin2016-07-041-1/+0
* merge vcl::DisplayConnectionDispatch with vcl::DisplayConnectionNoel Grandin2016-07-041-1/+0
* merge ftp::ResultSetFactory with ResultSetFactoryINoel Grandin2016-07-041-1/+0
* merge toolkit::NameContainer_Impl with toolkit::ScriptEventContainerNoel Grandin2016-07-041-1/+0
* loplugin:badstatics: new static only found with libc++Stephan Bergmann2016-06-301-0/+3
* loplugin:badstatics: further (Linux-only) static only found with libc++Stephan Bergmann2016-06-301-0/+2
* Explain usage of -isystem instead of -IStephan Bergmann2016-06-301-1/+2
* Who needs that $(CLANGDIR)/tools/clang/include anyway?Stephan Bergmann2016-06-301-2/+1
* compilerplugins: -isystem /usr/include breaks the buildMichael Stahl2016-06-291-1/+2
* loplugin:badstatics: whitelist some more staticsStephan Bergmann2016-06-291-0/+6
* Further clean-upStephan Bergmann2016-06-291-226/+313
* Further clean-upStephan Bergmann2016-06-291-46/+71