stage3/visit_expression_type.hh
Fri, 03 Feb 2012 00:09:52 +0100 laurent Fix bug with functions like LEN and TRUNC that have overloaded return type for same inputs type
Fri, 18 Nov 2011 11:23:17 +0100 laurent Fix bug when using enumerated type in equ_expression or notequ_expression
Tue, 23 Aug 2011 11:51:14 +0100 Mario de Sousa Print error messages when data type errors in ST expressions are detected.
Fri, 29 Jul 2011 16:03:28 +0100 Mario de Sousa Support for semantic verification of calls to standard functions.
Fri, 10 Jun 2011 10:13:15 +0100 Mario de Sousa Clean up some code.
Fri, 10 Jun 2011 06:30:30 +0100 Mario de Sousa Skip CONFIGURATION declarations in stage 3 for now, so semantic analysis does not stop when a configuration is encountered.
Mon, 30 May 2011 17:54:15 +0100 Mario de Sousa When checking semantics of expressions, skip semantic checking of data type definitions
Tue, 05 Apr 2011 15:14:19 +0200 Edouard Tisserant Re-generated std lib related code, with updated headers, updated all forgotten headers
Mon, 04 Apr 2011 10:42:03 +0100 Mario de Sousa starting to add proper header file with declaration of standard functions
Fri, 01 Apr 2011 12:19:32 +0100 Mario de Sousa Fixing error messages for IL semantic errors (brocken in a previous changeset/commit).
Thu, 31 Mar 2011 21:06:36 +0100 Mario de Sousa Do not crash when checking semantics of undeclared symbolic_variable.
Wed, 30 Mar 2011 19:53:32 +0100 Mario de Sousa Huge change.
Thu, 27 Aug 2009 16:29:23 +0100 Catarina Boucinha Adding missing Stage3 files.