]> granicus.if.org Git - clang/commit
[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)
commite02feb3964e30644b8e3156807ac431fe244c9c7
treea369d9f168c1909006988d41859d94bebe4a3340
parent1883d8dd1330b55f74d431133bb1e1ab78c38e8c
[c++1z] Fix assertion failure when using the wrong number of bindings for a
struct with unnamed bitfields.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@284761 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclCXX.cpp
test/SemaCXX/cxx1z-decomposition.cpp