]> granicus.if.org Git - clang/commit
Follow Eli's advice and store the VLA size with the native size_t type. Fixes PR3491.
authorAnders Carlsson <andersca@mac.com>
Thu, 5 Feb 2009 19:43:10 +0000 (19:43 +0000)
committerAnders Carlsson <andersca@mac.com>
Thu, 5 Feb 2009 19:43:10 +0000 (19:43 +0000)
commit96f214776c0f69069fee4d67557c8c7f416009a8
tree68b462fe2367ffdd3d9d9cc7da9c48bbdc260265
parent1a6b3686bf5671075c5b217fcfc1840cb0aae172
Follow Eli's advice and store the VLA size with the native size_t type. Fixes PR3491.

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