PR14492: Debug Info: Support for values of non-integer non-type template parameters.
authorDavid Blaikie <dblaikie@gmail.com>
Fri, 10 May 2013 21:52:07 +0000 (21:52 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Fri, 10 May 2013 21:52:07 +0000 (21:52 +0000)
commit4de9d72883eebe4e86bffdaad89483dfe822e2a5
tree6a8943e3e03b77597c5e99a823c85156bb5ab422
parentfd4ccda4a56d1664b43ca7ed9909254f6de592bb
PR14492: Debug Info: Support for values of non-integer non-type template parameters.

This is only tested for global variables at the moment (& includes tests
for the unnamed parameter case, since apparently this entire function
was completely untested previously)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181632 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DIBuilder.h
include/llvm/DebugInfo.h
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
lib/IR/DIBuilder.cpp
lib/IR/DebugInfo.cpp
test/DebugInfo/template.ll [new file with mode: 0644]