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

3746 commits

Author SHA1 Message Date
Andrew Niefer
f35f1fc070 Visitor interface 2005-02-23 00:36:52 +00:00
Andrew Niefer
cdf3cc5492 IFunction.isStatic, IScope.getPhysicalNode 2005-02-22 21:45:44 +00:00
John Camelon
7918ac34f0 Fixed Bug 85820 - [Length] should IASTInitializerList's length be included in the length of it's parents? 2005-02-22 21:22:00 +00:00
John Camelon
54791bce99 Commented out test. 2005-02-22 21:15:23 +00:00
John Camelon
3f37eb5c27 Fixing Doug's checkin. 2005-02-22 19:53:52 +00:00
Doug Schaefer
6924155bcb Hooked up to the prefix resolution. Added image for functions. 2005-02-22 19:27:18 +00:00
John Camelon
74850e900b Patch for Devin Steffler.
Timing information regarding DOM AST primitives.
2005-02-22 19:02:37 +00:00
John Camelon
9b3826ea71 Fixed Bug 86123 - [NPE] in CPPASTNode#getTranslationUnit() 2005-02-22 16:16:25 +00:00
Alain Magloire
ecf1086df4 2005-02-15 Alain Magloire
Fix PR 82322, PR 78330
	* plugin.xml
2005-02-22 02:44:30 +00:00
Alain Magloire
8a47c0962a 2005-02-21 Alain Magloire
Adapt the ResolverModel code to the IContentTypeManager.
	* src/orgeclipse/cdt/core/internal/filetype/ResolverModel.java
2005-02-22 02:35:53 +00:00
Andrew Niefer
790e164442 Initial support for prefix lookup in C++ ( used in content assist ) 2005-02-21 21:41:51 +00:00
Doug Schaefer
4ab007930b Added completions in initializers. This required a new token type for post completion LT's.
Also, the ISV doc builder wanted to update itself with Eclipse 3.1 M5 stuff.
2005-02-21 21:33:59 +00:00
Doug Schaefer
d15eba065f Fixed up the reporting of parse and resolve times for the new content assist. 2005-02-21 16:39:42 +00:00
Andrew Niefer
5cafbaec9b - add isStatic to IVariable
- fix bug 85824
- fix problems with implicit scopes
2005-02-18 21:36:59 +00:00
Doug Schaefer
7a4aed4b37 Updates to completion parse 2. 2005-02-18 21:22:43 +00:00
John Camelon
689000d042 Patch for Devin Steffler.
Fix NPE in DOMAST View when run headless.
2005-02-18 21:09:54 +00:00
John Camelon
5ba7b6a704 Patch for Devin Steffler.
FIXED 84176 - compound literal C example from C99 6.5.2.5-16 has 2 IASTProblemStatements
2005-02-18 21:05:55 +00:00
Doug Schaefer
3eaf13dfa3 Start of new DOM based Completion Parser:
- New UI preference to enable new stuff
- New token type for completion
- Scanner changes to generate new token
- Parser handling for completion at start of statement
- AST service changes to call the scanner/parser in new "mode"
2005-02-18 20:14:10 +00:00
Alain Magloire
833fd9ee70 Remove warning. 2005-02-18 14:40:10 +00:00
Andrew Niefer
47cc24fc13 address of overloaded functions 2005-02-18 02:46:14 +00:00
John Camelon
2b3b0671c9 Patch for Devin Steffler.
DOM/ASTView Open Declarations for C++.
2005-02-17 20:28:07 +00:00
John Camelon
95d8ce5d9d Remove Andrew's warnings. 2005-02-17 19:38:10 +00:00
Andrew Niefer
f617b88f25 refactor CVisitor.getContainingScope to be less recursive 2005-02-17 16:36:24 +00:00
Alain Magloire
748be7f1ca Fix for PR 85625 2005-02-17 03:24:33 +00:00
Alain Magloire
fe014751c8 2005-02-16 Alain Magloire
Fix for PR 85633, The IBinary info were not remove in the cache.
	* model/org/eclipse/cdt/internal/core/model/DeltaProcessor.java
2005-02-17 03:23:37 +00:00
Alain Magloire
ba438552cb Fix for PR 82856 Removing UTF-8 characters. 2005-02-17 03:17:42 +00:00
Andrew Niefer
d1621f3b56 switching from lists to arrays in bindings. 2005-02-16 22:38:18 +00:00
Alain Magloire
082189fd80 2005-02-16 Alain Magloire
Fix PR 74034
	* utils/org/eclipse/cdt/utils/elf/Elf.java
