office-gobmx/idlc/inc
Noel Grandin cb2c7428f6 use std::vector in AstStack
instead of a hand-coded equivalent. Note that I can't use
std::unique_ptr, because the parsing code appears to just randomly leak
AstScope

Change-Id: Idc56dfe1f084db55c9d5a7558ac44ddab53b98e3
Reviewed-on: https://gerrit.libreoffice.org/59771
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2018-08-30 08:30:17 +02:00
..
astattribute.hxx loplugin:unusedmethods also check for functions returning bool 2018-01-19 13:26:27 +01:00
astbasetype.hxx
astconstant.hxx
astconstants.hxx
astdeclaration.hxx
astenum.hxx
astexception.hxx
astexpression.hxx
astinterface.hxx
astinterfacemember.hxx
astmember.hxx
astmodule.hxx
astneeds.hxx
astobserves.hxx
astoperation.hxx loplugin:unusedmethods also check for functions returning bool 2018-01-19 13:26:27 +01:00
astparameter.hxx
astscope.hxx More loplugin:cstylecast: idlc 2018-01-12 20:21:57 +01:00
astsequence.hxx loplugin:useuniqueptr in idlc 2018-01-13 11:20:05 +01:00
astservice.hxx
astservicemember.hxx
aststack.hxx use std::vector in AstStack 2018-08-30 08:30:17 +02:00
aststruct.hxx loplugin:useuniqueptr in AstStruct 2018-03-23 07:25:01 +01:00
aststructinstance.hxx
asttype.hxx
asttypedef.hxx
errorhandler.hxx
fehelper.hxx loplugin:useuniqueptr in idlc 2018-01-13 11:20:05 +01:00
idlc.hxx fix use of std::unique_ptr in Idlc 2018-01-17 15:15:28 +02:00
idlctypes.hxx idlc: MSVC: pragma warning: make more specific, remove obsolete 2018-02-01 17:57:21 +01:00
inheritedinterface.hxx
options.hxx