]> granicus.if.org Git - clang/commit
DebugInfo: Support type alias templates
authorDavid Blaikie <dblaikie@gmail.com>
Sun, 6 Apr 2014 17:14:06 +0000 (17:14 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sun, 6 Apr 2014 17:14:06 +0000 (17:14 +0000)
commit2b100157e4ba9b70a3cea838e5c5b5fd77e3372a
tree90395853d4f78b0e58ea79839c4db8cec2a66074
parentffe00c3f352b7114de6530119fc86a2923e4cf8f
DebugInfo: Support type alias templates

We already got the type alias correct (though I've included a test case
here) since Clang represents that like any other typedef - but type
alias templates weren't being handled.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@205691 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp
lib/CodeGen/CGDebugInfo.h
test/CodeGenCXX/debug-info-alias.cpp [new file with mode: 0644]