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

4719 commits

Author SHA1 Message Date
Andrew Niefer
73d595ea0e use the canonical path when creating code readers so that the name
in the code reader matches the file on disk  (makes a difference on
non-case-sensitive OSs)
2004-10-06 20:39:12 +00:00
Vladimir Hirsl
d029959807 Fix for PR 75728 [ParserSymbolTable] NPE in TypeInfoProvider.newTypeInfo.
Corrected mappings added to to TemplateSymbol._defnParameterMap.
2004-10-06 20:30:49 +00:00
Andrew Niefer
1f751745a9 bug 73954: [Parser] GCC built_in symbols
added
- __builtin_types_compatible_p
- __builtin_constant_p
- __builtin_choose_expr

added a new DynamicFunctionStyleMacro to implement the __builtin_choose_expr
also fixed the typeSpec and typeId caches in the factory
2004-10-06 20:15:10 +00:00
Alain Magloire
2ed6f2cd4d 2004-09-06 Alex Chapiro
Fix for PR 75677
	* os/win32/x86/spawner.dll
	* library/Win32ProcessEx.c
2004-10-06 18:56:32 +00:00
David Inglis
5fdbc79e93 added missing strings for content type 2004-10-06 01:39:00 +00:00
David Inglis
9e55dcaf36 fix bogus message about change in project path which switching between include and project path property pages 2004-10-05 23:51:16 +00:00
John Camelon
5bd3694555 Fixed 75338 - [Parser] complete.ASTExceptionSpecification#getTypeIds() yields useless information 2004-10-05 18:16:06 +00:00
Andrew Niefer
95b192460c Bug 75401: [Scanner][Parser] problem w/using va_arg macro 2004-10-05 17:45:39 +00:00
Andrew Niefer
40ae4797e1 update regression test framework 2004-10-04 21:25:21 +00:00
Andrew Niefer
303494e284 new test framework that QE people will be adding tests to 2004-10-04 21:06:38 +00:00
John Camelon
9b1cc11593 Removed IASTTypeId.getSymbol() as it was exposing an internal interface.
Removed warnings.
2004-10-04 19:14:16 +00:00
David Inglis
ad9cde0b51 removed the displaying of the parents path segments for CFolder elements 2004-10-01 14:48:22 +00:00
David Inglis
23d71189d5 added getSize() 2004-10-01 14:47:09 +00:00
Andrew Niefer
0ab0b97b0f bug 72814: [Parser] Open Declaration fails on std::vector<int> reference 2004-09-30 21:19:10 +00:00
Andrew Niefer
645b3306eb bug 73652: [Scanner] Macro replacement confusion 2004-09-30 20:23:30 +00:00
Vladimir Hirsl
440ada9bab Fix for PR 60307 [Templates] Template parameter qualified types not supported
Added new symbol type: UndefinedTemplateSymbol that represents template paramater
	qualified types. At instantiation the unknown types are replaced with the real ones.
2004-09-30 19:45:57 +00:00
Chris Wiebe
851bf3eea6 fix typo in icon file name chierch_pers.gif 2004-09-29 16:39:27 +00:00
John Camelon
bab0c22d3a Removed warning. 2004-09-29 14:52:24 +00:00
David Inglis
055e7d13ec don't check for extra symbols 2004-09-29 13:21:24 +00:00
David Inglis
cb2920fd4e fixed binary test to not look for dynamic symbols in binary 2004-09-29 13:15:56 +00:00
David Inglis
ca097f54d7 added createAddress(BigInteger) 2004-09-29 13:13:59 +00:00
John Camelon
045dc8071e Removed warning. 2004-09-28 21:55:01 +00:00
Andrew Niefer
28c842f6a3 fix bug 72712: [Parser] Selection Search fails upon new expression 2004-09-28 20:59:32 +00:00
David Inglis
4b8468a823 update error parser page to handle restore defaults correctly 2004-09-28 18:59:08 +00:00
John Camelon
73941de92e Removed EXPRESSION_PARSE as it is now an unused ParserMode. 2004-09-28 17:30:12 +00:00
John Camelon
ad54f46853 Fixed Bug 39677 - Statements in expressions are not supported (GCC) 2004-09-28 15:22:02 +00:00
Andrew Niefer
defd110486 Patch from Devin Steffler : 71669 [Scanner] Scanner2 should use Keywords class 2004-09-28 14:51:21 +00:00
Andrew Niefer
fef50c2168 bug 75083: [Scanner] IProblem offsets wrong for macro expansions 2004-09-27 20:15:50 +00:00
Andrew Niefer
1943c247b2 fix bug 72713: [Open Declaration] F3 on a method definition goes nowhere 2004-09-24 20:42:16 +00:00
David Inglis
59a54c9689 fixed console selection problem 2004-09-24 19:20:26 +00:00
Chris Wiebe
408fbabd90 2004-09-24 Chris Wiebe
minor icon cleanup
	* icons/full/dtool16/opentype.gif
	* icons/full/etool16/opentype.gif
	* icons/full/obj16/bin_obj.gif
	* plugin.xml
