]> granicus.if.org Git - clang/commit
Use the C++11 POD definition in C++11 mode to determine whether one
authorDouglas Gregor <dgregor@apple.com>
Mon, 7 Jan 2013 20:03:16 +0000 (20:03 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 7 Jan 2013 20:03:16 +0000 (20:03 +0000)
commit57cbb141ca7ee020d6853cd098065a9e0c2d69cc
tree75c879c45c0b14b817f17d26f0f90d48cb1a5aca
parent0b1de54fd69da1424084588196883ad4c0a57a57
Use the C++11 POD definition in C++11 mode to determine whether one
can create a VLA of class type. Fixes <rdar://problem/12151822>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171783 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaType.cpp
test/SemaCXX/c99-variable-length-array-cxx11.cpp [new file with mode: 0644]