Update of /cvsroot/cpptool/rfta/bin
In directory sc8-pr-cvs1:/tmp/cvs-serv4199/bin
Modified Files:
test.bat
Added Files:
ForDeclaration.cpp
Log Message:
* added test for parser bug: for ( int a, b;; )
--- NEW FILE: ForDeclaration.cpp ---
{
for ( int a, b;; ) //int a, b;; )
;
}
Index: test.bat
===================================================================
RCS file: /cvsroot/cpptool/rfta/bin/test.bat,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** test.bat 12 Mar 2003 07:46:08 -0000 1.6
--- test.bat 25 Apr 2003 08:19:29 -0000 1.7
***************
*** 13,14 ****
--- 13,16 ----
astdump 89 108 HTMLWriter.cpp ast
astdump 0 15 DeclarativeCondition.cpp ast
+ astdump 0 4 ForDeclaration.cpp ast
+
|