1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

3144 commits

Author SHA1 Message Date
John Camelon
5be9f16c62 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) 

TESTS
	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-24 17:49:22 +00:00
Alain Magloire
303306e897 updated. 2003-10-24 02:13:37 +00:00
Alain Magloire
5328500b7f Work on the new ICPathEntry implementation 2003-10-24 02:13:19 +00:00
Alain Magloire
a5ae618c54 Remove reference to the old ICPathEntry implementation. 2003-10-24 02:12:38 +00:00
Doug Schaefer
887fa350de Fixed up the index.xsl page. 2003-10-23 20:41:27 +00:00
Doug Schaefer
db04e0e7f1 Updated for CDT 2.0. 2003-10-23 20:23:02 +00:00
Mikhail Khodjaiants
a73f8d56fd Added a preference page for the source lookup.
It includes two new preferences: 'Source Locations' and 'Search For Duplicate Source Files'.
2003-10-23 18:03:39 +00:00
Mikhail Khodjaiants
28ca11c7da Fall back to the previous version. 2003-10-23 17:39:28 +00:00
Mikhail Khodjaiants
e726ac9355 Core support of the new workbench preferences: 'Source Locations' and 'Search For Duplicate Source Files'. 2003-10-23 17:36:13 +00:00
David Inglis
49d36fc10e 2003-11-22 Mikhail Khodjaiants
src/org/eclipse/cdt/launch/ui/CSourceLookupTab.java: 
	Dispose 'SourceLookupBlock' when disposing 'CSourceLookupTab'.
2003-10-23 17:24:21 +00:00
Hoda Amer
92c3026143 Bug fixes for New Class Wizard 2003-10-22 17:47:21 +00:00
Hoda Amer
1f8b4f48a6 Bug fixes in CModelBuilder 2003-10-22 17:46:50 +00:00
Mikhail Khodjaiants
34751c2e72 Make 'SourceListDialogField' and 'SourceLookupLabelProvider' public. 2003-10-22 17:35:38 +00:00
Mikhail Khodjaiants
8ad1f9223a Refactoring: converting nested types 'SourceListDialogField' and 'SourceLookupLabelProvider' of 'SourceLookupBlock' to the top level types.
Added 'dispose' method to 'SourceLookupBlock'.
2003-10-22 15:21:35 +00:00
Alain Magloire
f4e1af8305 Correct typos 2003-10-22 00:16:05 +00:00
Alain Magloire
5805d0cfee Always pop the dialog and should work for multiple selection. 2003-10-22 00:15:39 +00:00
John Camelon
dfdfecab15 CORE
Fixed Bug 40007 : Parser reports success when it fails
	Fixed Bug 44305 : Scanner/preprocessor fails on conditionals using hexidecimal 
	Fixed Bug 41935 : parser provides wrong name on namespace aliases 
	Fixed Bug 39525 : Parser fails on expressions that take address of overloaded operators 
	Fixed Bug 45287 : Scanner does not accept character sequence literals 
	Fixed Bug 36550 : Error recovery with unterminated string is weak 
	Fixed Bug 41063 : Remove unused K&R C support from ANSI Parser 
	Fixed Bug 39528 : Function try-blocks are not supported by the parser (ANSI C++) 
	Fixed Bug 39538 : Parser fails on explicit instantiation of templated operators 
	Fixed Bug 39536 : Parser fails on templated constructors/conversion operators 
	Refactored Scanner to make it easier to debug.  

TESTS
	Moved testBug40007() from ASTFailedTests to QuickParseASTTests.  
	Added QuickParseASTTests::testBug40759().  
	Added QuickParseASTTests::testBug44633().  
	Added ScannerTestCase::testBug44305().  
	Added QuickParseASTTests::testBug41935(). 
	Moved testBug39525() from ASTFailedTests to QuickParseASTTests.  
	Added ScannerTestCase::testBug45287(). 
	Moved testBug39528() from ASTFailedTests to QuickParseASTTests.  
	Moved testBug39538() from ASTFailedTests to QuickParseASTTests.  
	Added QuickParseASTTests::testBug39536().  
	Moved testBug39536A() from ASTFailedTests to QuickParseASTTests.  
	Moved testBug39536B() from ASTFailedTests to QuickParseASTTests.
