summaryrefslogtreecommitdiff
path: root/basic/source/comp/exprtree.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-11-03loplugin:constparamsNoel Grandin1-2/+2
2020-12-26BASIC : simplify SbiExpression initializationArnaud Versini1-18/+12
2020-11-05BASIC : use std::make_unique instead of std::unique_ptr ( new ... )Arnaud Versini1-2/+2
2020-07-25Use comphelper::IsContextFlagActive for flags from comphelper::NewFlagContextMike Kaganski1-5/+2
2020-04-14loplugin:buriedassign in b*Noel Grandin1-1/+2
2019-11-12tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen1-1/+2
2019-11-09tdf#80731: Only check closing parenthesis when in IDEMike Kaganski1-0/+16
2019-09-03loplugin:constmethod in basicNoel Grandin1-1/+1
2019-05-03tdf#68339 Other: BASIC Syntax errorJens Carl1-0/+3
2019-01-16o3tl::make_unique -> std::make_unique in basctl...bridgesGabor Kelemen1-35/+34
2019-01-10tdf#112689: Replace chained O(U)StringBuffer::append() with operator+Doğa Deniz Arıcı1-3/+2
2018-12-21use unique_ptr in SbiExpressionNoel Grandin1-4/+4
2018-08-22loplugin:useuniqueptr in SbiExprNodeNoel Grandin1-56/+56
2018-01-12More loplugin:cstylecast: basicStephan Bergmann1-1/+1
2017-12-18loplugin:unusedindexMike Kaganski1-3/+1
2017-10-10basic: consistently use "" and <> in include directivesMike Kaganski1-2/+2
2017-09-20Bin some noise comments and ASCII graphicsTor Lillqvist1-18/+0
2017-07-13loplugin:oncevar: empty strings: basicStephan Bergmann1-4/+2
2017-06-20loplugin:oncevar accessibility..basicNoel Grandin1-4/+2
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-03-31tdf#106529: Revert "tdf#80731 Closing parenthesis is now detected"Katarina Behrens1-5/+0
2017-03-26Fix typosAndrea Gelmini1-1/+1
2017-02-21loplugin:subtlezeroinit: basicStephan Bergmann1-2/+2
2016-12-02oops, wasn't supposed to commit thatNoel Grandin1-5/+5
2016-12-02use early return to simplify flowNoel Grandin1-5/+5
2016-11-30tdf#80731 Closing parenthesis is now detected (Mid statement and functions).Pierre Lepage1-0/+5
2016-11-02loplugin:singlevalfieldsNoel Grandin1-1/+1
2016-06-12BASIC : Add SbModule::FindMethodArnaud Versini1-2/+1
2016-05-23Convert SbxClassType to scoped enumNoel Grandin1-1/+1
2016-03-09deref of nullCaolán McNamara1-2/+2
2016-02-22loplugin:commaoperator in basic/Noel Grandin1-2/+4
2016-02-17BASIC : use std::unique_ptr for storing SbiExprListArnaud Versini1-17/+17
2016-02-08BASIC : Use std::unique_ptr in SbiExpression and SbiExpListArnaud Versini1-34/+22
2016-02-08BASIC : Use vector in SbiExprList to avoid any dependenciesArnaud Versini1-70/+14
2016-01-27BASIC: SbiExpression::IsIntConstant has side effects.Arnaud Versini1-0/+2
2016-01-24BASIC : Remove class SbiDimList and SbiParametersArnaud Versini1-56/+43
2016-01-24BASIC : Remove SbiExprList::pParserArnaud Versini1-6/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-25/+25
2015-10-07Reduce variable scopeStephan Bergmann1-2/+1
2015-09-09Fix previous commitStephan Bergmann1-1/+2
2015-09-08Revert a fix that can never have worked in the first place?Stephan Bergmann1-9/+2
2015-07-28inline "old" SbERR constantsNoel Grandin1-22/+22
2015-07-02BASIC : Remove SbCodeGen attribute from SbiExprNode and user std::unique_ptr.Arnaud Versini1-29/+29
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-05-17remove unnecessary header fileNoel Grandin1-1/+1
2014-12-18basic: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-11-17coverity#735399 Logically dead codeCaolán McNamara1-4/+0
2014-06-13loplugin:staticcallStephan Bergmann1-6/+6
2014-01-28bool improvementsStephan Bergmann1-4/+4
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1