]> granicus.if.org Git - clang/commit
Fix implementation of the likely resolution of core issue 253 to support class
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 28 Oct 2016 19:11:18 +0000 (19:11 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 28 Oct 2016 19:11:18 +0000 (19:11 +0000)
commitc29c0303fda1f619ff27df21e21212a09e539ec6
tree6942496b1ac42c79c77a8e4ad361eab6d76eff26
parentd9726c12020704f63669253fbf08ab8383754ed4
Fix implementation of the likely resolution of core issue 253 to support class
based arrays. Patch by Ian Tessier!

Differential Review: https://reviews.llvm.org/D25974

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@285430 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/DeclCXX.cpp
test/SemaCXX/constexpr-value-init.cpp