]> granicus.if.org Git - clang/commit
Add the exception for strings in logical and expressions to -Wstring-conversion
authorRichard Trieu <rtrieu@google.com>
Wed, 19 Nov 2014 06:08:18 +0000 (06:08 +0000)
committerRichard Trieu <rtrieu@google.com>
Wed, 19 Nov 2014 06:08:18 +0000 (06:08 +0000)
commitb4adcf5e119cfd1e20040ee974c598a435a7c17f
treef23c9615371425865f27176cb3f877f23354bbb7
parent8945a699131159a70cc74a6a14f6d888517a6582
Add the exception for strings in logical and expressions to -Wstring-conversion
for C code.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@222327 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaChecking.cpp
test/Sema/warn-string-conversion.c [new file with mode: 0644]