2004-09-24 17:46:55 +00:00
Chris Wiebe
a3b52da7f2 2004-09-24 Chris Wiebe
remove obsolete classes
	* src/org/eclipse/cdt/internal/ui/wizards/BaseClassSelectionDialog.java
	* src/org/eclipse/cdt/internal/ui/wizards/OpenNewFileWizardAction.java
	* src/org/eclipse/cdt/internal/ui/wizards/OpenNewFolderWizardAction.java
	* src/org/eclipse/cdt/ui/wizards/NewClassWizard.java
	* src/org/eclipse/cdt/ui/wizards/NewClassWizardPage.java
2004-09-24 16:38:42 +00:00
Chris Wiebe
f11db48d9b 2004-09-24 Chris Wiebe
new folder wizards
	* browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/CBrowsingPerspectiveFactory.java
	* icons/full/ctool16/newsrcfldr_wiz.gif
	* icons/full/dtool16/newsrcfldr_wiz.gif
	* icons/full/etool16/newsrcfldr_wiz.gif
	* icons/full/wizban/newsrcfldr_wiz.gif
	* src/org/eclipse/cdt/internal/ui/CPerspectiveFactory.java
	* src/org/eclipse/cdt/internal/ui/CPluginImages.java
	* src/org/eclipse/cdt/internal/ui/ICHelpContextIDs.java
	* src/org/eclipse/cdt/internal/ui/wizards/CWizardRegistry.java
	* src/org/eclipse/cdt/internal/ui/wizards/NewFolderDropDownAction.java
	* src/org/eclipse/cdt/internal/ui/wizards/folderwizard/NewFolderWizardMessages.java
	* src/org/eclipse/cdt/internal/ui/wizards/folderwizard/NewFolderWizardMessages.properties
	* src/org/eclipse/cdt/internal/ui/wizards/folderwizard/NewSourceFolderWizardPage.java
	* src/org/eclipse/cdt/ui/CUIPlugin.java
	* src/org/eclipse/cdt/ui/wizards/NewFolderCreationWizard.java
	* src/org/eclipse/cdt/ui/wizards/NewSourceFolderCreationWizard.java
	* plugin.properties
	* plugin.xml
2004-09-24 16:28:02 +00:00
John Camelon
f5618e3847 Patch for Devin Steffler.
Fixed 72692 - [Parser] illegitimate syntax errors IProblems for Shapes demo
Fixed 74575 - [Parser][CompleteParseASTFactory] forward symbol being set improperly for similar but different functions
Fixed 74603 - [Parser] float function with float parameters has no body but should
2004-09-24 15:43:12 +00:00
Andrew Niefer
4ab98b6ee9 fix bug 72372 : [Parser] ContextSearch declarations on a function defn: op unavailable
lookupNestedNameSpecifier didn't consider using directives.
2004-09-24 15:07:49 +00:00
Andrew Niefer
f6bae1949b fix bug 72537: [Parser] environment macros with pararmeters are not respected by the parser 2004-09-23 17:22:24 +00:00
David Inglis
61499b865d update IAddress as per 69908 2004-09-23 15:28:21 +00:00
Andrew Niefer
5e62215526 fix bug 72721: [Parser] new expression Constructor call with expression arg 2004-09-23 15:12:02 +00:00
John Camelon
08f62553a6 Fixed 69439 - [Content Assist] confusion when completing after "123." 2004-09-23 00:43:45 +00:00
Chris Wiebe
ea59725106 2004-09-22 Chris Wiebe
updated wizard banner icons to new look
	*icons/full/wizban/addpath_wiz.gif
	*icons/full/wizban/fieldrefact_wiz.gif
	*icons/full/wizban/methrefact_wiz.gif
	*icons/full/wizban/typerefact_wiz.gif
2004-09-22 21:17:35 +00:00
Andrew Niefer
82c57e63c9 test for bug 69454 - C/C++ Indexer Problem: Macro usage error for macro: ... 2004-09-22 21:07:25 +00:00
Chris Wiebe
1387c5a69b *** empty log message *** 2004-09-22 21:00:37 +00:00
Chris Wiebe
e3e2d54b82 2004-09-22 Chris Wiebe
add lock for safety
	* src/org/eclipse/cdt/internal/ui/wizards/AbstractWizardDropDownAction.java
	* src/org/eclipse/cdt/internal/ui/wizards/filewizard/NewFileWizardMessages.properties
2004-09-22 20:38:30 +00:00
Chris Wiebe
cb338485bf 2004-09-22 Chris Wiebe
show warnings instead of errors for invalid filenames
	workaround for bug#24152
	* index/org/eclipse/cdt/internal/core/messages.properties
	* src/org/eclipse/cdt/core/CConventions.java
