]> granicus.if.org Git - clang/commit
CheckStringInit has side effects; make sure we don't run it in VerifyOnly mode, at...
authorEli Friedman <eli.friedman@gmail.com>
Mon, 26 Sep 2011 19:09:09 +0000 (19:09 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Mon, 26 Sep 2011 19:09:09 +0000 (19:09 +0000)
commit8a5d929268beeb69b654120fb0b4f8893ad230eb
treea68329a22a071ffc0a4840f58d2f0830d3834659
parent65ab90736ede3932b26848e39c64396c47f2941b
CheckStringInit has side effects; make sure we don't run it in VerifyOnly mode, at least for the moment.  <rdar://problem/10185490>.

Sebastian, please take a look at this; I'm not entirely sure it is the right thing to do.

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