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

6071 commits

Author SHA1 Message Date
Mikhail Khodjaiants
d36d5364f7 Bug 83330: Inconsistent in the label for Add expression. 2005-01-20 21:32:51 +00:00
Andrew Niefer
285899775a Step 1 in supporting user defined conversion sequences during function resolution.
- add ITypeContainer#setType( IType )
- make IType extend Cloneable and implement clone() for the types.
2005-01-20 16:36:58 +00:00
Alain Magloire
4fae0d2e17 2005-01-19 Alain Magloire
PR 82930
	* src/org/eclipse/cdt/launch/internal/CPropertyTester.java
2005-01-19 22:13:18 +00:00
Alain Magloire
c73a71269c Wrong PR number it should be 83224 2005-01-19 21:31:36 +00:00
Alain Magloire
6e57e1adfc 2005-01-19 Alain Magloire
PR 83152
	* model/org/eclipse/cdt/internal/core/model/DeltaProcessor.java
2005-01-19 21:27:31 +00:00
John Camelon
8d833f012a Patch for Devin Steffler.
This patch adds basic K&R C support to the GNUCSourceParser.
- added support for K&R C syntax
- added support for ASTProblemDeclaration with faulty K&R C syntax
- added simple tests
2005-01-19 20:24:01 +00:00
Alain Magloire
8006bc409b 2005-01-19 Alain Magloire
PR 83151
	* model/org/eclipse/cdt/internal/core/model/DeltaProcessor.java
2005-01-19 19:41:37 +00:00
Alain Magloire
a53757cca0 2005-01-19 Alain Magloire
PR 83151
	* src/org/eclipse/cdt/ui/CElementContentProvider.java
2005-01-19 19:40:45 +00:00
Mikhail Khodjaiants
f2d65ec383 Fix for bug 83051: Add global variables deletes existing ones when new added. 2005-01-19 19:04:24 +00:00
John Camelon
2a48843261 Some refactoring of class names.
Consistency is key.
2005-01-19 15:21:38 +00:00
Alain Magloire
84d63b4941 remove warning for hardcoded string. 2005-01-19 01:48:58 +00:00
Mikhail Khodjaiants
b0fe8a0287 Fix for bug 82858: NPE when adding global variable to variable view. 2005-01-19 00:12:14 +00:00
Mikhail Khodjaiants
796d57cf24 Update. 2005-01-18 23:29:13 +00:00
Mikhail Khodjaiants
3d4951f408 Fix for bug 82800: Make "Resume At Line" action retargettable. 2005-01-18 23:24:45 +00:00
Mikhail Khodjaiants
03cba52fca Fix for bug 82800: Make "Resume At Line" action retargettable.
CDebugElement should provide an adapter to ICDebugTarget.
2005-01-18 22:21:16 +00:00
Andrew Niefer
9e5cafe0d9 handle namespace that are split into pieces 2005-01-18 22:00:09 +00:00
John Camelon
d0606bd516 Cleaned up DOMLocationTest 2005-01-18 20:20:45 +00:00
David Inglis
7cbf02c426 fixed bug #82705 2005-01-18 20:14:39 +00:00
John Camelon
7e265eb12a Updated DOMLocationTests. 2005-01-18 20:13:22 +00:00
Mikhail Khodjaiants
ff58e4a1ef Fix for bug 82800: Make "Resume At Line" action retargettable.
CStackFrame should provide an adapter to IJumpToLine and IJumpToAddress.
2005-01-18 19:55:58 +00:00
John Camelon
0a8634d93f Base case DOMScanner/LocationMap support. 2005-01-18 19:46:43 +00:00
Andrew Niefer
2713b4695c initial work for IProblemBindings 2005-01-18 15:45:05 +00:00
Andrew Niefer
3ba300630d patch from Devin Steffler: field designators 2005-01-17 19:07:16 +00:00
Andrew Niefer
8ee8577dc8 tests :
- method reference after function call eg: get()->size()
2005-01-17 16:24:30 +00:00
Andrew Niefer
60e3bceae6 expanding the CompleteParser2Tests
-fixes for method references
2005-01-14 21:47:13 +00:00
Andrew Niefer
7f89f8b969 there is no core source folder in cdt.ui.tests 2005-01-14 20:43:16 +00:00
Andrew Niefer
4dcca4a96a Patch from Devin Steffler: getDeclarations 2005-01-14 16:52:45 +00:00
John Camelon
a36a7f8613 Warning. 2005-01-14 16:43:41 +00:00
John Camelon
9e365df5f5 Slow road for IASTNodeLocation. 2005-01-14 16:35:02 +00:00
Andrew Niefer
8d0a12de55 Label bindings in the new parser 2005-01-14 16:34:59 +00:00
Andrew Niefer
c20d990dc3 patch from Devin Steffler:
removing IBindings from IScopes
2005-01-13 20:29:34 +00:00
Alain Magloire
f814de106b 2005-01-13 Alain Magloire
PR 82764 Fix the the type parsing.
	* mi/org/eclipse/cdt/debug/mi/core/GDBTypeParser.java
