Paweł Sikora <pl...@agmk.net> writes: > On Tuesday 03 of April 2012 13:37:50 Diego Novillo wrote: >> >> Concurrently with this, Lawrence and Ian are working on the C++ coding >> guidelines. The draft is stored at http://gcc.gnu.org/wiki/CppConventions. > > what about using http://astyle.sourceforge.net/astyle.html for code checkers?
I don't think we want to automatically reformat the entire GCC codebase. Or at least, if we do, we don't want to confuse that with the C++ transition. > what about -Woverloaded-virtual [-Werror] by default? Sounds good to me. -Werror will of course be on by default for stage 2 and 3 development builds. Want to add a cxx_strict_warn along the lines of c_strict_warn in gcc/configure.ac and gcc/Makefile.in? Ian