]> granicus.if.org Git - clang/commit
Handle constant int -> ptr casts of lvalue results.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 20 Feb 2009 18:22:23 +0000 (18:22 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 20 Feb 2009 18:22:23 +0000 (18:22 +0000)
commit69ab26a8623141f35e86817cfc6e0fbe7639a40f
treef7298cff89a7d46e4904bf3041ee7929a9af2665
parentcafeb35117578585dbbfef0bc79d8aa27712bc0e
Handle constant int -> ptr casts of lvalue results.
 - PR3463 (again).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65133 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ExprConstant.cpp
test/CodeGen/const-init.c