summaryrefslogtreecommitdiff
path: root/idlc/source/astexpression.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-09-09loplugin:simplifyconstruct in helpcompiler..ioNoel Grandin1-25/+0
2018-01-12More loplugin:cstylecast: idlcStephan Bergmann1-80/+80
2018-01-11loplugin:useuniqueptr cppu,idlc,io,ucbhelperNoel Grandin1-2/+0
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-11-27loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann1-1/+1
2017-07-18no copy neededJochen Nitschke1-52/+2
2017-07-17extend loplugin useuniqueptr to OUString pointersNoel Grandin1-1/+0
2017-07-16Fix lifecycle issueStephan Bergmann1-3/+5
2017-07-14extend loplugin useuniqueptr to POD typesNoel Grandin1-11/+10
2017-06-23loplugin:unusedfields in forms..idlcNoel Grandin1-2/+0
2017-05-29remove some unnecessary OString constructor callsNoel Grandin1-12/+12
2017-04-06loplugin:redundantcast find cstyle double castsNoel Grandin1-1/+1
2017-02-21loplugin:subtlezeroinit: idlcStephan Bergmann1-8/+8
2017-02-16convert ExprComb to scoped enumNoel Grandin1-55/+46
2016-10-19loplugin:expandablemethodds in hwpfilter..linguisticNoel Grandin1-1/+1
2016-10-06Simplify AstExpression::compareStephan Bergmann1-28/+1
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist1-4/+4
2016-01-20loplugin:unusedmethodsNoel Grandin1-52/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-67/+67
2015-09-28Return unique_ptr from AstExpression::eval_* functionsStephan Bergmann1-9/+9
2015-09-28m_exprValue cannot be non-null hereStephan Bergmann1-3/+0
2015-09-28AstExpression::coerce always returned m_exprValue, so simplify its signatureStephan Bergmann1-16/+10
2015-09-28Remove redundant AstExpression::eval_internalStephan Bergmann1-13/+8
2015-09-28AstExpression::eval_internal always returns m_exprValueStephan Bergmann1-17/+16
2015-09-28AstExpression::coerce is always called with bAssign = trueStephan Bergmann1-3/+2
2015-09-28Simplify coerce_value signatureStephan Bergmann1-161/+163
2015-09-26The only EvalKind actually used is EK_constStephan Bergmann1-52/+27
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-8/+4
2015-04-24loplugin:simplifyboolStephan Bergmann1-20/+20
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-20/+20
2015-03-27loplugin:staticfunctionNoel Grandin1-5/+5
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+2
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-2/+0
2014-09-30idlc: std::auto_ptr -> std::unique_ptrStephan Bergmann1-7/+3
2014-02-17idlc: sal_Bool -> boolStephan Bergmann1-5/+5
2014-01-28bool improvementsStephan Bergmann1-2/+2
2014-01-25coverity#440240 Dereference after null checkNorbert Thiebaud1-1/+1
2013-11-27Unwind occurrences of deprecated sal_sChar, sal_uCharStephan Bergmann1-8/+8
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-9/+9
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+1
2013-03-27-Wunused-macrosStephan Bergmann1-5/+0
2013-03-23coverity#704237 Logically dead codeJulien Nabet1-2/+0
2013-02-21Fix type unkown -> unknownJulien Nabet1-1/+1
2012-09-26Fix bool -> byte coercion logicStephan Bergmann1-1/+1
2012-09-26sal_Bool -> boolNoel Grandin1-12/+12
2012-07-18re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2011-11-27remove include of pch header from idlcNorbert Thiebaud1-2/+0
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara1-0/+4
2011-05-17do not leak memoryDavid Tardon1-5/+6