]> granicus.if.org Git - clang/commit
Debug Info: Silently accept template argument packs
authorDavid Blaikie <dblaikie@gmail.com>
Fri, 10 May 2013 22:53:25 +0000 (22:53 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Fri, 10 May 2013 22:53:25 +0000 (22:53 +0000)
commit776a36453a48f3d1f305b83fbdf1632dde808ab5
tree6480813692ed4b85a094795972abb899e2e2c57d
parent30a16f1383b56cb71be251999a577b2e37db2ce0
Debug Info: Silently accept template argument packs

We could support the GCC extension DW_TAG_GNU_template_parameter_pack if
we're feeling adventurous, at some point - but I don't think GDB's doing
anything useful with it yet anyway.

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