[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Applied: [cdt-patch] Parser patch - preliminary templates, scanne r fixes
|
-----Original Message-----
From: Camelon, John [mailto:jcamelon@xxxxxxxxxxxx]
Sent: Monday, March 31, 2003 10:59 AM
To: Cdt-Patch (E-mail)
Subject: [cdt-patch] Parser patch - preliminary templates, scanner fixes
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.