Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 352263

Summary: [qf] Catch by reference quick fix places & at a wrong place when no space after the type
Product: [Tools] CDT Reporter: Marc-André Laperle <malaperle>
Component: cdt-codanAssignee: Marc-André Laperle <malaperle>
Status: RESOLVED FIXED QA Contact: Elena Laskavaia <elaskavaia.cdt>
Severity: normal    
Priority: P3 CC: cdtdoug
Version: 8.0   
Target Milestone: 8.0.1   
Hardware: All   
OS: All   
Whiteboard:

Description Marc-André Laperle CLA 2011-07-16 01:37:55 EDT
Using 8.0

class Exception
{
};

int main()
{
    try
    {
    } catch (Exception)
    { // & inserted at the beginning of this line
    }
    return 0;
}
Comment 1 Marc-André Laperle CLA 2011-07-21 13:06:03 EDT
Fixed part of bug 348191.