CDT Commit Report for - September 24, 2003

amagloire

Change the old icon was own by QnX

NPE when monitor cancel change the other
of the checkline(true) for the flushing.

updated.

File and Folder Wizard removed in plugin.xml
not needed.

updated

Remove unuse method parser(Inputstream in)

remove on unused method

dinglis

fixed setting location path for target

added support for temporary targets

IBinary speed up
CDescriptor fix #43533
CExtension - null removes attributes

added make project id

dschaefer

Patch for Sean Evoy:
This patch adds a "hook" for F1 help on the new managed project wizard
configuration selection page. It also adds functionality to the managed
build project property page to allow the user to edit the make command and
build artifact name. They can also add and delete configurations from a
target. There is no support for adding another target to a project in this
release.

jcamelon

CORE
Fixed Bug 43106 : Symbol Table support needed to resolve types
Fixed Bug 43375 : isExtern not returning true for extern declarations

TESTS
Added testBug43375() to CompleteParseASTTest.
Moved testConditionalExpressionWithReferencesB_Bug43106 from failed tests to passed tests.
Moved testPMDotStar() and testPMArrowStar to failed tests w/defect number 43579.

Patch for Andrew Niefer

core:
- modifications to CSearchPattern.scanForNames()
- add getSimpleName to MethodDeclarationPattern

tests:
- Added FunctionMethodPatternTests.testBug43498()