Leo Treggiari
68da70cb9e
Update gnu tool defintion managed build version number to 3.0.0
2005-05-12 19:07:01 +00:00
Bogdan Gheorghe
c3d5a2813a
Updated strigns for Fix for 94988: BaseTestFramework disableIndex() doesn't work
2005-05-12 17:40:27 +00:00
Bogdan Gheorghe
ee60cb456e
Fix for 94988: BaseTestFramework disableIndex() doesn't work
2005-05-12 17:27:54 +00:00
Andrew Niefer
2d27b6de65
binary search for finding nodes in the DOM AST view
2005-05-12 16:20:31 +00:00
Alain Magloire
d333b65022
2005-05-12 Alain Magloire
...
For the per file container, make sure we clean the project info.
* model/org/eclipse/cdt/internal/core/model/PathEntryManager.java
* model/org/eclipse/cdt/core/model/IPathEntryContaienrExtension.java
2005-05-12 15:58:52 +00:00
Mikhail Khodjaiants
fcf978593f
Bug 94905: Error examining structure contents in debugger. The structure's elements should inherit the enablement flag from parents.
2005-05-12 15:27:52 +00:00
Alain Magloire
af17efc7a8
2005-05-12 Alain Magloire
...
Fix multiple warnings, the use of:
Workbench.setHelp() --> PlatformUI.getWorkbench().getHelpSystem().getHelp()
Use IShellProvider instead of shell.
* files too many to enumerate
2005-05-12 14:34:45 +00:00
Alain Magloire
f1a99f9bca
Remove warning.
2005-05-12 14:03:08 +00:00
Alain Magloire
8ecb6c287e
2005-05-12 Alain Magloire
...
Fix PR 93970
* src/org/eclipse/cdt/internal/ui/cview/SelectionTransferDragAdapter.java
* src/org/eclipse/cdt/internal/ui/cview/SelectionTransferDropAdapter.java
2005-05-12 13:58:31 +00:00
Alain Magloire
c1d6468eca
2005-05-12 Alain Magloire
...
Fix PR 94841
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Variable.java
2005-05-12 13:46:59 +00:00
Andrew Niefer
4de565f8fe
fix:
...
- resolving template function parameters
- getting the scope of a parameter in the case of functions return pointer to function or for parameters of type pointer to function
2005-05-11 21:29:58 +00:00
Vladimir Hirsl
fb26e4691f
Fix for PR 91442: [Scanner Config] Saving per file DSC for Mozilla project chokes the system.
...
When there is new per file scanner info for number of files in a project, the project is refreshed only once (no recursive processing of change delta).
2005-05-11 20:07:41 +00:00
Andrew Niefer
28b56b0e88
methods' implicit object parameter needs to handle templates in the same way as the type of "this"
2005-05-11 17:43:17 +00:00
Andrew Niefer
19b964b6f1
make sure template parameters have all their declarations added
2005-05-11 16:11:05 +00:00
Andrew Niefer
cc677cd35b
fix small bug that caused ClassCastExceptions
2005-05-11 15:08:37 +00:00
Andrew Niefer
ada5f6bb24
patch from Devin Steffler RE Open Declaration/Definition
...
bugs 86829, 93589, 94360
2005-05-10 20:31:02 +00:00
Mikhail Khodjaiants
ac2dcaf6f4
Bug 80175: Replace the CDT source lookup by the source lookup provided by Eclipse platform. Removed unused images.
2005-05-10 20:14:47 +00:00
Vladimir Hirsl
51467c7d3c
Fix for PR 94500: [Path Entry] Problem marker: Invalid project path: DISCOVERED_SCANNER_INFO
...
Fix for infinite loop in LocationMap.createSoleLocation(..). Courtesy of John C.
2005-05-10 20:04:50 +00:00
Andrew Niefer
540081b263
better handle adding declarations/definitions to templates
2005-05-10 19:53:38 +00:00
Andrew Niefer
02d30a64cb
types of class template implicit methods
...
template <class T> A{}; gets a constructor A( const A<T> & );
this was part of bug 71827
2005-05-10 17:30:50 +00:00
Andrew Niefer
772d99ada4
type of "this" in a class template member function, fixes bug 74204
2005-05-10 17:24:04 +00:00
Andrew Niefer
db56813b0a
IASTName.isDefinition() fixes
2005-05-10 16:46:37 +00:00
Andrew Niefer
ed7f696045
fix lookup of names in a declaration that come after a qualified name (bug 90610)
2005-05-10 15:37:09 +00:00
Andrew Niefer
adf20e84c7
update AST spec tests
2005-05-10 15:13:14 +00:00
Andrew Niefer
e2e8b4439d
handle template explicit instantiations. fixes bug 90689
...
also fix small bug in template argument deduction
2005-05-10 14:40:37 +00:00
Leo Treggiari
509ee1af20
UI for Discrete custom build steps
...
Filter configs based upon OS list and Arch list
2005-05-09 23:51:39 +00:00
Mikhail Khodjaiants
ff1dee0158
Bug 80175: Replace the CDT source lookup by the source lookup provided by Eclipse platform. Removed the old source lookup related classes and interfaces.
2005-05-09 21:41:40 +00:00
Mikhail Khodjaiants
72807c0c5f
Bug 80175: Replace the CDT source lookup by the source lookup provided by Eclipse platform. Removed CDebugEditor and old source lookup related classes and interfaces.
2005-05-09 21:41:17 +00:00
Bogdan Gheorghe
efe6bad409
Fix for 94132
2005-05-09 18:25:22 +00:00
Andrew Niefer
ce4decd0a0
Fix template scoping
...
- helps with nested templates & template specializations
- fxes bug 90686
2005-05-09 16:15:14 +00:00
Alain Magloire
ecd91d8fe3
2005-05-09 Alain Magloire
...
Patch from David Daoust, PR 94120
* src/org/eclipse/cdt/internal/ui/wizards/CWizardRegistry.java
2005-05-09 16:11:08 +00:00
Leo Treggiari
5bde16a1f9
Second set of changes for multiple input & output
...
Gnu definitions are updated to use new schema elements
2005-05-09 03:37:42 +00:00
John Camelon
05adf9b805
Refactored declarator() a bit.
2005-05-06 19:44:05 +00:00
Bogdan Gheorghe
6ed4079125
Small change to IMatch
2005-05-06 18:33:27 +00:00
John Camelon
8784493b09
Fixed Bug 93821 - NPE on CDOM.getCompletionNode()
2005-05-06 18:03:17 +00:00
John Camelon
9d13cdeb95
Keep the annoations for now.
...
Note to self: reverse this right before M7.
2005-05-06 18:02:28 +00:00
Alain Magloire
e8eb7cd78b
Fix for PR 93590
2005-05-06 17:51:49 +00:00
John Camelon
1843e1b6a0
Added tess.
2005-05-06 15:17:35 +00:00
John Camelon
5741db3525
Partial fix for
...
Bug 90618 - [Parser] invalid syntax error for cpp spec 6.4-3
Physical tree is now repaired, moving defect to Andrew.
2005-05-06 15:02:54 +00:00
Alain Magloire
1325843574
Fix warnings PR 93902
2005-05-06 14:18:52 +00:00
Alain Magloire
d00b5656b6
2005-05-06 Alain Magloire
...
PR 93902 to fix warnings.
* plugin.xml
* src/org/eclipse/cdt/internal/ui/search/FindDeclarationsInWorkingSet.java
* src/org/eclipse/cdt/internal/ui/search/FindRefsInWorkingSet.java
* src/org/eclipse/cdt/internal/ui/search/WorkingSetFindAction.java
* src/org/eclipse/cdt/internal/ui/text/HelpCompletionContribution.java
* src/org/eclipse/cdt/ui/CUIPlugin.java
2005-05-06 14:18:31 +00:00
John Camelon
c4c31b724f
Bug 90606 - [IBinding] Problem from sizeof ambiguity
...
Bug 86861 - [Parser] IASTProblemStatement with cast expression as selector
2005-05-05 18:53:50 +00:00
Vladimir Hirsl
6447835c74
Added Variables... button to Discovered options page.
...
Resolved some concurrency issues.
2005-05-05 16:58:24 +00:00
Bogdan Gheorghe
ea15dddbc9
Refactored CTags Indexer to allow individual tags to add themslves to an Indexer Output (consolidated CTagsIndexAll and CTagsAddCompilationUnit)
...
CTagFileReader logic change to read in all tags in ctags file
Patch from Dave with fix for TempVA merge problem (Indexer View was opening BlocksInput without close) + other UI improvements
Renamed generated CTags file
Refactored indexer tests to not depend on EntryResult toString()
2005-05-05 04:25:16 +00:00
Andrew Niefer
641fbeb7a6
start of support for template parameter qualified types
2005-05-04 20:40:04 +00:00
John Camelon
037b93c764
Added some more tests.
2005-05-04 19:55:14 +00:00
Vladimir Hirsl
39e465b9a8
Fix for PR 92599: [Indexer] Remove annotation markers preference from DOMIndexer & friends
...
- Replaced indexer problem markers property page block for DOMIndexer.
(from SourceIndexerBlock to NullIndexerBlock).
Only inclusion not found preprocessor problem markers are going to be
generated (there isn't an option in UI to disable/enable them yet).
- Also, fixed deleting of indexer problem markers when indexer is changed.
2005-05-04 18:58:40 +00:00
John Camelon
2bd5960655
Fixed locations for scanner problems.
2005-05-04 15:28:22 +00:00
John Camelon
249b5eb68e
Removed warning.
2005-05-04 15:27:30 +00:00
John Camelon
d5663f5134
Patch for Devin Steffler.
...
FIXED 72716- [Search] Search actions in "magic" include files do not work.
2005-05-03 18:48:24 +00:00