summaryrefslogtreecommitdiffstats
path: root/idlc/source
Commit message (Expand)AuthorAgeFilesLines
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1016-142/+142
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-061-2/+2
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-071-2/+2
* Return unique_ptr from AstExpression::eval_* functionsStephan Bergmann2015-09-281-9/+9
* m_exprValue cannot be non-null hereStephan Bergmann2015-09-281-3/+0
* AstExpression::coerce always returned m_exprValue, so simplify its signatureStephan Bergmann2015-09-281-16/+10
* Remove redundant AstExpression::eval_internalStephan Bergmann2015-09-281-13/+8
* AstExpression::eval_internal always returns m_exprValueStephan Bergmann2015-09-281-17/+16
* AstExpression::coerce is always called with bAssign = trueStephan Bergmann2015-09-281-3/+2
* Simplify coerce_value signatureStephan Bergmann2015-09-281-161/+163
* The only EvalKind actually used is EK_constStephan Bergmann2015-09-262-53/+28
* tdf#39440 reduce scope of local variablesMichael Weghorn2015-08-221-4/+2
* loplugin:unusedmethodsNoel Grandin2015-07-301-2/+0
* remove unnecessary check for null when calling deleteNoel Grandin2015-06-152-23/+10
* idlc: fix warningsStephan Bergmann2015-05-182-32/+19
* 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
* 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-274-75/+71
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-2/+2
* 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
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-021-0/+2
* 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
* add link to mkstemp coverity warning wrt threading fiascoCaolán McNamara2014-12-151-0/+1
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-176-0/+9
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-142-5/+5
* Revert "use the new OUString::fromUtf8 method"Stephan Bergmann2014-11-0611-50/+73
* use the new OUString::fromUtf8 methodNoel Grandin2014-11-0611-73/+50
* markup with event type not checker typeCaolán McNamara2014-11-051-1/+1
* fdo#38835 strip out OUString globalsNoel Grandin2014-11-051-4/+4
* coverity#982268 silence Copy-paste errorCaolán McNamara2014-10-301-0/+1
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-2915-28/+0
* coverity#982167 Unchecked return valueCaolán McNamara2014-10-281-1/+5
* coverity#441992 Uncaught exceptionCaolán McNamara2014-10-241-105/+106
* coverity#982268 Copy-paste errorCaolán McNamara2014-10-031-3/+3
* remove HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY check and macroMichael Stahl2014-10-021-1/+1
* idlc: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-301-7/+3
* create clang plugin to warn about C-style castsNoel Grandin2014-09-079-43/+42
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-171-4/+0
* Resolves: #i122368# convert inc paths into short form on windows...Jürgen Schmidt2014-06-101-1/+51
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-091-4/+0