ee2372ae3f
Now we support name = initializer; style syntax, which gets transformed semantically into auto name = initializer; Eg. i = 45; The underlying mechanics are similar to the dynamic scopes. We "heal" the failed lookup of "name" and then transform the created by Sema binary operator into a declaration statement after making the type deduction. Note that the code in the TClingCallbacks could and will be extracted in cling's codebase. git-svn-id: http://root.cern.ch/svn/root/trunk@48736 27541ba8-7e3a-0410-8455-c3a389f83636