stage3/lvalue_check.cc
Wed, 26 Sep 2012 20:12:39 +0200 Manuele Conti Minor changes needed to build with pedantic flag.
Sat, 28 Jul 2012 09:07:55 +0100 Mario de Sousa Check lvalues in expressions passed to Function/FB IN parameters.
Sun, 13 May 2012 17:57:15 +0200 Manuele Conti Add verify_is_lvalue to control_variable in for_statement.
Thu, 10 May 2012 19:20:18 +0100 mjsousa Fix bug: initialise un-initialised variable.
Thu, 10 May 2012 19:09:02 +0100 mjsousa Delete incorrect comment.
Thu, 10 May 2012 16:15:27 +0100 mjsousa Add some comments...
Wed, 25 Apr 2012 16:45:00 +0100 Mario de Sousa Add lvalue checking for IL function and FB invocations.
Wed, 25 Apr 2012 15:56:45 +0100 Mario de Sousa Remove access to NULL pointer.
Mon, 23 Apr 2012 16:50:10 +0100 Mario de Sousa Stop lvalue checks after finding an error in the expression.
Mon, 23 Apr 2012 16:44:05 +0100 Mario de Sousa Remove erroneous check for S1 and R1, and add missing declrataion.
Sat, 21 Apr 2012 17:42:07 +0200 Manuele Conti Start implement lvalue check in IL instruction.
Sat, 21 Apr 2012 17:43:55 +0200 Manuele Conti Add lvalue check on fb invocation.
Thu, 19 Apr 2012 19:49:11 +0100 Mario de Sousa Literals are also part of expressions!
Wed, 18 Apr 2012 14:19:40 +0200 Conti Manuele Implement check_assignment_to_expression in lvalue_check_c class.
Tue, 17 Apr 2012 14:21:31 +0100 Mario de Sousa Add comment.
Tue, 17 Apr 2012 14:17:07 +0100 Conti Manuele Fix Segmentation fault in check_assignment_to_output lvalue method.
Mon, 16 Apr 2012 15:27:53 +0100 Mario de Sousa Add lvalue check for non formal function invocations.
Mon, 16 Apr 2012 15:17:24 +0100 Mario de Sousa Fixing check for assingment to FOR control variables.
Mon, 16 Apr 2012 14:41:07 +0100 Mario de Sousa Fixing check for assignment to output variables.
Sun, 15 Apr 2012 19:56:33 +0100 Mario de Sousa Fixing some bugs in lvalue checking (other bugs remain - to be fixed later)
Sat, 14 Apr 2012 20:02:36 +0200 Manuele Conti Add lvalue check class.