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/parser
Doug Schaefer bee373939f Removed the ScannerData object and moved it's fields right into the Scanner.
Made all users of getChar in the scanner call getChar(boolean) directly
to remove the extra call to getChar(void). Merged readFromStream in as well.
Finally, I have remove the trigraph code to remove the checks for every character.
A bug will be raised to reimplement this functionality elsewhere.
2004-06-01 15:04:28 +00:00
..
org/eclipse/cdt Removed the ScannerData object and moved it's fields right into the Scanner. 2004-06-01 15:04:28 +00:00
ChangeLog-parser - fixed up CompleteParseASTFactory.lookupQualifiedName in the case where the 2004-04-23 18:23:09 +00:00