From: David Blaikie Date: Fri, 10 May 2013 23:36:06 +0000 (+0000) Subject: Debug Info: correct comment X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e8065128777e13322aa2b4de86a362326e0c7686;p=clang Debug Info: correct comment Eric's code review feedback to r181644 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181650 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGDebugInfo.cpp b/lib/CodeGen/CGDebugInfo.cpp index dbae6e9699..7d5d260304 100644 --- a/lib/CodeGen/CGDebugInfo.cpp +++ b/lib/CodeGen/CGDebugInfo.cpp @@ -1267,7 +1267,7 @@ CollectTemplateParams(const TemplateParameterList *TPList, case TemplateArgument::Pack: // And this with DW_TAG_GNU_template_parameter_pack break; - // these next 4 should never occur + // And the following should never occur: case TemplateArgument::Expression: case TemplateArgument::TemplateExpansion: case TemplateArgument::Null: