]> granicus.if.org Git - clang/commit
add support for implicit cast from array to pointer that is not the element
authorChris Lattner <sabre@nondot.org>
Mon, 10 Dec 2007 19:50:32 +0000 (19:50 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 10 Dec 2007 19:50:32 +0000 (19:50 +0000)
commit4fd46bc65115e5c37b412f5420e99f9b587d4010
treee69f0bbb2480e9a19ea8f33460574c34ec693357
parent05f753b996a6ea712ab06787190fb3287610fc59
add support for implicit cast from array to pointer that is not the element
type.

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