This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]