diff options
author | Wei Pan <wei.pan@intel.com> | 2013-05-03 21:07:45 +0000 |
---|---|---|
committer | Wei Pan <wei.pan@intel.com> | 2013-05-03 21:07:45 +0000 |
commit | 55c7d02e6c76cdf1dfc67bd9cbeb5d3b69eec353 (patch) | |
tree | d7f59b4eb28482daa0b60679c7bade29a53b5cee /lib | |
parent | d072e59eb6b5e32f93be25f08f212b0ec21d6c5d (diff) |
Test commit
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181057 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Sema/SemaStmt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Sema/SemaStmt.cpp b/lib/Sema/SemaStmt.cpp index 70960faf99..42d4590e1e 100644 --- a/lib/Sema/SemaStmt.cpp +++ b/lib/Sema/SemaStmt.cpp @@ -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()) |