]> granicus.if.org Git - clang/commit
Extend the unsupported error to include break and continue, and fix a
authorEli Friedman <eli.friedman@gmail.com>
Sat, 20 Dec 2008 23:18:29 +0000 (23:18 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Sat, 20 Dec 2008 23:18:29 +0000 (23:18 +0000)
commit20c802bf305ea44eb36b6fc6ef3c16a0bfca9b66
tree9126eff367389768b85efef8ec25f42335aa4714
parent8f39f5e96ce4a5f401f431f61db7df1cf05dce6f
Extend the unsupported error to include break and continue, and fix a
warning by using an unsigned index.

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