2005-01-13 20:23:35 +00:00
Mikhail Khodjaiants
cfdbde0d64 Added NEWS file. 2005-01-13 18:51:12 +00:00
Mikhail Khodjaiants
4acb21bc17 Bug 73168: Use memory view provided by Eclipse platform in CDT.
Removed the old memory view.
2005-01-12 21:23:07 +00:00
Mikhail Khodjaiants
3b9ce4e55a Fix bug 82601: Enhance the ICDIMemoryBlock interface. 2005-01-12 20:35:01 +00:00
John Camelon
ea5fe525ea Removed lastToken from DOM Parsers. 2005-01-12 16:43:43 +00:00
Alain Magloire
703ec24b6c Check for outof range offsets. 2005-01-12 16:38:36 +00:00
John Camelon
cdfc350d10 Added lengths to ASTNodes. 2005-01-12 02:16:26 +00:00
Alain Magloire
11b1607681 wrong value was returned 2005-01-12 00:20:18 +00:00
Mikhail Khodjaiants
ff4f5d878a Replaced deprecated methods and constants. 2005-01-11 20:56:37 +00:00
Mikhail Khodjaiants
6892af49a8 Replaced deprecated methods and constants. Cleanup. 2005-01-11 20:52:30 +00:00
Alain Magloire
aea694040c 2005-01-10 Mikhail Khodjaiants
PR 82601 changes to the memory block interface
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/ICDIMemoryBlock.java
	* mi/org/eclipse/cdt/debug/mi/core/output/MIMemory.java
2005-01-11 20:46:19 +00:00
Alain Magloire
a502144d5d 2005-01-10 Mikhail Khodjaiants
PR 82601 changes to the memory block interface
	* cdi/org/eclipse/cdt/debug/core/cdi/model/ICDIMemoryBlock.java
2005-01-11 20:45:26 +00:00
Mikhail Khodjaiants
0a9d717f51 Use the asynchronous implementation for resume, suspend, step etc provided by eclipse 3.1. 2005-01-11 20:43:57 +00:00
David Inglis
dd9f4af843 FIXED bug # 82572 2005-01-11 18:45:57 +00:00
Vladimir Hirsl
2758147c93 Fix for PR 82408 [ScannerConfig] GCCScannerInfoConsoleParser throws exception on "quoted spaces".
The problem was incorrect parsing of lines containing "matched" characters (`, ' and ").
2005-01-11 17:28:26 +00:00
David Inglis
70a3403e0b Further fix to 36837
* src/org/eclipse/cdt/internal/ui/util/ResourceToItemsMapper.java
Fix for 82516
	* src/org/eclipse/cdt/internal/ui/viewsupport/CElementLabels.java
2005-01-11 15:17:45 +00:00
Mikhail Khodjaiants
c796aad342 Use the asynchronous implementation for resume, suspend, step etc provided by eclipse 3.1. 2005-01-10 22:52:06 +00:00
John Camelon
0f2803f134 Patch for Devin Steffler.
This patch adds getProblems() to the CVisitor and CPPVisitor classes.  This is required to get IASTProblems since the new parser doesn't use a callback anymore.
Also, updated tests accordingly.
2005-01-10 21:11:53 +00:00
Alain Magloire
0d121179f8 2005-01-10 Alain Magloire
Fix for PR 82506
	* mi/org/eclipse/cdt/debug/mi/core/MISession.java
	* mi/org/eclipse/cdt/debug/mi/core/output/MIParser.java
2005-01-10 20:33:50 +00:00