summaryrefslogtreecommitdiff
path: root/idlc
AgeCommit message (Expand)AuthorFilesLines
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-1/+1
2017-02-21Idlc::m_pErrorHandler is unusedStephan Bergmann2-3/+0
2017-02-21loplugin:subtlezeroinit: idlcStephan Bergmann3-13/+13
2017-02-16convert ExprComb to scoped enumNoel Grandin3-83/+73
2017-02-16convert ErrorCode to scoped enumNoel Grandin4-162/+132
2017-02-16convert WarningCode to scoped enumNoel Grandin3-16/+4
2017-02-16remove unused PS_OpCompleted from ParseState enumNoel Grandin2-3/+0
2017-01-26Remove dynamic exception specificationsStephan Bergmann2-9/+5
2017-01-25Remove junkStephan Bergmann1-5/+0
2017-01-25loplugin: unnecessary destructor forms..idlcNoel Grandin15-21/+0
2017-01-19New loplugin:dynexcspec: Add @throws documentation, idlcStephan Bergmann1-0/+3
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-12-20bootstrap building with --disable-dynloading on standard linuxCaolán McNamara1-0/+1
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: idlcStephan Bergmann2-8/+7
2016-11-08loplugin:expandablemethods in hwpfilter..linguisticNoel Grandin2-3/+1
2016-11-08loplugin:unnecessaryvirtual in hwpfilter..rscNoel Grandin4-11/+11
2016-11-02loplugin:oncevar in helpcompiler..reportdesignNoel Grandin1-4/+2
2016-10-19loplugin:expandablemethodds in hwpfilter..linguisticNoel Grandin4-6/+2
2016-10-16clang-cl loplugin: idlcStephan Bergmann1-1/+1
2016-10-13tdf#96099 Reduce no of typedefs used for trivial containersAsela Dasanayaka6-23/+20
2016-10-06Simplify AstExpression::compareStephan Bergmann3-31/+4
2016-09-24we shouldn't need explicit lt_rtl_OUString, etc things anymoreCaolán McNamara1-9/+1
2016-09-19loplugin:unusedenumvaluesNoel Grandin1-4/+3
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann20-20/+20
2016-08-12loplugin:unusedenumconstants in forms..sotNoel Grandin1-1/+0
2016-08-08loplugin:unnecessaryvirtualNoel Grandin1-1/+1
2016-07-15new loplugin unnecessary overrideNoel Grandin4-13/+0
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist52-232/+232
2016-05-20Fix typo in codeAndrea Gelmini1-1/+1
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-04-14loplugin:passstuffbyref in variousNoel Grandin1-1/+1
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 Grandin2-53/+0
2015-12-24loplugin:unusedfieldsNoel Grandin2-2/+0
2015-11-30FD_complex is unusedStephan Bergmann3-28/+11
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