]> granicus.if.org Git - clang/commit
Remove error-prone 'list initialization' flag from an implicit conversion
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 6 Sep 2013 22:30:28 +0000 (22:30 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 6 Sep 2013 22:30:28 +0000 (22:30 +0000)
commit798186ae9253c935f4a5cf19cc9610d9e9a370c5
treea12d800cebc6a3d8730e7c8634e1f965609aac91
parent00e0f4315064734255171f013b534c6e32086d7a
Remove error-prone 'list initialization' flag from an implicit conversion
sequence. All that matters here is whether we're doing the
std::initializer_list special case thing.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190213 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Overload.h
lib/Sema/SemaOverload.cpp