summaryrefslogtreecommitdiff
path: root/packages/fcl-passrc/src/pastree.pp
Commit message (Expand)AuthorAgeFilesLines
* * Fixes range check errors, by Anton (bug id 19038)michael2011-04-021-3/+3
* * Patch from "gvs" Mantis 17543. Fixes some bugs in implementation parsingmarco2011-03-051-3/+51
* * Some memory leak fixes from Vincent Snijdersmichael2010-11-051-0/+2
* * Procedure body is now reachable (and assigned). (patch from gschaegger@gmx.de)michael2010-09-141-0/+5
* passrc: improve parsing code statements. TPasImplCommand replaced by actual s...dmitry2010-08-261-1/+33
* passrc: added parsing label marks in the code blocksdmitry2010-08-251-0/+14
* passrc: initial program parsing. Fixed PasExpr constructor warnings. Added in...dmitry2010-08-251-10/+38
* * unit implicit first in uses clausemarco2010-08-141-0/+3
* * list interfaces in html declarationmarco2010-08-131-0/+3
* * Patch from Graeme to show deprecated et al modifiers after record def.marco2010-08-111-6/+26
* * Made TPasExpr a descendent of expression, so declaration can be askedmichael2010-08-081-86/+190
* * store the filename of uses yy in xxx syntax.marco2010-08-081-0/+1
* * patch from Dmitry for bug 16342, slightly extended by me.marco2010-08-061-1/+1
* * mixed patches from Dmitry B, that fix the doc generation it seems.marco2010-08-011-2/+16
* * misc patches from mantis 17058, which fixes 70% of the fpdoc errors.marco2010-07-311-3/+91
* * Patch from Dmitry Boyarintsev to improve expression parsing (16931).michael2010-07-161-35/+76
* * Patch from Dmitry Boyarintsev to implement expression parsing. Improved to ...michael2010-07-121-0/+88
* * patch from Dmitry Boyarintsev for Mantis 16346. Strict private/protected s...marco2010-04-261-2/+3
* * Patch for class abstract and class sealed support by Dimitry Boyarintsev.marco2010-04-261-0/+7
* * Complete parsing of Pascal Sources. Contracted work by Mattias Gaertnermichael2010-02-261-56/+594
* * Added support for export modifier (bug ID 13863) michael2009-10-231-3/+81
* * (reworked) Patch from m. spiller to implement visitor patternmichael2009-10-231-1/+110
* * Added support for interface delegation (Implements)michael2008-08-311-1/+5
* * Added IsForward define to class declaration typemichael2008-08-251-0/+1
* * Fixed memory leakmichael2008-05-231-1/+1
* * Parsing of unit-wide propertiesmichael2008-05-231-1/+2
* * GetDeclaration reflects bitpackedmichael2008-01-271-1/+4
* * Save bitpacked also, not just registermichael2008-01-271-0/+1
* * add fpmake.pppeter2008-01-261-0/+2
* * Patch from Inoussa OUEDRAOGO to make it compilable with Delphi (WST has sup...michael2007-08-311-5/+37
* * Added support for deprecated,platform and library hintsmichael2007-08-291-1/+4
* * Patch from Inoussa OUEDRAOGO to support GUIDs in interface declarationsmichael2007-06-171-0/+1
* * Fixed description of array type without index (open array)michael2007-05-131-1/+4
* * Fixed GetDeclaration of TPasFileTypemichael2007-04-231-2/+2
* * move fcl sources to separate packagespeter2007-02-251-0/+1502