2005-02-16 20:29:13 +00:00
Andrew Niefer
0b8b62e408 C++ friend declarations 2005-02-16 19:24:24 +00:00
David Inglis
5155c977ec patch for x86_64 2005-02-16 19:16:11 +00:00
John Camelon
0797607903 Patch for Devin Steffler.
Fixed 84749 - [Parser2] C++ :  isConst not set on function declarator
2005-02-16 18:29:05 +00:00
John Camelon
beb6ead6ac Patch for Devin Steffler includes:
- search for IASTNames in the view
- progress of view is displayed in progress view and no longer freezes the GUI
2005-02-16 18:24:12 +00:00
Alain Magloire
04dd7a6d96 2005-02-16 Alain Magloire
Fix PR 74034
	* utils/org/eclipse/cdt/utils/elf/Elf.java
2005-02-16 14:48:26 +00:00
Doug Schaefer
46820f299a Make sure we at least get the icons into the build testing feature. We'll try to get the source in this way as well. 2005-02-15 22:06:04 +00:00
Andrew Niefer
87ca6fed25 more c++ pointers to members 2005-02-15 19:50:13 +00:00
John Camelon
c20e7686d9 Removing queryIsTypeName() from controlling the parse. 2005-02-15 19:18:27 +00:00
Alain Magloire
db7c82e88b 2005-02-15 Alain Magloire
Fix PR 82856
	* src/org/eclipse/cdt/internal/ui/editor/ExternalSearchAnnotationModel.java
	* src/org/eclipse/cdt/internal/ui/editor/ExternalSearchDocumentProvider.java
	* src/org/eclipse/cdt/internal/ui/editor/ExternalSearchEditor.java
	* src/org/eclipse/cdt/internal/ui/editor/ExternalSearchFile.java
	* src/org/eclipse/cdt/internal/ui/preferences/CSearchPreferencePage.java
2005-02-15 18:07:45 +00:00
Alain Magloire
4ed8244b5c 2005-02-15 Alain Magloire
Fix PR 82856
	* model/org/eclipse/cdt/core/model/IDeclaration.java
	* model/org/eclipse/cdt/core/model/IMacro.java
	* model/org/eclipse/cdt/core/model/IMember.java
	* model/org/eclipse/cdt/core/model/IMethod.java
	* model/org/eclipse/cdt/core/model/INamespace.java
	* model/org/eclipse/cdt/core/model/IStructure.java
	* model/org/eclipse/cdt/core/model/IVariable.java
	* model/org/eclipse/cdt/core/model/IVariableDeclaration.java
2005-02-15 18:06:02 +00:00
John Camelon
98145350e0 Fixed Bug 85049 - [Parser2] B * bp; declaration parsed as binary expression. 2005-02-15 17:00:30 +00:00
Alain Magloire
9f7e8208ec 2005-02-14 Alain Magloire
Fix from Javier Kohen PR 69157
	* src/org/eclipse/cdt/internal/ui/editor/CEditorMessages.properties
2005-02-15 00:37:25 +00:00
Alain Magloire
6454a1704f the method should be static 2005-02-14 22:09:49 +00:00
Alain Magloire
073c4f893f 2005-02-14 Alain Magloire
Part of 79596
	* model/org/eclipse/cdt/core/model/CoreModel.java
	* model/org/eclipse/cdt/core/model/IPathEntryContainerExtension.java
	* model/org/eclipse/cdt/core/model/IPathEntryContainerExtensionListener.java
	* model/org/eclipse/cdt/core/model/PathEntryContainerChanged.java
	* model/org/eclipse/cdt/internal/core/model/PathEntryManager.java
2005-02-14 22:00:20 +00:00
Andrew Niefer
ebdeb763c8 get declarations for C++ 2005-02-14 21:28:46 +00:00
John Camelon
8564247303 Applied patch for Andrew Niefer.
CPPSemantics#findTypeBinding() will help us resolve ambiguities.
2005-02-14 20:20:39 +00:00
Andrew Niefer
b9742041fa -Pointer to Members
-refactor getContainingScope and getContainingBlockItem to use less recursion
2005-02-14 19:36:32 +00:00
Alain Magloire
6aa0d47d52 2005-02-14 Alain Magloire
Fix for PR 84640, do the folding at the start of the ID
	so code like this
	 static int
	 foo () {
	 }
	will start the folding on "foo" and not on "static int"
	* src/org/eclipse/cdt/internal/ui/text/folding/DefaultCFoldingStructureProvider.java
2005-02-14 17:30:16 +00:00
Andrew Niefer
3166aa1864 fix bug 84469 - visiting names in pointers to members 2005-02-11 21:41:24 +00:00
John Camelon
d77e74d43e Format. 2005-02-11 20:02:02 +00:00
John Camelon
0c4f633ecc Fixing a couple of locations. 2005-02-11 19:56:30 +00:00
Andrew Niefer
ad34c22138 fix bug 84703 2005-02-11 19:35:15 +00:00