]> granicus.if.org Git - clang/commit
Support the zero-initialization of VLAs when that really means a zero
authorJohn McCall <rjmccall@apple.com>
Fri, 14 Jan 2011 10:37:58 +0000 (10:37 +0000)
committerJohn McCall <rjmccall@apple.com>
Fri, 14 Jan 2011 10:37:58 +0000 (10:37 +0000)
commit5576d9b0a389f6f1f89bdcd37194f4e992b1fbcb
tree627aa5f534256471bac07b84da7698c61cff65b7
parentb8424370ff7ebb63db04b2398ddaa92e829582a4
Support the zero-initialization of VLAs when that really means a zero
bit-pattern.  Continue punting on zero-initializing VLAs with a nonzero
pattern.

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