]> granicus.if.org Git - clang/commit
Add a missing increment to avoid infinite looping in the regression test.
authorBenjamin Kramer <benny.kra@googlemail.com>
Sun, 25 Sep 2011 02:41:26 +0000 (02:41 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sun, 25 Sep 2011 02:41:26 +0000 (02:41 +0000)
commita41ee4921f0b42861cbb795752919ee3eddaf143
treed2f74f8f3abe2ef402780a40ac80dd258d16c737
parente003cfc080b9aa53f85da6cccb3fe6fac4815047
Add a missing increment to avoid infinite looping in the regression test.

Also make sure we set the error flag when correcting a typo.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140466 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaInit.cpp