]> granicus.if.org Git - clang/commitdiff
Debug Info: correct comment
authorDavid Blaikie <dblaikie@gmail.com>
Fri, 10 May 2013 23:36:06 +0000 (23:36 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Fri, 10 May 2013 23:36:06 +0000 (23:36 +0000)
Eric's code review feedback to r181644

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181650 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGDebugInfo.cpp

index dbae6e969920820fab30cadd4b22d4682fc2b73c..7d5d26030475191f968aa178070dc5a22c64db52 100644 (file)
@@ -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: