]> granicus.if.org Git - clang/commit
Don't remove the init expression from the initializer list if it had a semantic error.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 30 Oct 2010 01:06:26 +0000 (01:06 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 30 Oct 2010 01:06:26 +0000 (01:06 +0000)
commitd86132d52c1dd99ad5519abaad92533712692a8b
tree505f005cfd34e5de348296ec854c6a72f04fd835
parent6a622dfde49ff06df4e0487fa9782a9a137971ac
Don't remove the init expression from the initializer list if it had a semantic error.

We already flag the error with InitListChecker's hadError and we mess up the AST unnecessarily.
Fixes rdar://8605381.

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