Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Camelon2003-07-30 19:17:14 +0000
committerJohn Camelon2003-07-30 19:17:14 +0000
commit5aae8a1f5d903f59e1cc964b0a73e68acfeb5d84 (patch)
tree79741000ecba21af856483be5860def37e8abf8c /core/org.eclipse.cdt.core/ChangeLog
parent7b4de8010534e9bcb10b9c81791c24646617880e (diff)
downloadorg.eclipse.cdt-5aae8a1f5d903f59e1cc964b0a73e68acfeb5d84.tar.gz
org.eclipse.cdt-5aae8a1f5d903f59e1cc964b0a73e68acfeb5d84.tar.xz
org.eclipse.cdt-5aae8a1f5d903f59e1cc964b0a73e68acfeb5d84.zip
Patch for Hoda Amer.
- The core patch modifies the CModelBuilder to recognize pointers to functions. - The tests patch changes the CModelElementsTests and puts the pointer to function test back in its original place (as a variable). - The ui patch modifies the NewClassWizard to use search in finding a base class ( the new indexer must be on for it to work ).
Diffstat (limited to 'core/org.eclipse.cdt.core/ChangeLog')
-rw-r--r--core/org.eclipse.cdt.core/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.core/ChangeLog b/core/org.eclipse.cdt.core/ChangeLog
index 7315bf2efce..5a40d48ba6c 100644
--- a/core/org.eclipse.cdt.core/ChangeLog
+++ b/core/org.eclipse.cdt.core/ChangeLog
@@ -1,3 +1,6 @@
+2003-07-30 Hoda Amer
+ The C Model recognizes pointers to functions.
+
2003-07-29 Alain Magloire
To discover if an application has debug info for DWARF-2 format

Back to the top