summaryrefslogtreecommitdiffstats
path: root/compilerplugins
Commit message (Expand)AuthorAgeFilesLines
* make loplugin constantparam smarter about string paramsNoel Grandin2017-05-092-5/+31
* teach loplugin:constantparam about simple constructor callsNoel Grandin2017-05-082-15/+76
* sc: Remove some dead slotsMaxim Monastirsky2017-05-051-8/+0
* spelling, implictly->implicitlyNoel Grandin2017-05-032-6/+6
* Adapt to Clang 5 change of PPCallbacks::MacroUndefined signatureStephan Bergmann2017-05-022-3/+15
* loplugin:salunicodeliteralStephan Bergmann2017-04-283-0/+142
* remove unnecessary machine-specific data out of loplugin outputNoel Grandin2017-04-287-557/+567
* Fixed/improved loplugin:cppunitassertequalsStephan Bergmann2017-04-283-44/+177
* loplugin:unusedfieldsNoel Grandin2017-04-282-69/+71
* loplugin:unusedmethodsNoel Grandin2017-04-281-5/+5
* drop unused comphelper::EventLogger::logpCaolán McNamara2017-04-271-36/+0
* Fix build after 7d71451e8e0226d3f3f523611f55132eda6ec10fStephan Bergmann2017-04-271-1/+1
* loplugin:unusedmethodsNoel Grandin2017-04-262-25/+71
* add various loplugin results filesNoel Grandin2017-04-2515-10/+20012
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-259-0/+9
* merge comphelper::ChainablePropertySet with comphelper::ChainableHelperNoStateNoel Grandin2017-04-231-1/+0
* loplugin:mergeclasses RscConst with RscEnumNoel Grandin2017-04-211-2/+0
* loplugin:unusedfieldsNoel Grandin2017-04-201-1/+8
* loplugin:unusedmethodsNoel Grandin2017-04-201-1/+5
* remove the old collaboration feature based on telepathyMarkus Mohrhard2017-04-141-2/+0
* Simplify jfw_findAllJREsStephan Bergmann2017-04-131-9/+0
* loplugin:useuniquptr: Remove no longer needed blacklist entriesStephan Bergmann2017-04-121-6/+1
* loplugin constantparam, ignore variadic methodsNoel Grandin2017-04-111-0/+2
* loplugin:mergeclasses merge SwAnnotationWin and SwSidebarWinNoel Grandin2017-04-111-1/+0
* loplugin:mergeclasses merge E3dScene with E3dPolySceneNoel Grandin2017-04-111-1/+0
* new loplugin:inlinefieldsNoel Grandin2017-04-102-0/+328
* loplugin:redundantcast find cstyle arithmetic castsNoel Grandin2017-04-072-56/+50
* Fix typosAndrea Gelmini2017-04-071-1/+1
* loplugin:redundantcast check for c-style char castsNoel Grandin2017-04-071-2/+11
* Improved loplugin:redundantcast, static_cast on arithmetic typesStephan Bergmann2017-04-061-2/+40
* Look through ExprWithCleanups etc.Stephan Bergmann2017-04-061-1/+3
* loplugin:redundantcast check for c-style casts to voidNoel Grandin2017-04-061-1/+2
* loplugin:redundantcast check for c-style float castsNoel Grandin2017-04-061-1/+2
* loplugin:useuniqueptr extend to catch more localvar casesNoel Grandin2017-04-061-4/+9
* loplugin:singlevalfieldsNoel Grandin2017-04-061-9/+4
* loplugin:redundantcast find cstyle double castsNoel Grandin2017-04-061-2/+2
* loplugin:redundantcast find c-style bool castsNoel Grandin2017-04-051-3/+4
* teach constantparam plugin to find always on and always off bitmask valuesNoel Grandin2017-04-051-2/+65
* Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann2017-04-041-3/+0
* loplugin:unusedenumconstantsNoel Grandin2017-03-301-0/+1
* loplugin:unusedmethodsNoel Grandin2017-03-291-0/+8
* update results of mergeclasses pluginNoel Grandin2017-03-281-3/+2
* fixes for some lopluginsNoel Grandin2017-03-283-2/+12
* Make loplugin:loopvartoosmall look past top-level ExprWithCleanupsStephan Bergmann2017-03-271-1/+1
* create SfxInterfaceId o3tl::strong_intNoel Grandin2017-03-271-2/+9
* Make loplugin:loopvartoosmall find more suspicious casesStephan Bergmann2017-03-252-64/+199
* Add loplugin:redundantinlineStephan Bergmann2017-03-253-0/+220
* Teach loplugin:redundantcast about C-style casts in macro bodiesStephan Bergmann2017-03-251-2/+23
* Fix typosAndrea Gelmini2017-03-255-5/+5
* loplugin:unusedfieldsNoel Grandin2017-03-242-21/+29