PR29086: DebugInfo: Improve support for fixed array dimensions in variable length...
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 22 Aug 2016 17:49:56 +0000 (17:49 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 22 Aug 2016 17:49:56 +0000 (17:49 +0000)
commit87173f108ab976f64f4577e3bfce1d300fcb0b50
treec4ad8e23a17e92f902e7fa4016275363b0864b01
parentc41fcaf8aa1e0fce242fcf0af55d1d8113e67bcb
PR29086: DebugInfo: Improve support for fixed array dimensions in variable length arrays

llvm-svn: 279445
clang/lib/CodeGen/CGDebugInfo.cpp
clang/test/CodeGenCXX/debug-info-vla.cpp [new file with mode: 0644]