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

7321 commits

Author SHA1 Message Date
David Inglis
795d676119 preformance improvment for CModel 2005-05-25 19:50:52 +00:00
John Camelon
044af29ec9 Patch for Devin Steffler.
Fixed Bug 96678 - Scanner is reporting bad character problem on // comments
2005-05-25 19:17:07 +00:00
Andrew Niefer
c1bbb62c95 tests for last commit:
- types of conditional, new & delete expressions
- handle typedefs in conversions for bug 96655
2005-05-25 18:16:22 +00:00
Andrew Niefer
353cad011a - types of conditional, new & delete expressions
- handle typedefs in conversions for bug 96655
2005-05-25 18:13:45 +00:00
John Camelon
8206cea697 Patch for Devin Steffler.
Fixed Bug 86126   	[_Context] \r is included in context_directive_end
2005-05-25 17:48:39 +00:00
John Camelon
fb70c25e85 Added test. 2005-05-25 17:40:35 +00:00
John Camelon
5995f1cd0f Adjusting performance of declarator/declSpec. 2005-05-25 17:28:48 +00:00
Alain Magloire
4f78492fac 2005-05-25 Alain Magloire
Fix PR 95705
	* mi/org/eclipse/cdt/debug/mi/core/output/MIInfoSharedLibraryInfo.java
