Age | Commit message (Expand) | Author |
2017-05-16 | Remove unused var | Stephan Bergmann |
2017-05-16 | Extend loplugin:comparisonwithconstant beyond integral types | Stephan Bergmann |
2017-05-16 | Try to fix loplugin:comparisonwithconstant's rewrite-with-macros issue | Stephan Bergmann |
2017-05-16 | loplugin:comparisonwithconstant in accessibility | Noel Grandin |
2017-05-16 | Also filter out flags like -fsanitize-address-globals-dead-stripping | Stephan Bergmann |
2017-05-16 | tighten up the check a little more | Noel Grandin |
2017-05-16 | loplugin:unusedfields improve write-only analysis | Noel Grandin |
2017-05-15 | loplugin:useuniqueptr | Noel Grandin |
2017-05-12 | loplugin:constantparam | Noel Grandin |
2017-05-11 | Fix typos | Andrea Gelmini |
2017-05-10 | new loplugin checkunusedparams | Noel Grandin |
2017-05-10 | add some some empty string names to constantparam loplugin | Noel Grandin |
2017-05-09 | make loplugin constantparam smarter about string params | Noel Grandin |
2017-05-08 | teach loplugin:constantparam about simple constructor calls | Noel Grandin |
2017-05-05 | sc: Remove some dead slots | Maxim Monastirsky |
2017-05-03 | spelling, implictly->implicitly | Noel Grandin |
2017-05-02 | Adapt to Clang 5 change of PPCallbacks::MacroUndefined signature | Stephan Bergmann |
2017-04-28 | loplugin:salunicodeliteral | Stephan Bergmann |
2017-04-28 | remove unnecessary machine-specific data out of loplugin output | Noel Grandin |
2017-04-28 | Fixed/improved loplugin:cppunitassertequals | Stephan Bergmann |
2017-04-28 | loplugin:unusedfields | Noel Grandin |
2017-04-28 | loplugin:unusedmethods | Noel Grandin |
2017-04-27 | drop unused comphelper::EventLogger::logp | Caolán McNamara |
2017-04-27 | Fix build after 7d71451e8e0226d3f3f523611f55132eda6ec10f | Stephan Bergmann |
2017-04-26 | loplugin:unusedmethods | Noel Grandin |
2017-04-25 | add various loplugin results files | Noel Grandin |
2017-04-25 | tools: svstream.hxx needs only errcode.hxx & not errinf.hxx | Chris Sherlock |
2017-04-23 | merge comphelper::ChainablePropertySet with comphelper::ChainableHelperNoState | Noel Grandin |
2017-04-21 | loplugin:mergeclasses RscConst with RscEnum | Noel Grandin |
2017-04-20 | loplugin:unusedfields | Noel Grandin |
2017-04-20 | loplugin:unusedmethods | Noel Grandin |
2017-04-14 | remove the old collaboration feature based on telepathy | Markus Mohrhard |
2017-04-13 | Simplify jfw_findAllJREs | Stephan Bergmann |
2017-04-12 | loplugin:useuniquptr: Remove no longer needed blacklist entries | Stephan Bergmann |
2017-04-11 | loplugin constantparam, ignore variadic methods | Noel Grandin |
2017-04-11 | loplugin:mergeclasses merge SwAnnotationWin and SwSidebarWin | Noel Grandin |
2017-04-11 | loplugin:mergeclasses merge E3dScene with E3dPolyScene | Noel Grandin |
2017-04-10 | new loplugin:inlinefields | Noel Grandin |
2017-04-07 | loplugin:redundantcast find cstyle arithmetic casts | Noel Grandin |
2017-04-07 | Fix typos | Andrea Gelmini |
2017-04-07 | loplugin:redundantcast check for c-style char casts | Noel Grandin |
2017-04-06 | Improved loplugin:redundantcast, static_cast on arithmetic types | Stephan Bergmann |
2017-04-06 | Look through ExprWithCleanups etc. | Stephan Bergmann |
2017-04-06 | loplugin:redundantcast check for c-style casts to void | Noel Grandin |
2017-04-06 | loplugin:redundantcast check for c-style float casts | Noel Grandin |
2017-04-06 | loplugin:useuniqueptr extend to catch more localvar cases | Noel Grandin |
2017-04-06 | loplugin:singlevalfields | Noel Grandin |
2017-04-06 | loplugin:redundantcast find cstyle double casts | Noel Grandin |
2017-04-05 | loplugin:redundantcast find c-style bool casts | Noel Grandin |
2017-04-05 | teach constantparam plugin to find always on and always off bitmask values | Noel Grandin |