]> granicus.if.org Git - clang/commit
Check the entire StackSaveValues stack for VLAs when dealing with goto and return...
authorAnders Carlsson <andersca@mac.com>
Sat, 20 Dec 2008 21:33:38 +0000 (21:33 +0000)
committerAnders Carlsson <andersca@mac.com>
Sat, 20 Dec 2008 21:33:38 +0000 (21:33 +0000)
commit7e63b8527fa0b065802fc6cb8cb6124d7c23c4a2
tree454c80e0c8c207b54f4b965552bdd174751410c9
parent751358ff73b155f5384e151e1d18aa3f6e7b061c
Check the entire StackSaveValues stack for VLAs when dealing with goto and return statements. Noticed by Eli Friedman.

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