Fix for 70688
2004-07-22 Alain Magloire Fix for 70688 * src/org/eclipse/cdt/debug/mi/core/GDBTypeParser.java
remove comment
2004-07-22 Alain Magloire Fix for PR 70688 * src/org/eclipse/cdt/debug/mi/core/GDBTypeParser.java
remove testcase
More replacing strings with char[]. This patch brings the memory back down to a little less than what it was before my last patch.
Replacing strings with char arrays
Patch for Chris Wiebe. Type Cache fix for bug 69872.
Added getFilename() to IToken, ITokenDuple & IASTOffsetableNamedElement. This improves the accuracy of selection search w/the new scanner (and without).
Start of line number support for Scanner2.
Add local inclusion capability to Scanner2.
Further improve SelectionSearch w/Scanner2.