Skip to content

Commit 6d51016

Browse files
committed
remove rogue full stop
1 parent 558f73d commit 6d51016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CodeGen/CGDebugInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1337,7 +1337,7 @@ llvm::DIType *CGDebugInfo::CreateType(const TemplateSpecializationType *Ty,
13371337
if (CGM.getCodeGenOpts().DebugTemplateAlias) {
13381338
// TemplateSpecializationType doesn't know if its template args are
13391339
// being substitued into a parameter pack. We can find out if that's
1340-
// the case now by inspecting the TypeAliasTemplateDecl template.
1340+
// the case now by inspecting the TypeAliasTemplateDecl template
13411341
// parameters. Insert Ty's template args into SpecArgs, bundling args
13421342
// passed to a parameter pack into a TemplateArgument::Pack.
13431343
SmallVector<TemplateArgument> SpecArgs;

0 commit comments

Comments
 (0)