Tweak a comment

llvm-svn: 121979
This commit is contained in:
Douglas Gregor 2010-12-16 17:19:19 +00:00
parent 5223d53697
commit 062ecac8ed
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ bool Sema::DiagnoseUnexpandedParameterPack(const DeclarationNameInfo &NameInfo,
case DeclarationName::CXXConstructorName:
case DeclarationName::CXXDestructorName:
case DeclarationName::CXXConversionFunctionName:
// FIXME: We shouldn't need this!
// FIXME: We shouldn't need this null check!
if (TypeSourceInfo *TSInfo = NameInfo.getNamedTypeInfo())
return DiagnoseUnexpandedParameterPack(NameInfo.getLoc(), TSInfo, UPPC);