summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDebugInfo.h
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2014-04-06 17:14:06 +0000
committerDavid Blaikie <dblaikie@gmail.com>2014-04-06 17:14:06 +0000
commitf1b382e87df86b5fee84c9aeb2d7b6fad6862514 (patch)
treed5a2b07f31b6496008c67ac604906ae423fa62fc /clang/lib/CodeGen/CGDebugInfo.h
parentd8efd89b20d78726242428714347e98534908c69 (diff)
downloadbcm5719-llvm-f1b382e87df86b5fee84c9aeb2d7b6fad6862514.tar.gz
bcm5719-llvm-f1b382e87df86b5fee84c9aeb2d7b6fad6862514.zip
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
Diffstat (limited to 'clang/lib/CodeGen/CGDebugInfo.h')
-rw-r--r--clang/lib/CodeGen/CGDebugInfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.h b/clang/lib/CodeGen/CGDebugInfo.h
index 52784daf630..ea2998b1cb7 100644
--- a/clang/lib/CodeGen/CGDebugInfo.h
+++ b/clang/lib/CodeGen/CGDebugInfo.h
@@ -109,6 +109,7 @@ class CGDebugInfo {
llvm::DIType CreateType(const ComplexType *Ty);
llvm::DIType CreateQualifiedType(QualType Ty, llvm::DIFile Fg);
llvm::DIType CreateType(const TypedefType *Ty, llvm::DIFile Fg);
+ llvm::DIType CreateType(const TemplateSpecializationType *Ty, llvm::DIFile Fg);
llvm::DIType CreateType(const ObjCObjectPointerType *Ty,
llvm::DIFile F);
llvm::DIType CreateType(const PointerType *Ty, llvm::DIFile F);
OpenPOWER on IntegriCloud