]> granicus.if.org Git - clang/commit
abort when we lower an initializer to the wrong type, as we currently do for:
authorChris Lattner <sabre@nondot.org>
Mon, 10 Dec 2007 00:05:55 +0000 (00:05 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 10 Dec 2007 00:05:55 +0000 (00:05 +0000)
commitf89dfb292478b0921c68ef7177ceb738bee1e11b
tree52cbeba776e70211aeefbbf5e69849b4b6fc0a82
parent5ccc7011e6b4a4151598a2608a6acd56dbd14b9c
abort when we lower an initializer to the wrong type, as we currently do for:
char text[] = "string";

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44752 91177308-0d34-0410-b5e6-96231b3b80d8
CodeGen/CodeGenModule.cpp