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

6348 commits

Author SHA1 Message Date
Bogdan Gheorghe
88f6cff423 Added a delete IProblem Markers action to context menu to allow users to manually
remove problems reported by the parser during an index.
2005-02-02 21:08:23 +00:00
John Camelon
1854217589 Fixed 84250 - [Parser2] C++: ptr to array declaration parsed as expression 2005-02-02 20:44:15 +00:00
Doug Schaefer
2162498f81 The build now runs on Linux as well. 2005-02-02 20:31:52 +00:00
Andrew Niefer
0ebb603ab1 Patch from Tanya Wolff 2005-02-02 20:19:14 +00:00
Doug Schaefer
5dbc308445 Nope, that didn't do it. Reverting back to core-test. 2005-02-02 20:08:27 +00:00
Leo Treggiari
1e95e361b6 Add tests for resource configurations 2005-02-02 20:07:34 +00:00
David Daoust
b31a9e9c4c minor doc update for leo 2005-02-02 19:52:41 +00:00
Andrew Niefer
1264b58a40 visit if statements iteratively to avoid stack overflow when there are huge numbers of else ifs 2005-02-02 19:35:14 +00:00
Andrew Niefer
71309151e2 fix bug 84185 2005-02-02 19:18:41 +00:00
John Camelon
9801ce2900 Remove IllegalOperationException. 2005-02-02 18:54:44 +00:00
John Camelon
e269c537e6 Further DOM/AST fixes. 2005-02-02 18:30:19 +00:00
Doug Schaefer
c85f211e0e The tests seem to need UI loaded to run properly. 2005-02-02 16:11:02 +00:00
John Camelon
3615ece8be Patch for David Daoust.
Fixes BaseScanner#fileCache.
2005-02-02 15:32:02 +00:00
John Camelon
33390e2e03 Continued DOMLocation fixes. (ad infinitum) 2005-02-02 04:30:35 +00:00
John Camelon
c2d34df02e Patch for Devin Steffler.
Further updates to DOM AST View.
2005-02-02 02:16:54 +00:00
Alain Magloire
956abd7934 2005-02-01 Alain Magloire
Part of Fix for PR 84165
	We check in the expression is a number and
	add a "*" for address watchpoint
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/BreakpointManager.java
2005-02-01 21:09:33 +00:00
Andrew Niefer
04d743c153 GCC allows forward declarations of enums in C 2005-02-01 20:42:04 +00:00
Alain Magloire
b3ecffbb72 Wrong PR number 2005-02-01 20:05:47 +00:00
John Camelon
541fa7e85e Fixed classcastexception in CompleteParseASTFactory. 2005-02-01 19:48:48 +00:00
Alain Magloire
40c31ad8f0 2005-02-01 Alain Magloire
Code From Chris:
	PR 83866
	PR 83868
	PR 83869
	* browser/org/eclipse/cdt/internal/ui/browser/typehierarchy/OpenTypeHierarchyAction.java
	* browser/org/eclipse/cdt/internal/ui/browser/typehierarchy/OpentTypeInHierarchyAction.java
	* browser/org/eclipse/cdt/internal/ui/browser/typehierarchy/OpenTypoeInHierarchDialog.java
	* browser/org/eclipse/cdt/internal/ui/browser/typehierarchy/TypeHierarchyMessages.properties
