]> granicus.if.org Git - clang/commit
Fix for PR21915: assert on multidimensional VLA in function arguments.
authorAlexey Bataev <a.bataev@hotmail.com>
Thu, 18 Dec 2014 06:54:53 +0000 (06:54 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Thu, 18 Dec 2014 06:54:53 +0000 (06:54 +0000)
commit9b8aa02e2afac5b5463a6d265454a84df5f1e4b6
treeb29b368a789745389212331124d5d741dc8869af
parent23cf9d557e2396291b461c7c16a889fc97fa25a3
Fix for PR21915: assert on multidimensional VLA in function arguments.
Fixed assertion on type checking for arguments and parameters on function call if arguments are pointers to VLA
Differential Revision: http://reviews.llvm.org/D6655

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@224504 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenFunction.h
test/CodeGen/vlt_to_pointer.c [new file with mode: 0644]
test/CodeGenCXX/vlt_to_reference.cpp [new file with mode: 0644]