Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Camelon2003-08-25 15:19:06 +0000
committerJohn Camelon2003-08-25 15:19:06 +0000
commit4f65c461c30a0599003d82ee1e0e9fd29d281edf (patch)
tree6ff3f3038c779e62d171f7e9d5228f9699ba341d /core/org.eclipse.cdt.core.tests/ChangeLog
parentd6a7d069a1cb8c99f424803eeddf832c9cb12d8e (diff)
downloadorg.eclipse.cdt-4f65c461c30a0599003d82ee1e0e9fd29d281edf.tar.gz
org.eclipse.cdt-4f65c461c30a0599003d82ee1e0e9fd29d281edf.tar.xz
org.eclipse.cdt-4f65c461c30a0599003d82ee1e0e9fd29d281edf.zip
CORE
Fixed bug39526 - Parser doesn't handle initializers correctly. Fixed bug41520 - FullParse : Constructor Initializer is mistaken as function prototype TESTS Moved testBug39526() from ASTFailedTests.java to QuickParseASTTests.java. Moved testBug41520() from FullParseFailedTests.java to CompleteParseASTTest.java
Diffstat (limited to 'core/org.eclipse.cdt.core.tests/ChangeLog')
-rw-r--r--core/org.eclipse.cdt.core.tests/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.core.tests/ChangeLog b/core/org.eclipse.cdt.core.tests/ChangeLog
index 3dba66cec7b..7231d41a831 100644
--- a/core/org.eclipse.cdt.core.tests/ChangeLog
+++ b/core/org.eclipse.cdt.core.tests/ChangeLog
@@ -1,4 +1,8 @@
2003-08-25 John Camelon
+ Moved testBug39526() from ASTFailedTests.java to QuickParseASTTests.java.
+ Moved testBug41520() from FullParseFailedTests.java to CompleteParseASTTest.java
+
+2003-08-25 John Camelon
Updated TranslationUnitTests to not include K&R testing.
2003-08-25 John Camelon

Back to the top