rsmith added inline comments.

================
Comment at: lib/Parse/ParseStmt.cpp:843-845
+  return ParseCompoundStatement(isStmtExpr,
+                                Scope::DeclScope | Scope::CompoundStmtScope);
 }
----------------
This seems to miss quite a lot of places that introduce compound statement 
scopes. (Search for callers of `ParseCompundStatementBody` and callers of the 
2-argument form of `ParseCompoundStatement` for those.)


https://reviews.llvm.org/D33676



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to