summaryrefslogtreecommitdiff
path: root/compilerplugins/clang
AgeCommit message (Expand)AuthorFilesLines
2016-09-14loplugin:constantparamNoel Grandin2-76/+54
2016-09-13loplugin:dllprivateStephan Bergmann1-0/+68
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-19/+2
2016-09-12handle nullptr in various clang pluginsNoel Grandin3-5/+33
2016-09-10loplugin:constantparam in sdNoel Grandin1-0/+2
2016-09-09loplugin:refcounting: No more special-handling of SvXMLImportContextStephan Bergmann1-6/+0
2016-09-06teach loplugin constantparam about default param valuesNoel Grandin2-32/+52
2016-09-06improve loplugin:countusersofdefaultparams to check constructorsNoel Grandin1-6/+36
2016-09-01Looks like the menu highlight handler is now unusedMaxim Monastirsky1-4/+0
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1Stephan Bergmann1-25/+17
2016-08-29Adapt loplugin:stringconstant to improved OUStringLiteral1Stephan Bergmann1-43/+66
2016-08-29Make OUStringLiteral1 a wrapper around UTF-16 instead of just ASCIIStephan Bergmann1-7/+0
2016-08-29loplugin:countusersofdefaultparamsNoel Grandin1-0/+2
2016-08-26loplugin:refcounting: also cover temporaries being directly stack managedStephan Bergmann1-0/+42
2016-08-26Remove wrong check through template args from containsXInterfaceSubclassStephan Bergmann1-12/+1
2016-08-26Minor improvements of loplugin:staticaccessStephan Bergmann1-2/+5
2016-08-25loplugin:staticaccess: Extend loplugin:staticcall to cover all access...Stephan Bergmann2-49/+76
2016-08-25new loplugin: countusersofdefaultparamsNoel Grandin3-9/+319
2016-08-21Move loplugin:returnbyref to storeStephan Bergmann1-0/+0
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