]> granicus.if.org Git - clang/commit
Don't crash generating debug info for VLA in function prototype.
authorEli Friedman <efriedma@codeaurora.org>
Wed, 19 Oct 2016 22:16:32 +0000 (22:16 +0000)
committerEli Friedman <efriedma@codeaurora.org>
Wed, 19 Oct 2016 22:16:32 +0000 (22:16 +0000)
commita32fe9277c81f89fbba89ff025cca07d83498bc1
tree937de7743e2b2d5f468a74813329e84bfa1c2c60
parent25d6334178161369a75785f2607d05dd32c3cc42
Don't crash generating debug info for VLA in function prototype.

Fixes regression from r279445.

Differential Revision: https://reviews.llvm.org/D25793

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@284652 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp
test/CodeGenCXX/debug-info-vla.cpp