summaryrefslogtreecommitdiff
path: root/idlc
AgeCommit message (Expand)AuthorFilesLines
2015-11-20loplugin:unusedfields idl,idlcNoel Grandin1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann21-151/+151
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann9-13/+13
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-2/+2
2015-10-01loplugin:unusedmethodsNoel Grandin1-1/+0
2015-09-28Return unique_ptr from AstExpression::eval_* functionsStephan Bergmann2-12/+16
2015-09-28m_exprValue cannot be non-null hereStephan Bergmann1-3/+0
2015-09-28AstExpression::coerce always returned m_exprValue, so simplify its signatureStephan Bergmann2-19/+11
2015-09-28Remove redundant AstExpression::eval_internalStephan Bergmann2-15/+8
2015-09-28AstExpression::eval_internal always returns m_exprValueStephan Bergmann2-18/+17
2015-09-28AstExpression::coerce is always called with bAssign = trueStephan Bergmann2-4/+3
2015-09-28Simplify coerce_value signatureStephan Bergmann1-161/+163
2015-09-26The only EvalKind actually used is EK_constStephan Bergmann3-66/+34
2015-08-22tdf#39440 reduce scope of local variablesMichael Weghorn1-4/+2
2015-08-05loplugin:unusedmethodsNoel Grandin1-4/+0
2015-07-30loplugin:unusedmethodsNoel Grandin10-67/+0
2015-07-03Fix typosAndrea Gelmini1-4/+4
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin2-23/+10
2015-05-18idlc: fix warningsStephan Bergmann4-37/+24
2015-04-27More loplugin:simplifyboolStephan Bergmann1-2/+2
2015-04-24loplugin:simplifyboolStephan Bergmann1-20/+20
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-20/+20
2015-04-09fix android buildNoel Grandin1-1/+1
2015-04-09convert RTReferenceType to scoped enumNoel Grandin3-6/+6
2015-04-09convert RTMethodMode to scoped enumNoel Grandin2-4/+4
2015-04-09convert RT_ACCESS fields to scoped enumNoel Grandin4-20/+20
2015-04-09convert RegError to scoped enumNoel Grandin5-17/+17
2015-04-09convert RegValueType to scoped enumNoel Grandin4-7/+7
2015-03-29Clean up remaining C-style casts among void pointersStephan Bergmann4-6/+6
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann2-3/+3
2015-03-27loplugin:staticfunctionNoel Grandin6-92/+88
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-2/+2
2015-03-24loplugin:constantfunction: variousNoel Grandin1-1/+0
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara1-2/+1
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin2-10/+10
2015-01-28remove unused typedefsNoel Grandin2-2/+0
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara3-6/+8
2014-12-18fdo#39440 reduce scope of local variablesMichael Weghorn5-13/+7
2014-12-16idlc: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-15add link to mkstemp coverity warning wrt threading fiascoCaolán McNamara1-0/+1
2014-11-18More iwyu suggested headers removalRiccardo Magliocchetti1-1/+0
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl6-0/+9
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2-5/+5
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann11-50/+73
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin11-73/+50
2014-11-05markup with event type not checker typeCaolán McNamara1-1/+1
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-4/+4
2014-10-30coverity#982268 silence Copy-paste errorCaolán McNamara1-0/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin15-28/+0