Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Applied: [cdt-patch] Parser patch - bugfixes, lineNumbers, etc.


Note that to test the Parser, you now need the PDE JUnit plugin (available from the /home/eclipse repository).  The tests need to be run with the UI enabled and using the ParserTestSuite.  Works pretty good!  Thank, John.

Doug Schaefer
Rational Software - IBM Software Group
Ottawa, Ontario, Canada



"Camelon, John" <jcamelon@xxxxxxxxxxxx>
Sent by: cdt-patch-admin@xxxxxxxxxxx

04/15/2003 08:35 PM
Please respond to cdt-patch

       
        To:        "Cdt-Patch (E-mail)" <cdt-patch@xxxxxxxxxxx>
        cc:        
        Subject:        [cdt-patch] Parser patch - bugfixes, lineNumbers, etc.



CORE
Fixed bug36434 - Broken outline in winbase.h
Partial Fix for bug36379 - The parser to set Line informations when

scanning.
Fixed CModelManager to include header files with .H extension as C++

headers.
Fixed bug36448 - Parser fails for C programs containing C++ keywords

as identifiers

TESTS
Added ScannerTestCase::testBug36434().
Added ScannerTestCase::testMultipleLines().
Added ParserTestSuite.
Added LineNumberTest.
Updated CModelElementsTests to set the Nature of the C++ project

appropriately.

Note:  Unzip resources.zip into
org.eclipse.cdt.ui.tests\parser\org\eclipse\cdt\core\parser

JohnC






#### cdt-core-patch.txt has been removed from this note on April 16, 2003 by Douglas Schaefer
#### cdt-ui-tests-patch.txt has been removed from this note on April 16, 2003 by Douglas Schaefer
#### resources.zip has been removed from this note on April 16, 2003 by Douglas Schaefer

Back to the top