Bug 226306 - Nested ASTModifications are not handled properly by the Change Genarator
Summary: Nested ASTModifications are not handled properly by the Change Genarator
Status: RESOLVED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: 5.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 5.0 M7   Edit
Assignee: Markus Schorn CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2008-04-09 11:37 EDT by Emanuel Graf CLA
Modified: 2008-06-22 03:53 EDT (History)
1 user (show)

See Also:


Attachments
Adds a Stack to keep track of the Modifiaction Scope and some typo fixes. (15.00 KB, patch)
2008-04-09 11:37 EDT, Emanuel Graf CLA
bjorn.freeman-benson: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Emanuel Graf CLA 2008-04-09 11:37:27 EDT
Created attachment 95383 [details]
Adds a Stack to keep track of the Modifiaction Scope and some typo fixes.

The Change Generator does not handle the nested ASTModifications as intended.
Comment 1 Markus Schorn CLA 2008-04-09 11:41:23 EDT
I'll look at the patch.
Comment 2 Markus Schorn CLA 2008-04-09 11:49:09 EDT
Thanks, I have applied your patch.