]> granicus.if.org Git - clang/commit
Fix a crash for nested initializer list initialization. Still does the wrong thing...
authorSebastian Redl <sebastian.redl@getdesigned.at>
Sun, 19 Feb 2012 12:27:43 +0000 (12:27 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Sun, 19 Feb 2012 12:27:43 +0000 (12:27 +0000)
commitd2231c9424d6cbbcecb6f89cc2de5b987327aeaa
tree19b9b2c8db0385fbe7e04db5be863ed4dbb6c31e
parente8e92b9dccc362be33a7f9bb84a114b18db65b10
Fix a crash for nested initializer list initialization. Still does the wrong thing in CodeGen, in that it never destructs anything.

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