diff options
Diffstat (limited to 'clang/lib/CodeGen')
-rw-r--r-- | clang/lib/CodeGen/CGDebugInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp index dbae6e96992..7d5d2603047 100644 --- a/clang/lib/CodeGen/CGDebugInfo.cpp +++ b/clang/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: |