2005-05-25 15:39:11 +00:00
Andrew Niefer
be835cdda0 -Fix bugs in selecting set of viable functions
-allow matching of template parameters during function calls
2005-05-25 15:28:27 +00:00
John Camelon
4f2422d695 Patch for Devin Steffler.
Bug 86870	  	[Offsets] simple #if/#define example seems flaky with offset/length
2005-05-25 14:57:08 +00:00
Leo Treggiari
98fa5f404a Set test30_2 ProjectType to istest="true" 2005-05-24 21:44:30 +00:00
Mikhail Khodjaiants
357e45fdd8 Bug 88558: run-to-line not thread oriented. The "Run to Line" action should be enabled on stack frames and threads, not on targets. 2005-05-24 21:41:59 +00:00
Mikhail Khodjaiants
014dc6df44 Bug 88558: run-to-line not thread oriented. The IRunTo* and IJumpTo* interfaces moved to ICStackFrame. 2005-05-24 21:38:42 +00:00
Leo Treggiari
502930fde5 Replace incorrect benchmarks on test30_2
Add a few attributes for testing to plugin.xml
2005-05-24 19:11:30 +00:00
Andrew Niefer
14d4d30038 handle typedefs as qualifying names 2005-05-24 18:15:52 +00:00
Mikhail Khodjaiants
2a6347f701 Redundant code. 2005-05-24 15:51:56 +00:00
Andrew Niefer
d1d753ba3a Relax type comparisons a bit around defered class template instances, especially in derived to base conversions. fixes a couple hundred problems parsing iostream. 2005-05-24 15:38:33 +00:00
David Inglis
3784acdac1 fixed bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=76821 2005-05-24 14:15:42 +00:00
Leo Treggiari
dd9f50418f Update test directory name to match package name.
Modify test30_2
2005-05-23 23:56:32 +00:00
Leo Treggiari
ca05599a27 Check for null TargetPlatform 2005-05-23 20:32:31 +00:00
Leo Treggiari
9788d24ca4 Add 2 new tests to the suite
Update makefile .zip files for change to makefile generation
2005-05-23 20:31:18 +00:00
Leo Treggiari
d2122bb6df Bug fix patch from Bob Monteleone
Fixes to make file generation
2005-05-23 20:30:12 +00:00
Mikhail Sennikovsky
d916648fee Fixed the bug related to the incorrect checking of the macros referenced in the environment variable definitions 2005-05-23 16:15:47 +00:00
Mikhail Sennikovsky
2853cf688d Check-in of the Tool-chain installation support ( 87478) and the Managed Build Process Environment support ( 88497) implementation for the Gnu Cygwin tool-chain 2005-05-23 16:12:19 +00:00
Doug Schaefer
734abeba9d Fixed up the tests a little. 2005-05-21 22:35:26 +00:00
Doug Schaefer
c6c2c5197a Fixed up the tests a little. 2005-05-21 21:25:20 +00:00
Doug Schaefer
f5dc286226 Fixed up the tests a little. 2005-05-21 20:53:12 +00:00
Doug Schaefer
a262d769c0 Added refactoring plugins and managed build test plugins to releng. 2005-05-21 19:16:00 +00:00
Mikhail Khodjaiants
d30c7f67e3 Moved to the Platform Source Lookup framework (bug 80175). 2005-05-20 21:28:48 +00:00
Mikhail Khodjaiants
303ef552fb Bug 94139: User-defined register groups. UI to add/remove user-defined groups. 2005-05-20 21:25:59 +00:00
Mikhail Khodjaiants
1edec8debe Bug 94139: User-defined register groups. Added API and group serialization. 2005-05-20 21:23:11 +00:00
Vladimir Hirsl
ab0ae772ae Indexer performance improvement: indexing nodes from external include files only once. 2005-05-20 20:29:35 +00:00
Andrew Niefer
30b6f0e0af modified patch from Devin Steffler, bugs 86868, 95635, 95786 2005-05-20 19:30:32 +00:00
Leo Treggiari
5be4c3e645 Minor test updates 2005-05-20 18:31:37 +00:00
Leo Treggiari
ff51abc278 Fix for PR 70788 2005-05-20 18:31:09 +00:00
Leo Treggiari
52272757a0 Code formatting edit 2005-05-20 18:30:22 +00:00
Bogdan Gheorghe
fa2d057c98 IndexerOutput refactoring to use IIndexEntry
CTags indexer refactoring to use new IIndexEntry hierarchy, store modifiers, function signatures
2005-05-20 14:16:38 +00:00
Mikhail Sennikovsky
a6affc1fdc Fixed the bug with the incorrect retriving of the macros defined for multiple contexts 2005-05-20 12:34:49 +00:00
John Camelon
eb89746de5 Fixed broken JUnits. 2005-05-20 12:10:35 +00:00
Leo Treggiari
d4afd6293a Page navigation tests for custom wizard pages 2005-05-20 03:22:26 +00:00
Leo Treggiari
fb302ff5d6 Initial commit for Custom new managed project pages 2005-05-20 03:16:13 +00:00
John Camelon
5af5a134fd Undo some of the last checkin to remove the performance problems I created in generating the physical parse tree. 2005-05-20 02:47:51 +00:00
Leo Treggiari
bc48508cee Additional test for mulitple input and output 2005-05-20 02:35:16 +00:00
Leo Treggiari
2496e20554 Additional fixes for multiple inputs & outputs after additional testing 2005-05-20 02:34:37 +00:00
Alain Magloire
10249b11c4 2005-05-19 Alain Magloire
Fixed PR 95943
	* src/org/elcipse/cdt/internla/corext/template/c/TemplateMessages.properties
	* src/org/elcipse/cdt/internla/corext/template/c/TranslationUnitContextType.java
2005-05-19 20:26:56 +00:00
Andrew Niefer
70ae4fdbaf fix bug 93573 2005-05-19 20:26:20 +00:00
Vladimir Hirsl
d92ccd3e38 Final fix for 95641: [Scanner Config] Per file scanner info not available for header files and not compiled source files.
- For include files and source files that are not compiled per file discovered scanner info defaults to project's discovered scanner info.
- A new method is added to CoreModel to determine if per resource scanner info is empty. This method will take into account effective per file discovered scanner info.
2005-05-19 20:08:18 +00:00
Andrew Niefer
68e0514086 fix bug 95714 2005-05-19 18:59:20 +00:00
John Camelon
a5843c1e7e Fixed Bug 90641 [Parser] function decl vs ctor initializer ambiguity
Fixed Bug 81806	[Parser2] [Ambiguity] Constructor Initializer is mistaken as function prototype
Fixed Bug 94779	[Ambiguity] declarator with initializer parsed as function declarator
2005-05-19 18:47:41 +00:00
Andrew Niefer
c885f752da - types of expressions in C bug 95858
- typeof( exp ) as declspecifier in C bug 93980
2005-05-19 18:41:55 +00:00