summaryrefslogtreecommitdiffstats
path: root/idlc
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in codeAndrea Gelmini2016-05-201-1/+1
* Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann2016-05-101-0/+1
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-101-1/+1
* loplugin:nullptrStephan Bergmann2016-04-261-103/+107
* loplugin:passstuffbyref in variousNoel Grandin2016-04-141-1/+1
* use consistent #define checks for the Windows platformNoel Grandin2016-02-171-3/+3
* Formatting changes across all modulesChris Sherlock2016-02-091-4/+4
* loplugin:unusedmethodsNoel Grandin2016-01-202-53/+0
* loplugin:unusedfieldsNoel Grandin2015-12-242-2/+0
* FD_complex is unusedStephan Bergmann2015-11-303-28/+11
* loplugin:unusedfields idl,idlcNoel Grandin2015-11-201-1/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1021-151/+151
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-061-2/+2
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-129-13/+13
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-071-2/+2
* loplugin:unusedmethodsNoel Grandin2015-10-011-1/+0
* Return unique_ptr from AstExpression::eval_* functionsStephan Bergmann2015-09-282-12/+16
* m_exprValue cannot be non-null hereStephan Bergmann2015-09-281-3/+0
* AstExpression::coerce always returned m_exprValue, so simplify its signatureStephan Bergmann2015-09-282-19/+11
* Remove redundant AstExpression::eval_internalStephan Bergmann2015-09-282-15/+8
* AstExpression::eval_internal always returns m_exprValueStephan Bergmann2015-09-282-18/+17
* AstExpression::coerce is always called with bAssign = trueStephan Bergmann2015-09-282-4/+3
* Simplify coerce_value signatureStephan Bergmann2015-09-281-161/+163
* The only EvalKind actually used is EK_constStephan Bergmann2015-09-263-66/+34
* tdf#39440 reduce scope of local variablesMichael Weghorn2015-08-221-4/+2
* loplugin:unusedmethodsNoel Grandin2015-08-051-4/+0
* loplugin:unusedmethodsNoel Grandin2015-07-3010-67/+0
* Fix typosAndrea Gelmini2015-07-031-4/+4
* remove unnecessary check for null when calling deleteNoel Grandin2015-06-152-23/+10
* idlc: fix warningsStephan Bergmann2015-05-184-37/+24
* More loplugin:simplifyboolStephan Bergmann2015-04-271-2/+2
* loplugin:simplifyboolStephan Bergmann2015-04-241-20/+20
* Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann2015-04-231-20/+20
* fix android buildNoel Grandin2015-04-091-1/+1
* convert RTReferenceType to scoped enumNoel Grandin2015-04-093-6/+6
* convert RTMethodMode to scoped enumNoel Grandin2015-04-092-4/+4
* convert RT_ACCESS fields to scoped enumNoel Grandin2015-04-094-20/+20
* convert RegError to scoped enumNoel Grandin2015-04-095-17/+17
* convert RegValueType to scoped enumNoel Grandin2015-04-094-7/+7
* Clean up remaining C-style casts among void pointersStephan Bergmann2015-03-294-6/+6
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-282-3/+3
* loplugin:staticfunctionNoel Grandin2015-03-276-92/+88
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-2/+2
* loplugin:constantfunction: variousNoel Grandin2015-03-241-1/+0
* V668 no sense in testing the result of new against nullCaolán McNamara2015-03-111-2/+1
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-232-10/+10
* remove unused typedefsNoel Grandin2015-01-282-2/+0
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-023-6/+8
* fdo#39440 reduce scope of local variablesMichael Weghorn2014-12-185-13/+7
* idlc: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-161-1/+1