diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2012-12-09 06:48:56 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2012-12-09 06:48:56 +0000 |
commit | 2801d9afa1fabbc99b7c1ad9f2f3df0e0b24adb1 (patch) | |
tree | e121a4e4db13d808dc836dbb7f1ae8c2e1de610c /lib/CodeGen/CGRecordLayoutBuilder.cpp | |
parent | afee0ff915b87f92e8c07c72d31c3165aacf6fa8 (diff) |
Fix overload resolution for the initialization of a multi-dimensional
array from a braced-init-list. There seems to be a core wording wart
here (it suggests we should be testing whether the elements of the init
list are implicitly convertible to the array element type, not whether
there is an implicit conversion sequence) but our prior behavior appears
to be a bug, not a deliberate effort to implement the standard as written.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169690 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGRecordLayoutBuilder.cpp')
0 files changed, 0 insertions, 0 deletions