diff options
author | David Blaikie <dblaikie@gmail.com> | 2013-06-22 18:59:18 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2013-06-22 18:59:18 +0000 |
commit | 47c1150f504873b92e78131e49d850f43843299c (patch) | |
tree | d56b8f2dac48f9dc09854d5660a8df092098e1c3 /clang/lib/CodeGen/CGDebugInfo.h | |
parent | 2b380232c36317f9f6af040b469d59f280213846 (diff) | |
download | bcm5719-llvm-47c1150f504873b92e78131e49d850f43843299c.tar.gz bcm5719-llvm-47c1150f504873b92e78131e49d850f43843299c.zip |
DebugInfo: Support (using GNU extensions) for template template parameters and parameter packs
llvm-svn: 184644
Diffstat (limited to 'clang/lib/CodeGen/CGDebugInfo.h')
-rw-r--r-- | clang/lib/CodeGen/CGDebugInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.h b/clang/lib/CodeGen/CGDebugInfo.h index 4603b9c6060..ddd4f0b1df1 100644 --- a/clang/lib/CodeGen/CGDebugInfo.h +++ b/clang/lib/CodeGen/CGDebugInfo.h @@ -166,7 +166,7 @@ class CGDebugInfo { llvm::DIArray CollectTemplateParams(const TemplateParameterList *TPList, - const TemplateArgumentList &TAList, + ArrayRef<TemplateArgument> TAList, llvm::DIFile Unit); llvm::DIArray CollectFunctionTemplateParams(const FunctionDecl *FD, llvm::DIFile Unit); |