/avmedia/inc/

'lo/core Git repository'/>
summaryrefslogtreecommitdiff
path: root/idl/inc/lex.hxx
AgeCommit message (Expand)Author
2017-03-23This code trades in 'char' entities disguised as 'int'Stephan Bergmann
2017-02-25SvTokenStream::nBufPos should be sal_Int32Stephan Bergmann
2017-01-17new loplugin: useuniqueptr: helpcompiler..ioNoel Grandin
2016-09-16loplugin:singlevalfields in basic..idlNoel Grandin
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin
2016-03-07loplugin:write only fieldsNoel Grandin
2016-02-17cleanup the Read*() methods in SvIdlParserNoel Grandin
2016-02-17move parsing of method ags into SvIdlParserNoel Grandin
2016-02-12move parsing of enum into SvIdlParserNoel Grandin
2016-02-12rename Read()->ReadIf() and ReadDelimiter()->ReadIfDelimiter()Noel Grandin
2016-02-11rename SeekEnd()->SeekToMax()Noel Grandin
2016-02-11simplify SvTokenStream handlingNoel Grandin
2016-02-11GetToken never returns null, so use a referenceNoel Grandin
2016-02-11ReadDelemiter->ReadDelimiterNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-02-09remove some more dead code, found by LCOVNoel Grandin
2016-02-08format IDL compiler headers a littleNoel Grandin
2016-02-07convert SVTOKEN_ENUM to scoped enumNoel Grandin
2015-11-11idl: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-07-30loplugin:unusedmethodsNoel Grandin
2015-07-06improve the returnbyref lopluginNoel Grandin