1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/core/org.eclipse.cdt.core/index
Doug Schaefer a206e32d2a Changed the interface to the Scanner to take a CodeReader object.
A CodeReader simply contains a char[] and the name of the file, if any,
that the char[] is the contents of. This leads us down the path of using
char[]s in the parser instead of Strings in an attempt to cut down on
our memory usage.
2004-06-04 21:01:48 +00:00
..
org/eclipse/cdt Changed the interface to the Scanner to take a CodeReader object. 2004-06-04 21:01:48 +00:00
ChangeLog Fix for Bug 63831 - Ability to determine when the index is incomplete 2004-05-28 22:07:10 +00:00