2003-10-21 23:22:40 +00:00
Alain Magloire
503c0b61b6 updated. 2003-10-21 19:44:52 +00:00
Alain Magloire
47a0ffc0e9 Starting implementation of CPathEntry entries
in the core model.
2003-10-21 19:44:35 +00:00
Mikhail Khodjaiants
8968c45d84 Added the "Search subfolders" option for directory search locations. 2003-10-20 22:40:05 +00:00
Mikhail Khodjaiants
2767f3a948 Do not interrupt the initialization of all additional source locations if the initialization of one fails. 2003-10-20 22:29:41 +00:00
Hoda Amer
7cfb47c220 Fix for bug#44507 2003-10-20 21:11:44 +00:00
Alain Magloire
de85b5fbaa Thomasf patch to do showInContext() 2003-10-20 19:59:16 +00:00
Alain Magloire
e0e5d2c7bf From Thomasf patch to do showIn, new method
showInContext()
2003-10-20 19:58:54 +00:00
Alain Magloire
e85f117e11 Implement Show() method, from ThomasF patch
to do ShowIn
2003-10-20 19:58:19 +00:00
David Inglis
5598a1537e fixed unit test for testGetChildren in BinaryTest 2003-10-20 18:16:38 +00:00
David Inglis
7ed318908d fixed junit test failure 2003-10-20 18:10:44 +00:00
Alain Magloire
f89eee8439 Remove the dispose and add the ImageBase in value of the symbols. 2003-10-19 05:29:55 +00:00
Alain Magloire
43dc0a5a21 print the Relocs 2003-10-19 05:29:08 +00:00
Alain Magloire
8517910db6 new constructor 2003-10-19 05:28:40 +00:00
Alain Magloire
08d608864c pass the Elf object in the constructor. 2003-10-19 05:28:04 +00:00
Alain Magloire
e243c06ee9 pass the PE object in the constructor. 2003-10-19 05:27:37 +00:00
Alain Magloire
b1b47c294e recreate the project after calling releaseCelement 2003-10-19 02:52:31 +00:00
Alain Magloire
f5b89e809f advertise the Cygwin PE parser Page 2003-10-19 01:17:40 +00:00
Alain Magloire
d6572b1aa6 updated. 2003-10-19 01:17:22 +00:00
Alain Magloire
e47778c1ae New Cygwin PE parser Page 2003-10-19 01:17:05 +00:00
Alain Magloire
c4fea46f5b advertise the new Cygwin PE parser 2003-10-19 01:16:41 +00:00
Alain Magloire
8989c875b7 New Cygpath class for the ICygwinToolsProvider
IToolsProvider to find addr2line and c++filt
2003-10-19 01:16:07 +00:00
Alain Magloire
8c64ff43dd cleanup and remove duplicate methods. 2003-10-19 01:15:19 +00:00
Alain Magloire
347db0a84e Bug fix when accessing the String table 2003-10-19 01:14:53 +00:00
Alain Magloire
3736b2c199 New impelementation of PE parser. 2003-10-19 01:14:19 +00:00
Alain Magloire
d06d62c1c2 The real implementation of the parser been
move to utils/org/eclipse/cdt/utils/coff/parser
and utils/org/eclipse/cdt/utils/elf/parser
2003-10-19 01:13:53 +00:00
Alain Magloire
4f4f092bbc new icon 2003-10-19 01:08:53 +00:00
Alain Magloire
644a631ca0 Do the working copy. 2003-10-18 04:42:57 +00:00
Alain Magloire
37149bf71f updated. 2003-10-18 01:22:37 +00:00
Alain Magloire
115e1208c3 Framework to deferred breakpoint 2003-10-18 01:22:27 +00:00
Alain Magloire
931d4076e1 setLocationBreakpoint() new method. 2003-10-18 01:21:46 +00:00
David Inglis
1883bd1101 2003-11-17 Mikhail Khodjaiants
src/org/eclipse/cdt/launch/ui/CSourceLookupTab.java: 
	"Search for duplicate source files" option support.
2003-10-17 19:28:55 +00:00
Mikhail Khodjaiants
d253f76e29 Fix for PR 35960: the "Search for duplicate source files" option is added. 2003-10-17 19:23:01 +00:00
Doug Schaefer
ab1e01699b Patch for Tom Tromey:
- Changed -werror to -Werror
2003-10-17 19:12:24 +00:00