Fix a typo in the LambdaExpr class.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150139 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/clang/AST/ExprCXX.h b/include/clang/AST/ExprCXX.h
index b9ba3c3..395dcda 100644
--- a/include/clang/AST/ExprCXX.h
+++ b/include/clang/AST/ExprCXX.h
@@ -1222,7 +1222,7 @@
   /// \brief Retrieve the first initialization argument for this
   /// lambda expression (which initializes the first capture field).
   capture_init_iterator capture_init_begin() const {
-    return reinterpret_cast<Expr **>(getStoredStmts() + 1);
+    return reinterpret_cast<Expr **>(getStoredStmts());
   }
 
   /// \brief Retrieve the iterator pointing one past the last