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

397 commits

Author SHA1 Message Date
John Camelon
a355b2cf1d Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=62728 2004-05-21 17:54:41 +00:00
John Camelon
129dd89591 Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=62725 2004-05-21 15:31:24 +00:00
John Camelon
d595dc0508 Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=62721 2004-05-21 15:01:57 +00:00
John Camelon
9dec664073 Committed test to validate bug 60939 2004-05-20 14:12:48 +00:00
Alain Magloire
5cc077060d 2004-05-19 Alain Magloire
Contribution from Sam Robb, for PR 52864.
	File discovery.
2004-05-20 03:01:12 +00:00
John Camelon
4abe159ab8 Made significant footprint improvements to the parser. 2004-05-18 20:41:15 +00:00
John Camelon
591d1d3a21 Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=62390 2004-05-17 23:26:39 +00:00
Andrew Niefer
9f21cf4d4a bug 61044 - report matches after each compilation unit 2004-05-17 18:06:33 +00:00
John Camelon
5706a3abe2 Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=62384 2004-05-15 17:31:25 +00:00
John Camelon
c2b76e8109 Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=62378 2004-05-15 17:11:34 +00:00
John Camelon
06d6b593af Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=62339 2004-05-15 15:13:10 +00:00
Andrew Niefer
e8b1740a4f fix bug 62344 2004-05-14 21:07:03 +00:00
John Camelon
7037b5ada3 Fixed tests. 2004-05-14 20:36:56 +00:00
John Camelon
b1157be81c Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=61968 2004-05-13 19:40:39 +00:00
John Camelon
87821eb4fc Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=62042 2004-05-13 18:52:13 +00:00
John Camelon
5ba83e3c91 Patch for David Daoust. <BR>
Refactored the scanner to make Scanner Contexts more specific for macro expansions and inclusions, yielding performance and memory improvements.
2004-05-13 13:15:40 +00:00
John Camelon
e856459e93 Fixed NumberFormatException in TokenFactory for large int's.
Fixed numerous SelectionParse problems found through my own experimentation.
2004-05-12 18:00:58 +00:00
John Camelon
9af8c9f02e Added SelectionParse failed test. 2004-05-11 20:21:55 +00:00
John Camelon
b988081c1f Another partial fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=60298 2004-05-11 19:43:05 +00:00
John Camelon
1ff19a66bd Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=60038 2004-05-11 02:47:15 +00:00
John Camelon
5bbba8f2a5 Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=61613 2004-05-11 00:44:54 +00:00
John Camelon
5b6bd37541 Scalability/Memory enhancements upon the Parser framework. 2004-05-10 21:25:39 +00:00
Andrew Niefer
6f0adebd47 test for bug 57513 2004-05-10 20:55:38 +00:00
Andrew Niefer
5d46138a5d fixing bugs 50807 and 50808, content assist in functions: foo( [] 2004-05-07 19:46:45 +00:00
Bogdan Gheorghe
c29caac4d0 Refactored search engine to take an IMatchLocator; added friends to the index: removed derived from search page 2004-05-06 18:33:01 +00:00
Andrew Niefer
e86d9d4a94 bug 60298 - fix prefix lookup of constructors 2004-05-05 19:06:01 +00:00
John Camelon
3a6ffef8f8 Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=60944 2004-05-05 16:42:41 +00:00
Andrew Niefer
4e2d61d298 fix bug 57513 - constructor references 2004-05-04 21:58:50 +00:00
Alain Magloire
771e8d51cf Work in progress, for the Library Entry UI 2004-05-04 20:05:27 +00:00
John Camelon
bf6652a96a Partial fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=50808 2004-05-04 15:08:04 +00:00
John Camelon
43e38ae75c Patch by Klaus Falser modified by JohnC - Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=60764 2004-05-04 13:03:39 +00:00
John Camelon
87e47de83b Updated ScannerTestCase. 2004-05-04 00:48:35 +00:00
Bogdan Gheorghe
580e67dcec Changes to allow for enablement of the indexer at project creation time - includes new project property for disabling indexer. 2004-05-03 17:29:17 +00:00
Hoda Amer
81b654bb3b Partial fix for bug#57526 [CModelTests] 2004-04-30 14:45:15 +00:00
Andrew Niefer
2d3fadb88c - fix bug 60149 - External Linkage is not recognized by the parser in Structural mode
- create StructureParseTest and add it to ParserTestSuite
2004-04-29 22:06:21 +00:00
Hoda Amer
6502083342 Partial fix for bug#57526 [CModelTests] 2004-04-29 18:45:42 +00:00
Hoda Amer
53d5b620eb Partial fix for bug#57526 [CModelTests] 2004-04-29 16:07:55 +00:00
Andrew Niefer
c59044d3ac fix bug 59893 & parser bugs with volatile methods
also mark strings in some tests as non externalizable
2004-04-28 21:33:50 +00:00
John Camelon
54aa75f147 Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=60264 2004-04-28 17:30:17 +00:00
John Camelon
d730ff0f94 Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=59134 2004-04-28 17:08:38 +00:00
John Camelon
129ff70d20 Removed warnings. 2004-04-28 14:49:49 +00:00
John Camelon
31cfba78a4 Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=60142 and updated CModel tests appropriately. 2004-04-27 22:07:00 +00:00
John Camelon
7a2c6de5fb Updated Selection Search to use the parser exclusively for Open Declaration actions. <BR>
Fixed OpenDeclarationAction to open external files again.
2004-04-27 21:56:53 +00:00
Andrew Niefer
b2de2fdd6c - work on bug 50984 - fix NPE with anonymous bitfields
- fix problems with globally qualified using declarations
- fix npe & cce in templates
2004-04-27 17:49:39 +00:00
Hoda Amer
eed5db60c0 Partial fix for bug#57526 [CModelTests] 2004-04-27 17:31:48 +00:00
Hoda Amer
428f0da6e7 Partial fix for bug#57526 [CModelTests] 2004-04-27 17:03:16 +00:00
John Camelon
1b95b94a14 Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=57898 2004-04-26 21:31:39 +00:00
Andrew Niefer
6797f7dd40 -work on bug 50984: fix NPEs/CCEs caused by problems with typedefs and a bug in template instantiations
-fix bug 59892: completion on typedefs
-handle ASTExpression as a context for content assist
2004-04-26 20:33:12 +00:00
John Camelon
7c63d5bffc Backed out SelectionParse test update. 2004-04-26 19:54:58 +00:00
John Camelon
653c8bb11e Fixed infinite loop in BinaryTests 2004-04-26 19:53:59 +00:00