Age | Commit message (Expand) | Author |
2017-05-09 | remove unnecessary empty OUString fields and vars | Noel Grandin |
2017-04-06 | loplugin:redundantcast check for c-style casts to void | Noel Grandin |
2017-04-06 | loplugin:redundantcast find cstyle double casts | Noel Grandin |
2017-03-25 | Fix typos | Andrea Gelmini |
2017-03-23 | Remove unused #include <ctype.h> | Stephan Bergmann |
2017-03-22 | Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char) | Stephan Bergmann |
2017-02-21 | Idlc::m_pErrorHandler is unused | Stephan Bergmann |
2017-02-21 | loplugin:subtlezeroinit: idlc | Stephan Bergmann |
2017-02-16 | convert ExprComb to scoped enum | Noel Grandin |
2017-02-16 | convert ErrorCode to scoped enum | Noel Grandin |
2017-02-16 | convert WarningCode to scoped enum | Noel Grandin |
2017-02-16 | remove unused PS_OpCompleted from ParseState enum | Noel Grandin |
2017-01-26 | Remove dynamic exception specifications | Stephan Bergmann |
2017-01-17 | no special support for MACOSX PPC in master for a while now | Caolán McNamara |
2017-01-09 | New loplugin:externvar: idlc | Stephan Bergmann |
2016-11-29 | Rewrite some (trivial) assignments inside if/while conditions: idlc | Stephan Bergmann |
2016-11-08 | loplugin:expandablemethods in hwpfilter..linguistic | Noel Grandin |
2016-11-02 | loplugin:oncevar in helpcompiler..reportdesign | Noel Grandin |
2016-10-19 | loplugin:expandablemethodds in hwpfilter..linguistic | Noel Grandin |
2016-10-16 | clang-cl loplugin: idlc | Stephan Bergmann |
2016-10-13 | tdf#96099 Reduce no of typedefs used for trivial containers | Asela Dasanayaka |
2016-10-06 | Simplify AstExpression::compare | Stephan Bergmann |
2016-07-15 | new loplugin unnecessary override | Noel Grandin |
2016-05-27 | Get rid of unnecessary directory levels $D/inc/$D | Tor Lillqvist |
2016-05-10 | Add SAL_FALLTHROUGH, where apparently appropriate | Stephan Bergmann |
2016-05-10 | Replace fallthrough comments with new SAL_FALLTHROUGH macro | Stephan Bergmann |
2016-04-26 | loplugin:nullptr | Stephan Bergmann |
2016-02-17 | use consistent #define checks for the Windows platform | Noel Grandin |
2016-02-09 | Formatting changes across all modules | Chris Sherlock |
2016-01-20 | loplugin:unusedmethods | Noel Grandin |
2015-12-24 | loplugin:unusedfields | Noel Grandin |
2015-11-30 | FD_complex is unused | Stephan Bergmann |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-11-06 | loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) | Stephan Bergmann |
2015-10-07 | clang-analyzer-deadcode.DeadStores | Stephan Bergmann |
2015-09-28 | Return unique_ptr from AstExpression::eval_* functions | Stephan Bergmann |
2015-09-28 | m_exprValue cannot be non-null here | Stephan Bergmann |
2015-09-28 | AstExpression::coerce always returned m_exprValue, so simplify its signature | Stephan Bergmann |
2015-09-28 | Remove redundant AstExpression::eval_internal | Stephan Bergmann |
2015-09-28 | AstExpression::eval_internal always returns m_exprValue | Stephan Bergmann |
2015-09-28 | AstExpression::coerce is always called with bAssign = true | Stephan Bergmann |
2015-09-28 | Simplify coerce_value signature | Stephan Bergmann |
2015-09-26 | The only EvalKind actually used is EK_const | Stephan Bergmann |
2015-08-22 | tdf#39440 reduce scope of local variables | Michael Weghorn |
2015-07-30 | loplugin:unusedmethods | Noel Grandin |
2015-06-15 | remove unnecessary check for null when calling delete | Noel Grandin |
2015-05-18 | idlc: fix warnings | Stephan Bergmann |
2015-04-27 | More loplugin:simplifybool | Stephan Bergmann |
2015-04-24 | loplugin:simplifybool | Stephan Bergmann |
2015-04-23 | Improved loplugin:literaltoboolconversion looking into cond. exprs. | Stephan Bergmann |