[c++1z] Fix assertion failure when using the wrong number of bindings for a
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 20 Oct 2016 18:29:25 +0000 (18:29 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 20 Oct 2016 18:29:25 +0000 (18:29 +0000)
commitf70a906a11d68f716a7337341b4dddb418081a3f
tree1ae83b4abab111a4213192cae7b9f8df5f022761
parent521e5ef4ceb2f2cf67e44b2dc0442a6c9ca880fb
[c++1z] Fix assertion failure when using the wrong number of bindings for a
struct with unnamed bitfields.

llvm-svn: 284761
clang/lib/Sema/SemaDeclCXX.cpp
clang/test/SemaCXX/cxx1z-decomposition.cpp