]> granicus.if.org Git - clang/commit
-fwritable-strings should silence warnings about the deprecated string
authorDouglas Gregor <dgregor@apple.com>
Mon, 14 Mar 2011 16:13:32 +0000 (16:13 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 14 Mar 2011 16:13:32 +0000 (16:13 +0000)
commit069a6da34a86c97ffe78c379da246fc8116daaff
tree2f97edf22cdd3eeb6bec5b915396e06578c0af16
parenta4fdbfad150ae37bddaa4094d3925a27a1a1cf3f
-fwritable-strings should silence warnings about the deprecated string
-literal to char* conversion. Make it so.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127586 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExprCXX.cpp
test/SemaCXX/writable-strings-deprecated.cpp