2005-02-01 19:47:21 +00:00
John Camelon
9500493981 Bug 84172 - system includes don't seem to be added to DOM from the first TranslationUnit 2005-02-01 19:46:36 +00:00
John Camelon
cb6ce7f886 Fixed Bug 84149 - a couple problems with getinp (example taken from monop)
Fixed offsets & lengths of char and string literals.
2005-02-01 19:04:12 +00:00
Doug Schaefer
08e9d350ae Upgraded build scripts to work on Cygwin and the new 3.1 PDE scripts (tar.gz instead of zips on non-Windows platforms.). 2005-02-01 19:01:58 +00:00
Andrew Niefer
8465ac3daf CPPASTProblem.getMessage fileName & offset 2005-02-01 18:45:10 +00:00
Andrew Niefer
da848cc63b basic file & offsets for CASTProblems 2005-02-01 18:42:20 +00:00
John Camelon
6fa14f6b94 Patch for Devin Steffler.
Further UI indicator infrastructure for testing DOM AST.
2005-02-01 18:17:22 +00:00
John Camelon
497e768f98 Partial fix for Bug 84146 - there are dirty ASTNodes floating around with "null declarators" 2005-02-01 16:49:20 +00:00
John Camelon
7f65d614a3 Minor fix to ASTView. 2005-02-01 16:44:54 +00:00
John Camelon
bcedb9a5c1 Fixed 84133 - "typdef" seems the same as "typedef" to AST DOM 2005-02-01 15:55:07 +00:00
John Camelon
6d063588c2 Fixed Bug 84095 - [ICASTCompositeTypeSpecifier] has boxes in its specifier string representation 2005-02-01 15:17:05 +00:00
Vladimir Hirsl
1ba71c339b Further SCD profile work.
Definition of 'per file' profile and profile options page and initial implementation.
2005-02-01 15:15:40 +00:00
John Camelon
f33bcba3fa Patch from David Daoust. Added IncludeTest to ParserTestSuite. 2005-02-01 04:44:36 +00:00
John Camelon
a0c153442c Patch for Devin Steffler.
Further UI indicator infrastructure for testing DOM AST.
2005-02-01 04:34:52 +00:00
John Camelon
a74c7f1bf4 Added other preprocesser to LocationMap. 2005-02-01 04:28:55 +00:00
John Camelon
88562cda49 Fixed Bug 84092 - 2 problems with enum, getReferences and null node 2005-02-01 04:20:11 +00:00
Andrew Niefer
e4e8d7c6d4 C Visitor - references: bugs 84090, 84092, 84096 2005-02-01 02:14:33 +00:00
Andrew Niefer
257d3d67f4 small cleanup re namespaceType in CVisitor 2005-01-31 21:16:13 +00:00
Andrew Niefer
2852b6fafd C/C++ Problems & Exceptions
- semantic problems result in IProblemBindings
- attempting to do too much with an IProblemBinding results in a DOMException
- All IBinding, IType & IScope interface functions throw DOMException
2005-01-31 21:05:19 +00:00
Sean Evoy
6a104cdd5b Fix for bugzilla 75529 -- [Managed Build] Shouldn't go to the beginning on configuration changing
Corrected a problem whereby a tree selection on a selected option would hide the options.
2005-01-31 20:52:36 +00:00
John Camelon
db9b29f9d7 Remove references to ScannerASTNode. 2005-01-31 20:43:18 +00:00
John Camelon
b33b116998 Patch for Devin Steffler.
Further updates to DOM AST View.
2005-01-31 20:17:59 +00:00
Sean Evoy
4017f92c70 Fix for bugzilla 75529 -- [Managed Build] Shouldn't go to the beginning on configuration changing
Just tweaked the logic to check for a previously selected tool or option (which the tab was storing anyway). If one was selected, that selection is made in tree viewer.
2005-01-31 19:30:52 +00:00
Sean Evoy
81f165b355 No bugzilla, but this check-in removes a warning over the use of a new (Java 1.5) keyword 'enum'. 2005-01-31 18:08:25 +00:00
John Camelon
29158d86f8 Patch for David Daoust.
Fix #include_next logic in BaseScanner.
2005-01-31 17:05:23 +00:00
John Camelon
508ff688b8 Patch for Devin Steffler.
Further updates to DOM AST View.
2005-01-31 16:48:06 +00:00
John Camelon
6ac6636352 Patch for Devin Steffler.
Further updates to DOM AST View.
Removed NPE's from C/CPPVisitor.
2005-01-31 16:43:05 +00:00
Bogdan Gheorghe
a8e76780a9 Patch from Dave Daoust to streamline Index Manager Tests 2005-01-31 16:36:28 +00:00
John Camelon
9ce0f31118 Removed an ArrayIndexOutOfBoundsException. 2005-01-31 02:00:09 +00:00
Alain Magloire
958d78914a 2005-01-29 Alain Magloire
Copy the spaces and Newlines.
	* model/org/eclipse/cdt/internal/core/model/CopylementsOperation.java
	* model/org/eclipse/cdt/internal/core/model/DeleteElementsOperation.java
2005-01-31 00:17:28 +00:00
Alain Magloire
a865ae80b6 2005-01-29 Alain Magloire
Fix for 81403: Move the Code Assist preference page
	out of the CEditor preference page.  It clean the CEditorPreferencePage
	and takes less time to instantiate.
	New checkbox in Code Assist to complete common prefix.
	+ src/org/eclipse/cdt/internal/ui/preferences/AbstracPreferencePage.java
	* src/org/eclipse/cdt/internal/ui/prefernces/CEditorPreferencePage.java
	+ src/org/eclipse/cdt/internal/ui/preferences/CodeAssistPreferencge.java
	* src/org/eclipse/cdt/internal/ui/preferences/PreferencesMessage.java
	* src/org/eclipse/cdt/internal/ui/text/contentassist/ContentAssistPreference.java
	* src/org/eclipse/cdt/ui/CUIPrefernceInitializer.java
	* plugin.xml
	* plugin.properties
2005-01-30 04:27:36 +00:00