summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2017-05-03spelling, implictly->implicitlyNoel Grandin2-6/+6
2017-05-02Adapt to Clang 5 change of PPCallbacks::MacroUndefined signatureStephan Bergmann2-3/+15
2017-04-28loplugin:salunicodeliteralStephan Bergmann3-0/+142
2017-04-28remove unnecessary machine-specific data out of loplugin outputNoel Grandin7-557/+567
2017-04-28Fixed/improved loplugin:cppunitassertequalsStephan Bergmann3-44/+177
2017-04-28loplugin:unusedfieldsNoel Grandin2-69/+71
2017-04-28loplugin:unusedmethodsNoel Grandin1-5/+5
2017-04-27drop unused comphelper::EventLogger::logpCaolán McNamara1-36/+0
2017-04-27Fix build after 7d71451e8e0226d3f3f523611f55132eda6ec10fStephan Bergmann1-1/+1
2017-04-26loplugin:unusedmethodsNoel Grandin2-25/+71
2017-04-25add various loplugin results filesNoel Grandin15-10/+20012
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock9-0/+9
2017-04-23merge comphelper::ChainablePropertySet with comphelper::ChainableHelperNoStateNoel Grandin1-1/+0
2017-04-21loplugin:mergeclasses RscConst with RscEnumNoel Grandin1-2/+0
2017-04-20loplugin:unusedfieldsNoel Grandin1-1/+8
2017-04-20loplugin:unusedmethodsNoel Grandin1-1/+5
2017-04-14remove the old collaboration feature based on telepathyMarkus Mohrhard1-2/+0
2017-04-13Simplify jfw_findAllJREsStephan Bergmann1-9/+0
2017-04-12loplugin:useuniquptr: Remove no longer needed blacklist entriesStephan Bergmann1-6/+1
2017-04-11loplugin constantparam, ignore variadic methodsNoel Grandin1-0/+2
2017-04-11loplugin:mergeclasses merge SwAnnotationWin and SwSidebarWinNoel Grandin1-1/+0
2017-04-11loplugin:mergeclasses merge E3dScene with E3dPolySceneNoel Grandin1-1/+0
2017-04-10new loplugin:inlinefieldsNoel Grandin2-0/+328
2017-04-07loplugin:redundantcast find cstyle arithmetic castsNoel Grandin2-56/+50
2017-04-07Fix typosAndrea Gelmini1-1/+1
2017-04-07loplugin:redundantcast check for c-style char castsNoel Grandin1-2/+11
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic typesStephan Bergmann1-2/+40
2017-04-06Look through ExprWithCleanups etc.Stephan Bergmann1-1/+3
2017-04-06loplugin:redundantcast check for c-style casts to voidNoel Grandin1-1/+2
2017-04-06loplugin:redundantcast check for c-style float castsNoel Grandin1-1/+2
2017-04-06loplugin:useuniqueptr extend to catch more localvar casesNoel Grandin1-4/+9
2017-04-06loplugin:singlevalfieldsNoel Grandin1-9/+4
2017-04-06loplugin:redundantcast find cstyle double castsNoel Grandin1-2/+2
2017-04-05loplugin:redundantcast find c-style bool castsNoel Grandin1-3/+4
2017-04-05teach constantparam plugin to find always on and always off bitmask valuesNoel Grandin1-2/+65
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann1-3/+0
2017-03-30loplugin:unusedenumconstantsNoel Grandin1-0/+1
2017-03-29loplugin:unusedmethodsNoel Grandin1-0/+8
2017-03-28update results of mergeclasses pluginNoel Grandin1-3/+2
2017-03-28fixes for some lopluginsNoel Grandin3-2/+12
2017-03-27Make loplugin:loopvartoosmall look past top-level ExprWithCleanupsStephan Bergmann1-1/+1
2017-03-27create SfxInterfaceId o3tl::strong_intNoel Grandin1-2/+9
2017-03-25Make loplugin:loopvartoosmall find more suspicious casesStephan Bergmann2-64/+199
2017-03-25Add loplugin:redundantinlineStephan Bergmann3-0/+220
2017-03-25Teach loplugin:redundantcast about C-style casts in macro bodiesStephan Bergmann1-2/+23
2017-03-25Fix typosAndrea Gelmini5-5/+5
2017-03-24loplugin:unusedfieldsNoel Grandin2-21/+29
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-0/+10
2017-03-22Use nl_langinfo_l with an explicitly created localeStephan Bergmann1-0/+6
2017-03-22loplugin:redundantcast find redundant c-style enum castsNoel Grandin4-0/+37