MantisBT - KWStyle
View Issue Details
0009962KWStylepublic2009-11-24 12:462009-11-24 13:06
Tom Vercauteren 
Julien Jomier 
normalminoralways
resolvedfixed 
0009962: Too many semicolons wrongly reported on foo( "();;" )
On the following piece of code, KWStyle (current cvs version) wrongly reports:
  "Error 0000007 (5) Too many semicolons"

--------
#include <string>

int main( int argc, char **argv )
{
   std::string str( "();;" );
   return 0;
}
No tags attached.
Issue History
2009-11-24 12:46Tom VercauterenNew Issue
2009-11-24 12:54Julien JomierStatusnew => assigned
2009-11-24 12:54Julien JomierAssigned To => Julien Jomier
2009-11-24 13:06Julien JomierNote Added: 0018571
2009-11-24 13:06Julien JomierStatusassigned => resolved
2009-11-24 13:06Julien JomierResolutionopen => fixed

Notes
(0018571)
Julien Jomier   
2009-11-24 13:06   
Should be fixed in SVN. Thanks for the report!