[Bug 73102] New: KDevelop parser parses a c++ function that is a try block wrongly

Uri Juhasz rossdally at hotmail.com
Wed Jan 21 05:02:09 UTC 2004


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
      
http://bugs.kde.org/show_bug.cgi?id=73102      
           Summary: KDevelop parser parses a c++ function that is a try
                    block wrongly
           Product: kdevelop
           Version: unspecified
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-devel at kdevelop.org
        ReportedBy: rossdally at hotmail.com


Version:           3.0.0r1 (using KDE KDE 3.1.4)
Installed from:    Compiled From Sources
Compiler:          gcc 3.3.2 
OS:          Linux

When a c++ function is declared as a try block :
   void f()
   try{
      int a;
      ...
   }catch(...){}

The class view shows all it's local variables as global - apparently it does not parse the body as a body.




More information about the KDevelop-devel mailing list