]> granicus.if.org Git - clang/commit
The address of a vla is actually complex and requires a dereference.
authorEric Christopher <echristo@apple.com>
Tue, 8 May 2012 18:56:47 +0000 (18:56 +0000)
committerEric Christopher <echristo@apple.com>
Tue, 8 May 2012 18:56:47 +0000 (18:56 +0000)
commita135f2ca67172940dd1dd9414f17b9397e4517ef
tree7d43eae68f5471d3f6156f6e4f27d32a21489477
parent3a89bfbeedcc4ae0226d591cfdfd26615556e148
The address of a vla is actually complex and requires a dereference.

Part of rdar://11352000

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156407 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp
test/CodeGen/debug-info-vla.c [new file with mode: 0644]