Bug 69428 - [Refactoring] Fails to rename members in constructor initialization list
Summary: [Refactoring] Fails to rename members in constructor initialization list
Status: RESOLVED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-parser (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 2.0.1   Edit
Assignee: Andrew Niefer CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 68623
Blocks:
  Show dependency tree
 
Reported: 2004-07-06 20:31 EDT by Alexei Balmashnov CLA
Modified: 2004-08-10 13:23 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexei Balmashnov CLA 2004-07-06 20:31:48 EDT
Subject says it. Sample source:

class A
{
public:
	A() : i(0) {} //failed here!!!
private:
	int i_renamed;
};
Comment 1 John Camelon CLA 2004-07-07 10:22:26 EDT
Pls investigate Andrew.
Comment 2 Kleo Hapitas CLA 2004-07-07 16:57:21 EDT
PR was not targeted to any particular release. Changing target milestone to 2.1
Comment 3 Andrew Niefer CLA 2004-07-08 17:42:40 EDT
fix applied to head.  will be propagated to 2.0.1 later
Comment 4 Andrew Niefer CLA 2004-08-10 13:23:27 EDT
fix is now in 2.0.1