Argiris Kirtzidis wrote:-

> Author: akirtzidis
> Date: Tue Sep  9 15:38:47 2008
> New Revision: 56007
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=56007&view=rev
> Log:
> Implement parser support for the 'condition' part of C++ selection-statements 
> and iteration-statements (if/switch/while/for).
> Add new 'ActOnCXXConditionDeclarationExpr' action, called when the 
> 'condition' is a declaration instead of an expression.

You've not updated the many comments about blocks for C++.
Are you reading the standard as you implement it?
C++ is not the same as C99 for scoping.

Neil.
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to