summaryrefslogtreecommitdiff
path: root/lib/Parse/ParseExpr.cpp
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2012-05-22 21:36:38 +0000
committerDimitry Andric <dim@FreeBSD.org>2012-05-22 21:36:38 +0000
commite51da3eab6ad2d02fcd8f68bdaef22d33a855210 (patch)
tree1bfa44f5a9427d658426ac7786a70741e36d1bc8 /lib/Parse/ParseExpr.cpp
parent6b9a6e390fbb92c40eb9c6ac9e7abbd88dd7a767 (diff)
Notes
Diffstat (limited to 'lib/Parse/ParseExpr.cpp')
-rw-r--r--lib/Parse/ParseExpr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Parse/ParseExpr.cpp b/lib/Parse/ParseExpr.cpp
index b6a027b0d7943..6d31396cc0166 100644
--- a/lib/Parse/ParseExpr.cpp
+++ b/lib/Parse/ParseExpr.cpp
@@ -2392,7 +2392,7 @@ ExprResult Parser::ParseBlockLiteralExpression() {
SourceLocation(),
EST_None,
SourceLocation(),
- 0, 0, 0, 0, 0,
+ 0, 0, 0, 0,
CaretLoc, CaretLoc,
ParamInfo),
attrs, CaretLoc);