Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Applied: [cdt-patch] Fix Scanner Bugs


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



"Niefer, Andrew" <aniefer@xxxxxxxxxxxx>
Sent by: cdt-patch-admin@xxxxxxxxxxx

04/21/2003 11:52 AM
Please respond to cdt-patch

       
        To:        "'cdt-patch@xxxxxxxxxxx'" <cdt-patch@xxxxxxxxxxx>
        cc:        
        Subject:        [cdt-patch] Fix Scanner Bugs




Fixed Bug36475 - Scanner does  not concatenate strings
Fixed Bug36509 - Scanner turns strings into  identifiers when expanding macros
Fixed Bug36521 - Scanner gets confused over  commas in function like macros
Fixed Bug36695 - Scanner looses escaping on  chars (ie '\4' to '4')

 
 
Moved ScannerFailedTest::testBug36475 to  ScannerTestCase::testBug36475()  
Moved ScannerFailedTest::testBug36509 to  ScannerTestCase::testBug36509()
Moved ScannerFailedTest::testBug36521 to  ScannerTestCase::testBug36521()
Added  ScannerTestCase::testBug36695()
 
Updated  ScannerTestCase::testBug36047
Updated  ScannerTestCase::testBug36045

 
-Andrew



#### patch_04.21.03(cdt.ui.tests).txt has been removed from this note on April 21, 2003 by Douglas Schaefer
#### patch_04.21.03(cdt.core).txt has been removed from this note on April 21, 2003 by Douglas Schaefer

Back to the top