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

3245 commits

Author SHA1 Message Date
Andrew Niefer
0ebb603ab1 Patch from Tanya Wolff 2005-02-02 20:19:14 +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
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
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
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
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
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
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
John Camelon
d35174e94d Patch for Devin Steffler.
Further updates to DOM AST View.
2005-01-30 02:55:28 +00:00
Alain Magloire
027b23c9e3 2005-01-28 Alain Magloire
Operation on translationUnit
	* model/org/eclipse/cdt/core/model/ITranslationUnit.java
	* model/org/eclipse/cdt/internal/core/model/CreateIncludeOperation.java
	* model/org/eclipse/cdt/internal/core/model/CreateNamespaceOperation.java
	* model/org/eclipse/cdt/internal/core/model/CreateUsingOperation.java
	* model/org/eclipse/cdt/internal/core/model/TranslationUnit.java
2005-01-29 00:07:25 +00:00
Alain Magloire
4e08e102f7 2005-01-28 Alain Magloire
Add Indexer search in the Source Hover implementation.
	* src/org/eclipse/cdt/intenal/ui/text/CSourceHover.java
2005-01-28 22:18:54 +00:00
Andrew Niefer
c49ffa51b6 C++: handle globally qualified qualified names "::a"
: handle typedefs in  base clauses
C : handle nested structures
2005-01-28 20:56:18 +00:00
David Inglis
7477803763 fixed spelling 2005-01-28 20:41:01 +00:00
David Inglis
1321b32353 2005-01-28 David Inglis
Implement Eclipse 3.0 Next/Prev Annonation retargetable actions for  CEditor with Problems
	view highlighting.
2005-01-28 20:40:32 +00:00
Andrew Niefer
a7df99552f fix typo in CollectReferencesAction (processNames -> processName) 2005-01-28 19:45:30 +00:00
Andrew Niefer
d0986d9ea0 CVisitor.getReferences() 2005-01-28 19:13:27 +00:00
John Camelon
1b38920013 Patch for David Daoust.
Fix #include_next logic in BaseScanner.
2005-01-28 18:52:31 +00:00
John Camelon
a1776b3151 Fixed Bug 83737 - [Parser2] if else if else if parsed incorrectly 2005-01-28 17:17:46 +00:00
John Camelon
2091bd2767 Added getUnpreprocressedSignature() to IASTDeclSpecifier.
Added appropriate support to ILocationResolver.
2005-01-28 15:18:04 +00:00
John Camelon
1abb819f59 Fixed Bug 83853 - no offset for IASTConditionalExpression 2005-01-27 21:20:43 +00:00
John Camelon
eeb02a4027 Fixed Bug 83852 - offset problems with cast expressions and type id 2005-01-27 21:10:56 +00:00