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

7353 commits

Author SHA1 Message Date
Mikhail Khodjaiants
e98111fb62 Provide a context for expression evaluation. 2004-10-07 15:23:25 +00:00
Mikhail Khodjaiants
b973d5855f Use the same approach to generate expressions and variables labels. 2004-10-06 21:41:45 +00:00
Andrew Niefer
615478809e remove unused import 2004-10-06 21:41:27 +00:00
Andrew Niefer
6013159eb0 add line and offset info to problems during a lookup 2004-10-06 21:40:09 +00:00
Mikhail Khodjaiants
d0af45ca07 Use the same approach to generate expressions and variables labels. 2004-10-06 21:06:29 +00:00
Mikhail Khodjaiants
d636abc351 Added the "getType" method to ICValue. 2004-10-06 21:03:43 +00:00
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
David Inglis
83c6521896 fixed bug #75685 2004-10-05 23:50:17 +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
Alain Magloire
edb5e36994 2004-10-04 Alain Magloire
IllegalMonitorException fix.
	mi/org/eclipse/cdt/debug/mi/core/MIInferior.java
	src/org/eclipse/cdt/debug/mi/core/MIProcessAdapter.java
2004-10-04 20:31:16 +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
Mikhail Khodjaiants
30a7d6170f Implementing adapters for the platform's Memory view. 2004-09-30 20:28:03 +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
Mikhail Khodjaiants
4989ad3e7a Use the new "createAddress" method of "IAddressFactory". 2004-09-29 15:14:44 +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
42ebad496a use new AbstractErrorParserPage 2004-09-28 18:59:36 +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
Mikhail Khodjaiants
0722f6fc65 Synchronize the "getType" method of "CVariable.InternalVariable". 2004-09-28 15:44:35 +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
Mikhail Khodjaiants
e254b82387 Use the new "getValue" method of "IAddress" for address comparison. 2004-09-27 18:43:58 +00:00
Mikhail Khodjaiants
fb2699f85e Target filtering fixes for watchpoints. 2004-09-27 18:36:43 +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
David Inglis
e3d23e3704 patch from ChrisW 2004-09-24 19:15:22 +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