summaryrefslogtreecommitdiff
path: root/idlc/source/astexpression.cxx
AgeCommit message (Expand)Author
2019-02-24loplugin:unusedfields in helpcompiler..jvmfwkNoel Grandin
2019-01-22o3tl::make_unique -> std::make_unique in i18npool...reportdesignGabor Kelemen
2018-12-22idlc: no need to store single OString objects on the heapNoel Grandin
2018-09-09loplugin:simplifyconstruct in helpcompiler..ioNoel Grandin
2018-01-12More loplugin:cstylecast: idlcStephan Bergmann
2018-01-11loplugin:useuniqueptr cppu,idlc,io,ucbhelperNoel Grandin
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-11-27loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann
2017-07-18no copy neededJochen Nitschke
2017-07-17extend loplugin useuniqueptr to OUString pointersNoel Grandin
2017-07-16Fix lifecycle issueStephan Bergmann
2017-07-14extend loplugin useuniqueptr to POD typesNoel Grandin
2017-06-23loplugin:unusedfields in forms..idlcNoel Grandin
2017-05-29remove some unnecessary OString constructor callsNoel Grandin
2017-04-06loplugin:redundantcast find cstyle double castsNoel Grandin
2017-02-21loplugin:subtlezeroinit: idlcStephan Bergmann
2017-02-16convert ExprComb to scoped enumNoel Grandin
2016-10-19loplugin:expandablemethodds in hwpfilter..linguisticNoel Grandin
2016-10-06Simplify AstExpression::compareStephan Bergmann
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist
2016-01-20loplugin:unusedmethodsNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-28Return unique_ptr from AstExpression::eval_* functionsStephan Bergmann
2015-09-28m_exprValue cannot be non-null hereStephan Bergmann
2015-09-28AstExpression::coerce always returned m_exprValue, so simplify its signatureStephan Bergmann
2015-09-28Remove redundant AstExpression::eval_internalStephan Bergmann
2015-09-28AstExpression::eval_internal always returns m_exprValueStephan Bergmann
2015-09-28AstExpression::coerce is always called with bAssign = trueStephan Bergmann
2015-09-28Simplify coerce_value signatureStephan Bergmann
2015-09-26The only EvalKind actually used is EK_constStephan Bergmann
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2015-03-27loplugin:staticfunctionNoel Grandin
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-09-30idlc: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-02-17idlc: sal_Bool -> boolStephan Bergmann
2014-01-28bool improvementsStephan Bergmann
2014-01-25coverity#440240 Dereference after null checkNorbert Thiebaud
2013-11-27Unwind occurrences of deprecated sal_sChar, sal_uCharStephan Bergmann
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-27-Wunused-macrosStephan Bergmann
2013-03-23coverity#704237 Logically dead codeJulien Nabet
2013-02-21Fix type unkown -> unknownJulien Nabet
2012-09-26Fix bool -> byte coercion logicStephan Bergmann
2012-09-26sal_Bool -> boolNoel Grandin
2012-07-18re-base on ALv2 code. Includes:Michael Meeks