﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
321	Make ASTTransformer to find startof nodes	zirkel	zirkel	"Arrays might be used as pointers or as arrays depending on context.  There are two cases:

{{{p[e]}}} when {{{p}}} is a pointer type gets translated to {{{*(p+e)}}}.

The expressions {{{*a, a+e, e+a, a-a1}}}, etc. where {{{a}}} is an array type need a startof node in front of the {{{a}}}.  This effectively translates {{{a}}} to {{{&a[0]}}}."	task	closed	major		ast		fixed		
