| commit | f1b382e87df86b5fee84c9aeb2d7b6fad6862514 | [log] [tgz] |
|---|---|---|
| author | David Blaikie <dblaikie@gmail.com> | Sun Apr 06 17:14:06 2014 +0000 |
| committer | David Blaikie <dblaikie@gmail.com> | Sun Apr 06 17:14:06 2014 +0000 |
| tree | d5a2b07f31b6496008c67ac604906ae423fa62fc | |
| parent | d8efd89b20d78726242428714347e98534908c69 [diff] |
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. llvm-svn: 205691