]> granicus.if.org Git - clang/commit
[DWARF] Allow forward declarations of a class template instantiation
authorPaul Robinson <paul.robinson@sony.com>
Thu, 28 Sep 2017 18:37:02 +0000 (18:37 +0000)
committerPaul Robinson <paul.robinson@sony.com>
Thu, 28 Sep 2017 18:37:02 +0000 (18:37 +0000)
commitf0ae815a5fac60340f15afadcf84194c4513c22e
treec77866cc77e1b393dc8bf4b8cd6269efd720c5c3
parent9ecb2a666051a91774f4542f6684dd95618be2d0
[DWARF] Allow forward declarations of a class template instantiation
to have child entries describing the template parameters.  This will
be on by default for SCE tuning.

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@314444 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/CC1Options.td
include/clang/Frontend/CodeGenOptions.def
lib/CodeGen/CGDebugInfo.cpp
lib/Driver/ToolChains/Clang.cpp
lib/Frontend/CompilerInvocation.cpp
test/CodeGenCXX/debug-info-fwd-template-param.cpp [new file with mode: 0644]