]> granicus.if.org Git - clang/commit
Fix crasher when the range in a C++ range-for loop has an ill-formed initializer.
authorDouglas Gregor <dgregor@apple.com>
Thu, 2 May 2013 18:35:56 +0000 (18:35 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 2 May 2013 18:35:56 +0000 (18:35 +0000)
commit39b60dc786950e553f5e12fa0e692a33f650a568
tree6f13000486e889270a0d451b1fc7dc798b523450
parentdb3910be2e30b3fa00474f0e1c0780f544469dee
Fix crasher when the range in a C++ range-for loop has an ill-formed initializer.

Fixes <rdar://problem/13712739>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@180937 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/TreeTransform.h
test/CXX/stmt.stmt/stmt.iter/stmt.ranged/p1.cpp