summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)Author
2017-05-10add some some empty string names to constantparam lopluginNoel Grandin
2017-05-09make loplugin constantparam smarter about string paramsNoel Grandin
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin
2017-05-05sc: Remove some dead slotsMaxim Monastirsky
2017-05-03spelling, implictly->implicitlyNoel Grandin
2017-05-02Adapt to Clang 5 change of PPCallbacks::MacroUndefined signatureStephan Bergmann
2017-04-28loplugin:salunicodeliteralStephan Bergmann
2017-04-28remove unnecessary machine-specific data out of loplugin outputNoel Grandin
2017-04-28Fixed/improved loplugin:cppunitassertequalsStephan Bergmann
2017-04-28loplugin:unusedfieldsNoel Grandin
2017-04-28loplugin:unusedmethodsNoel Grandin
2017-04-27drop unused comphelper::EventLogger::logpCaolán McNamara
2017-04-27Fix build after 7d71451e8e0226d3f3f523611f55132eda6ec10fStephan Bergmann
2017-04-26loplugin:unusedmethodsNoel Grandin
2017-04-25add various loplugin results filesNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-23merge comphelper::ChainablePropertySet with comphelper::ChainableHelperNoStateNoel Grandin
2017-04-21loplugin:mergeclasses RscConst with RscEnumNoel Grandin
2017-04-20loplugin:unusedfieldsNoel Grandin
2017-04-20loplugin:unusedmethodsNoel Grandin
2017-04-14remove the old collaboration feature based on telepathyMarkus Mohrhard
2017-04-13Simplify jfw_findAllJREsStephan Bergmann
2017-04-12loplugin:useuniquptr: Remove no longer needed blacklist entriesStephan Bergmann
2017-04-11loplugin constantparam, ignore variadic methodsNoel Grandin
2017-04-11loplugin:mergeclasses merge SwAnnotationWin and SwSidebarWinNoel Grandin
2017-04-11loplugin:mergeclasses merge E3dScene with E3dPolySceneNoel Grandin
2017-04-10new loplugin:inlinefieldsNoel Grandin
2017-04-07loplugin:redundantcast find cstyle arithmetic castsNoel Grandin
2017-04-07Fix typosAndrea Gelmini
2017-04-07loplugin:redundantcast check for c-style char castsNoel Grandin
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic typesStephan Bergmann
2017-04-06Look through ExprWithCleanups etc.Stephan Bergmann
2017-04-06loplugin:redundantcast check for c-style casts to voidNoel Grandin
2017-04-06loplugin:redundantcast check for c-style float castsNoel Grandin
2017-04-06loplugin:useuniqueptr extend to catch more localvar casesNoel Grandin
2017-04-06loplugin:singlevalfieldsNoel Grandin
2017-04-06loplugin:redundantcast find cstyle double castsNoel Grandin
2017-04-05loplugin:redundantcast find c-style bool castsNoel Grandin
2017-04-05teach constantparam plugin to find always on and always off bitmask valuesNoel Grandin
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann
2017-03-30loplugin:unusedenumconstantsNoel Grandin
2017-03-29loplugin:unusedmethodsNoel Grandin
2017-03-28update results of mergeclasses pluginNoel Grandin
2017-03-28fixes for some lopluginsNoel Grandin
2017-03-27Make loplugin:loopvartoosmall look past top-level ExprWithCleanupsStephan Bergmann
2017-03-27create SfxInterfaceId o3tl::strong_intNoel Grandin
2017-03-25Make loplugin:loopvartoosmall find more suspicious casesStephan Bergmann
2017-03-25Add loplugin:redundantinlineStephan Bergmann
2017-03-25Teach loplugin:redundantcast about C-style casts in macro bodiesStephan Bergmann
2017-03-25Fix typosAndrea Gelmini