try blocks are not parsed correctly

Christoph Bartoschek bartoschek at gmx.de
Fri Oct 20 19:00:12 UTC 2006


Hi,

the following code is not parsed correctly by the cpp parser:

void func()
try {

} catch (...) {

}


class C {
   C() 
   try 
     : a(4)
   {

   } catch (...) {

   }

   int a;
};



Greetings
Christoph




More information about the KDevelop-devel mailing list