summaryrefslogtreecommitdiff
path: root/idlc/source/parser.y
AgeCommit message (Expand)Author
2019-10-17Remaining loplugin:bufferaddStephan Bergmann
2019-06-25Fix typoAndrea Gelmini
2019-02-09loplugin:indentation in helpcompiler..ioNoel Grandin
2018-11-29loplugin:stringconstant look for unnecessary OString constructor useNoel Grandin
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-08-11set copy_paste_error to false rather than intentionalCaolán McNamara
2018-07-27Related: rhbz#1602589 add comments to coverity annotationsCaolán McNamara
2018-03-18Use for-range loops in hwpfilter, i18n*, idl* and ioJulien Nabet
2018-02-01idlc: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski
2018-01-11Manual loplugin:cstylecast fixes in idlc/source/parser.yStephan Bergmann
2017-10-19loplugin:includeform: manual changes to idlc/source/parser.yStephan Bergmann
2017-10-01Prefer prefix operatorJulien Nabet
2017-07-18loplugin:constparams codemaker,idl,idlcNoel Grandin
2017-07-05loplugin:unnecessaryparenStephan Bergmann
2017-02-21loplugin:subtlezeroinit: idlcStephan Bergmann
2017-02-16convert ExprComb to scoped enumNoel Grandin
2017-02-16convert ErrorCode to scoped enumNoel Grandin
2017-02-16convert WarningCode to scoped enumNoel Grandin
2017-01-17no special support for MACOSX PPC in master for a while nowCaolán McNamara
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: idlcStephan Bergmann
2016-10-13tdf#96099 Reduce no of typedefs used for trivial containersAsela Dasanayaka
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist
2016-04-26loplugin:nullptrStephan Bergmann
2015-11-30FD_complex is unusedStephan Bergmann
2015-09-26The only EvalKind actually used is EK_constStephan Bergmann
2015-05-18idlc: fix warningsStephan Bergmann
2015-03-27loplugin:staticfunctionNoel Grandin
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-11-05markup with event type not checker typeCaolán McNamara
2014-10-30coverity#982268 silence Copy-paste errorCaolán McNamara
2014-10-03coverity#982268 Copy-paste errorCaolán McNamara
2014-01-30Remove UNOIDL "array" and "union" vaporware from idlcStephan Bergmann
2013-12-13fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa
2013-10-28windows: warning 4706 is disabled globally in com_MSC_defs.mkThomas Arnhold
2013-08-28Do not leave $$ uninitialized in case of errorStephan Bergmann
2013-08-28parser.y: untabify, remove trailing whitespace, mode linesStephan Bergmann
2013-08-22downcast of address which does not point to an object of type 'AstInterface'Stephan Bergmann
2013-05-29fdo#60724 change spelling error REMOVEABLE -> REMOVABLE IIThomas Arnhold
2013-04-07fix logical-op-parenthesis warningPeter Foley
2013-04-03Forbid old-style services/singletons inheriting new-style servicesStephan Bergmann
2013-03-25remove external include guardsThomas Arnhold
2013-01-30UNO constants cannot be of CHAR typeStephan Bergmann
2013-01-22API CHANGE: Remove support for individual constants from UNOIDLStephan Bergmann
2012-11-30API CHANGE remove [oneway] method attributesThorsten Behrens
2012-09-26sal_Bool -> boolNoel Grandin
2012-07-18re-base on ALv2 code. Includes:Michael Meeks