Test commit

llvm-svn: 181057
This commit is contained in:
Wei Pan 2013-05-03 21:07:45 +00:00
parent 52bf3c4c3f
commit c4c76d1b4f
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ StmtResult Sema::ActOnDeclStmt(DeclGroupPtrTy dg, SourceLocation StartLoc,
void Sema::ActOnForEachDeclStmt(DeclGroupPtrTy dg) {
DeclGroupRef DG = dg.getAsVal<DeclGroupRef>();
// If we don't have a declaration, or we have an invalid declaration,
// just return.
if (DG.isNull() || !DG.isSingleDecl())