[cfe-commits] r140574 - in /cfe/trunk: include/clang/Basic/DiagnosticGroups.td include/clang/Basic/DiagnosticSemaKinds.td test/SemaCXX/warn-literal-conversion.cpp test/SemaCXX/warn-string-conversion.cpp

John McCall rjmccall at apple.com
Mon Sep 26 16:24:06 PDT 2011


On Sep 26, 2011, at 3:38 PM, Richard Trieu wrote:
> Author: rtrieu
> Date: Mon Sep 26 17:38:21 2011
> New Revision: 140574
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=140574&view=rev
> Log:
> Move string literal to bool conversion into its own warning flag -Wstring-conversion.

Why?  I'd really rather not minutely slice up warnings without a good justification.

John.



More information about the cfe-commits mailing list