This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: resolving backslash newline whisky tango foxtrot: a proposal
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: Joe dot Buck at synopsys dot COM (Joe Buck)
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 27 Oct 2005 14:35:38 -0400 (EDT)
- Subject: Re: resolving backslash newline whisky tango foxtrot: a proposal
> -Wcontinued-cpp-comment
>
> Warn if there is a C++-style comment that is continued by a backslash at
> the end of the line, and the following line contains something other
> than whitespace and comments. The current setting of
> -f{no-}eol-whitespace-strip is used to decide what is a continued
> comment.
We already have this included in -Wall via -Wcomment.
-- Pinski