]> granicus.if.org Git - clang/commit
DebugInfo: Don't include member function template specializations in the list of...
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 6 Oct 2014 05:06:54 +0000 (05:06 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 6 Oct 2014 05:06:54 +0000 (05:06 +0000)
commit98ca94018cf2472dbfc028b81b6d6c7582477cd2
treea65c198f2f2211e800327f7bd0f2bc44d81fd2a3
parentb0373698cbe66ce64a1a9f16f571c19880412b68
DebugInfo: Don't include member function template specializations in the list of class members

By leaving these members out of the member list, we avoid them being
emitted into type unit definitions - while still allowing the
definition/declaration to be injected into the compile unit as expected.

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