]> granicus.if.org Git - clang/commit
PR18581: Attempt to complete the type in a VLA declaration before checking
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 8 Feb 2014 02:30:49 +0000 (02:30 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 8 Feb 2014 02:30:49 +0000 (02:30 +0000)
commit98bbe6386faa1d58ade67efe280b1b54596863ea
tree4203097126b60fd6e8823e037505d6a9fee4ffa1
parent7ac2116ee48645173fb3d63d760936ff38be890b
PR18581: Attempt to complete the type in a VLA declaration before checking
whether it's POD.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201018 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaType.cpp
test/SemaCXX/vla.cpp