2004-09-22 20:34:39 +00:00
Chris Wiebe
dfaa0dad02 2004-09-22 Chris Wiebe
new file wizards
	* src/org/eclipse/cdt/internal/ui/wizards/classwizard/NewClassCodeGenerator.java
	* src/org/eclipse/cdt/internal/ui/wizards/classwizard/NewClassCreationWizardPage.java
	* src/org/eclipse/cdt/internal/ui/wizards/classwizard/NewClassWizardMessages.properties
	* src/org/eclipse/cdt/internal/ui/wizards/classwizard/SourceFileSelectionDialog.java
	* src/org/eclipse/cdt/internal/ui/wizards/AbstractOpenWizardAction.java
	* src/org/eclipse/cdt/internal/ui/wizards/AbstractWizardDropDownAction.java
	* src/org/eclipse/cdt/internal/ui/wizards/BaseClassSelectionDialog.java
	* src/org/eclipse/cdt/internal/ui/wizards/CWizardRegistry.java
	* src/org/eclipse/cdt/internal/ui/wizards/NewFileDropDownAction.java
	* src/org/eclipse/cdt/internal/ui/wizards/NewProjectDropDownAction.java
	* src/org/eclipse/cdt/internal/ui/wizards/NewTypeDropDownAction.java
	* src/org/eclipse/cdt/internal/ui/wizards/OpenNewFileWizardAction.java
	* src/org/eclipse/cdt/internal/ui/CPluginImages.java
	* icons/full/ctool16/newcfile_wiz.gif
	* icons/full/ctool16/newhfile_wiz.gif
	* icons/full/dtool16/newcfile_wiz.gif
	* icons/full/dtool16/newhfile_wiz.gif
	* icons/full/etool16/newcfile_wiz.gif
	* icons/full/etool16/newhfile_wiz.gif
	* icons/full/wizban/newcfile_wiz.gif
	* icons/full/wizban/newhfile_wiz.gif
	* src/org/eclipse/cdt/internal/ui/wizards/filewizard/AbstractFileCreationWizard.java
	* src/org/eclipse/cdt/internal/ui/wizards/filewizard/AbstractFileCreationWizardPage.java
	* src/org/eclipse/cdt/internal/ui/wizards/filewizard/NewFileWizardMessages.java
	* src/org/eclipse/cdt/internal/ui/wizards/filewizard/NewFileWizardMessages.properties
	* src/org/eclipse/cdt/internal/ui/wizards/filewizard/NewHeaderFileCreationWizardPage.java
	* src/org/eclipse/cdt/internal/ui/wizards/filewizard/NewSourceFileCreationWizardPage.java
	* src/org/eclipse/cdt/internal/ui/wizards/filewizard/NewSourceFileGenerator.java
	* src/org/eclipse/cdt/ui/wizards/NewClassWizard.java
	* src/org/eclipse/cdt/ui/wizards/NewClassWizardPage.java
	* src/org/eclipse/cdt/ui/wizards/NewFileCreationWizard.java
	* src/org/eclipse/cdt/ui/wizards/NewHeaderFileCreationWizard.java
	* src/org/eclipse/cdt/ui/wizards/NewSourceFileCreationWizard.java
	* plugin.properties
	* plugin.xml
2004-09-22 18:27:55 +00:00
Chris Wiebe
19ccc9939c 2004-09-22 Chris Wiebe
wizard cleanup & refactoring
	* src/org/eclipse/cdt/internal/ui/dialogs/TypedElementSelectionValidator.java
	* src/org/eclipse/cdt/internal/ui/dialogs/TypedViewerFilter.java
	* src/org/eclipse/cdt/internal/ui/dialogs/cpaths/CPathIncludeSymbolEntryPage.java
	* src/org/eclipse/cdt/internal/ui/dialogs/cpaths/CPathLibraryEntryPage.java
	* src/org/eclipse/cdt/internal/ui/dialogs/cpaths/CPathOutputEntryPage.java
	* src/org/eclipse/cdt/internal/ui/dialogs/cpaths/CPathSourceEntryPage.java
	* src/org/eclipse/cdt/internal/ui/dialogs/cpaths/ExclusionPatternDialog.java
	* src/org/eclipse/cdt/internal/ui/dialogs/cpaths/ExclusionPatternEntryDialog.java
	* src/org/eclipse/cdt/internal/ui/dialogs/cpaths/SourceAttachmentBlock.java
	* src/org/eclipse/cdt/ui/CUIPlugin.java
	* browser/org/eclipse/cdt/internal/ui/browser/cbrowsing/CBrowsingPerspectiveFactory.java
	* src/org/eclipse/cdt/internal/ui/CPerspectiveFactory.java
	* src/org/eclipse/cdt/internal/ui/wizards/NewWizardMessages.properties
	* src/org/eclipse/cdt/internal/ui/wizards/SourceFolderSelectionDialog.java
2004-09-22 18:24:15 +00:00
Chris Wiebe
565312d1a6 2004-09-22 Chris Wiebe
added file naming conventions
	* index/org/eclipse/cdt/internal/core/messages.properties
	* src/org/eclipse/cdt/core/CConventions.java
2004-09-22 18:09:30 +00:00
John Camelon
b6b0fda824 Validated 39681 - Nested functions are not supported (GCC, C) 2004-09-22 00:04:22 +00:00
John Camelon
1b1480e7ba Fixed Bug 39686 - GCC complex numbers are not supported (GCC) 2004-09-21 23:42:47 +00:00
Andrew Niefer
1715e6bb76 move tests for bug 71588 2004-09-21 20:30:58 +00:00