Re: a simple formatter

From: Tsantilas Christos <chtsanti@dont-contact.us>
Date: Fri, 08 Feb 2008 21:11:45 +0200

Also I am evaluating the following:
   http://invisible-island.net/bcpp/bcpp.html

It does not have a lot of configuration parameters but looks safer than
astyle.
In the other hand makes a lot of changes in the current code.
Also it is significant faster than formater.pl/astyle combinations.

I am running it with the following parameters:
   bcpp -bcl -yb -f 1 -ylcnc -i 4 filename.cc

At this time the only bad think I found is:

AConstructor::AConstructor( ...): chld_cnsotr(),chld2 _constr() ...
{
}

converts to:

AConstructor::Constructor( ...):
chld_cnsotr(),
chld2 _constr()
{
}
Received on Fri Feb 08 2008 - 12:11:55 MST

This archive was generated by hypermail pre-2.1.9 : Sat Mar 01 2008 - 12:00:09 MST