Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'core/org.eclipse.cdt.core/parser/ChangeLog')
-rw-r--r--core/org.eclipse.cdt.core/parser/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.core/parser/ChangeLog b/core/org.eclipse.cdt.core/parser/ChangeLog
index 72fd45b0d55..216467a8205 100644
--- a/core/org.eclipse.cdt.core/parser/ChangeLog
+++ b/core/org.eclipse.cdt.core/parser/ChangeLog
@@ -1,4 +1,8 @@
2003-08-25 John Camelon
+ Fixed bug39526 - Parser doesn't handle initializers correctly.
+ Fixed bug41520 - FullParse : Constructor Initializer is mistaken as function prototype
+
+2003-08-25 John Camelon
Fixed Bug 39530 - More problems with initializers.
Fixed Bug 37424 - Crash when opening big files
Refactored pointerOperators & cvQualifiers to not throw backtracks in optional case.

Back to the top