summaryrefslogtreecommitdiff
path: root/idlc/source/parser.y
AgeCommit message (Expand)AuthorFilesLines
2022-06-10[API CHANGE] Remove deprecated idlc and regmerge from the SDKStephan Bergmann1-2737/+0
2021-05-14Improve loplugin:stringviewStephan Bergmann1-1/+1
2020-09-21Fix typo in codeAndrea Gelmini1-1/+1
2020-04-15loplugin:buriedassign in f,h,i*Noel Grandin1-15/+19
2019-12-19sal_Char->char in idlc..linguisticNoel Grandin1-1/+1
2019-10-17Remaining loplugin:bufferaddStephan Bergmann1-5/+2
2019-06-25Fix typoAndrea Gelmini1-1/+1
2019-02-09loplugin:indentation in helpcompiler..ioNoel Grandin1-3/+3
2018-11-29loplugin:stringconstant look for unnecessary OString constructor useNoel Grandin1-1/+1
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-21/+16
2018-09-17New loplugin:externalStephan Bergmann1-6/+6
2018-08-11set copy_paste_error to false rather than intentionalCaolán McNamara1-1/+1
2018-07-27Related: rhbz#1602589 add comments to coverity annotationsCaolán McNamara1-1/+1
2018-03-18Use for-range loops in hwpfilter, i18n*, idl* and ioJulien Nabet1-40/+20
2018-02-01idlc: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski1-2/+1
2018-01-11Manual loplugin:cstylecast fixes in idlc/source/parser.yStephan Bergmann1-2/+2
2017-10-19loplugin:includeform: manual changes to idlc/source/parser.yStephan Bergmann1-2/+2
2017-10-01Prefer prefix operatorJulien Nabet1-13/+13
2017-07-18loplugin:constparams codemaker,idl,idlcNoel Grandin1-1/+1
2017-07-05loplugin:unnecessaryparenStephan Bergmann1-3/+3
2017-02-21loplugin:subtlezeroinit: idlcStephan Bergmann1-4/+4
2017-02-16convert ExprComb to scoped enumNoel Grandin1-12/+12
2017-02-16convert ErrorCode to scoped enumNoel Grandin1-41/+41
2017-02-16convert WarningCode to scoped enumNoel Grandin1-1/+1
2017-01-17no special support for MACOSX PPC in master for a while nowCaolán McNamara1-2/+0
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: idlcStephan Bergmann1-6/+3
2016-10-13tdf#96099 Reduce no of typedefs used for trivial containersAsela Dasanayaka1-11/+11
2016-05-27Get rid of unnecessary directory levels $D/inc/$DTor Lillqvist1-21/+21
2016-04-26loplugin:nullptrStephan Bergmann1-103/+107
2015-11-30FD_complex is unusedStephan Bergmann1-6/+6
2015-09-26The only EvalKind actually used is EK_constStephan Bergmann1-1/+1
2015-05-18idlc: fix warningsStephan Bergmann1-27/+14
2015-03-27loplugin:staticfunctionNoel Grandin1-63/+59
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara1-2/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-3/+7
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-7/+3
2014-11-05markup with event type not checker typeCaolán McNamara1-1/+1
2014-10-30coverity#982268 silence Copy-paste errorCaolán McNamara1-0/+1
2014-10-03coverity#982268 Copy-paste errorCaolán McNamara1-3/+3
2014-01-30Remove UNOIDL "array" and "union" vaporware from idlcStephan Bergmann1-446/+7
2013-12-13fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa1-3/+1
2013-10-28windows: warning 4706 is disabled globally in com_MSC_defs.mkThomas Arnhold1-1/+1
2013-08-28Do not leave $$ uninitialized in case of errorStephan Bergmann1-0/+1
2013-08-28parser.y: untabify, remove trailing whitespace, mode linesStephan Bergmann1-2120/+2123
2013-08-22downcast of address which does not point to an object of type 'AstInterface'Stephan Bergmann1-2/+2
2013-05-29fdo#60724 change spelling error REMOVEABLE -> REMOVABLE IIThomas Arnhold1-3/+3
2013-04-07fix logical-op-parenthesis warningPeter Foley1-1/+1
2013-04-03Forbid old-style services/singletons inheriting new-style servicesStephan Bergmann1-1/+2
2013-03-25remove external include guardsThomas Arnhold1-42/+1