summaryrefslogtreecommitdiff
path: root/idlc/source
AgeCommit message (Expand)AuthorFilesLines
2017-04-06loplugin:redundantcast check for c-style casts to voidNoel Grandin1-1/+1
2017-04-06loplugin:redundantcast find cstyle double castsNoel Grandin1-1/+1
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann1-1/+0
2017-03-22Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann1-1/+3
2017-02-21Idlc::m_pErrorHandler is unusedStephan Bergmann1-2/+0
2017-02-21loplugin:subtlezeroinit: idlcStephan Bergmann3-13/+13
2017-02-16convert ExprComb to scoped enumNoel Grandin2-67/+58
2017-02-16convert ErrorCode to scoped enumNoel Grandin3-111/+91
2017-02-16convert WarningCode to scoped enumNoel Grandin2-10/+2
2017-02-16remove unused PS_OpCompleted from ParseState enumNoel Grandin1-2/+0
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-3/+2
2017-01-17no special support for MACOSX PPC in master for a while nowCaolán McNamara1-2/+0
2017-01-09New loplugin:externvar: idlcStephan Bergmann2-4/+1
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: idlcStephan Bergmann2-8/+7
2016-11-08loplugin:expandablemethods in hwpfilter..linguisticNoel Grandin1-1/+1
2016-11-02loplugin:oncevar in helpcompiler..reportdesignNoel Grandin1-4/+2
2016-10-19loplugin:expandablemethodds in hwpfilter..linguisticNoel Grandin2-2/+2
2016-10-16clang-cl loplugin: idlcStephan Bergmann1-1/+1
2016-10-13tdf#96099 Reduce no of typedefs used for trivial containersAsela Dasanayaka3-17/+17
2016-10-06Simplify AstExpression::compareStephan Bergmann2-29/+2
2016-07-15new loplugin unnecessary overrideNoel Grandin2-10/+0
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist21-94/+94
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann1-0/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-04-26loplugin:nullptrStephan Bergmann1-103/+107
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-3/+3
2016-02-09Formatting changes across all modulesChris Sherlock1-4/+4
2016-01-20loplugin:unusedmethodsNoel Grandin1-52/+0
2015-12-24loplugin:unusedfieldsNoel Grandin1-1/+0
2015-11-30FD_complex is unusedStephan Bergmann2-17/+9
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann16-142/+142
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-2/+2
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 Bergmann2-53/+28
2015-08-22tdf#39440 reduce scope of local variablesMichael Weghorn1-4/+2
2015-07-30loplugin:unusedmethodsNoel Grandin1-2/+0
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin2-23/+10
2015-05-18idlc: fix warningsStephan Bergmann2-32/+19
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-09convert RTReferenceType to scoped enumNoel Grandin3-6/+6