]> granicus.if.org Git - clang/commit
PR32044: Fix some cases where we would confuse a transparent init-list expression...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 23 Feb 2017 22:41:47 +0000 (22:41 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 23 Feb 2017 22:41:47 +0000 (22:41 +0000)
commitfad0d791961d3f29e5340bba709be214c53e9d13
tree325072b0feee96d38e3510c32cdcba576d909b22
parent0df4330a24251e7d19550819018be741e4b4b3e0
PR32044: Fix some cases where we would confuse a transparent init-list expression with an aggregate init.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@296033 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/Expr.cpp
lib/Sema/SemaInit.cpp
test/CodeGenCXX/cxx11-initializer-aggregate.cpp
test/CodeGenCXX/reference-init.cpp