1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-22 07:43:56 +02:00
Find a file
John Camelon 7a757e55c1 CORE
Fixed Bug 39542 : Parser fails on 'struct' parameter types 
         Fixed Bug 39549 : Designated initializers are not supported (ANSI C99) 
         Fixed Bug 39551 : Complex and imaginary numbers are not supported  (ANSI C99) 
         Fixed Bug 45476 : preprocessor macro "defined" not handled  correctly 
         Fixed Bug 45477 : macro redefines prevent further parsing 

 TESTS
         Added testBug45476() to ScannerTestCase. 
         Added testBug45477() to ScannerTestCase. 
         Moved testBug39542() from ASTFailedTests to QuickParseASTTests.
         Moved testBug39549() from ASTFailedTests to QuickParseASTTests.
         Added testCDesignatedInitializers() to CompleteParseASTTests.
         Moved testBug39551A() from ASTFailedTests to QuickParseASTTests. 
         Moved testBug39551B() from ASTFailedTests to QuickParseASTTests. 
         Added testCBool() to QuickParseASTTests. 
         Added testBug39551A(), testBug39551B() and testCBool to  CompleteParseTests.
2003-10-26 18:54:17 +00:00
build Makefile Editor Comment out for CDT-1.2 2003-10-08 20:22:45 +00:00
core CORE 2003-10-26 18:54:17 +00:00
debug This commit was manufactured by cvs2svn to create branch 'cdt_1_2'. 2003-10-24 17:49:23 +00:00
doc/org.eclipse.cdt.doc.user Upversioning everything to 1.2.0. 2003-10-01 20:23:21 +00:00
launch/org.eclipse.cdt.launch Upversioning everything to 1.2.0. 2003-10-01 20:23:21 +00:00
releng This commit was manufactured by cvs2svn to create branch 'cdt_1_2'. 2003-10-24 17:49:23 +00:00