]> granicus.if.org Git - clang/commit
Don't unwrap initializer lists before calling TryConstructorInitialization, instead...
authorSebastian Redl <sebastian.redl@getdesigned.at>
Sat, 4 Feb 2012 21:27:33 +0000 (21:27 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Sat, 4 Feb 2012 21:27:33 +0000 (21:27 +0000)
commit08ae369fbe870cfb5077fbd1c652836b8dbeab8b
tree90e0335c42cae13b03bd8feaa2993610310c350c
parenta4e6453d42ab0c0d74c9b6e586bceaea25107662
Don't unwrap initializer lists before calling TryConstructorInitialization, instead doing a little more work inside. This should make finding initializer list constructors easier, as well as fix one place where the ({}) vs {} issue was probably poorly handled.

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