1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 09:25:31 +02:00
Find a file
Doug Schaefer daa99a3066 Patch for John C:
- Core Changes
  - Updated Scanner to work for Strings literals like L"this string"
  - Updated Scanner to work for floating points literals.
  - Updated Scanner to be more forgiving on errors in QuickScan mode.
  - Got template instantiation and specialization working (w/callbacks and DOM). 
  - Updated Parser/Callbacks for handle pure virtual function declarations.
  - Added callback support for some template declarations (nested not included).  
- Test Changes
  - Added testWeirdStrings() and testNumerics() to ScannerTestCase. 
  - Added testTemplateSpecialization(), testTemplateDeclaration(), testBug26467(), 
      testTypedef() and testTemplateInstantiation() to DOMTests.
2003-03-31 16:12:43 +00:00
core Patch for John C: 2003-03-31 16:12:43 +00:00
debug Added time stamp to the trace messages. 2003-03-28 23:05:44 +00:00
launch/org.eclipse.cdt.launch ICElement.getResource() no longer throw an exception. 2003-03-27 19:32:04 +00:00
releng Changed to reflect Eclipse SDK structure format 2003-01-28 19:28:01 +00:00