This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Switching to C++ by default in 4.8
- From: PaweÅ Sikora <pluto at agmk dot net>
- To: gcc at gcc dot gnu dot org
- Cc: Diego Novillo <dnovillo at google dot com>, Ian Lance Taylor <iant at google dot com>, Lawrence Crowl <crowl at google dot com>
- Date: Tue, 03 Apr 2012 21:38:52 +0200
- Subject: Re: Switching to C++ by default in 4.8
- References: <4F7B356E.9080003@google.com>
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?
what about -Woverloaded-virtual [-Werror] by default?