summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/tools/clang/lib/Parse/ParseExpr.cpp
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2012-05-23 21:48:49 +0000
committerdim <dim@FreeBSD.org>2012-05-23 21:48:49 +0000
commit9d2e8543e6db6007e7d86295d6eee895ab247a70 (patch)
treeee30f8a7e81d1d6646490f99e21aa99ecfeb049a /contrib/llvm/tools/clang/lib/Parse/ParseExpr.cpp
parenta9e55b2ceb39f5bb150ecfcb1882c11f6e29c411 (diff)
downloadFreeBSD-src-9d2e8543e6db6007e7d86295d6eee895ab247a70.zip
FreeBSD-src-9d2e8543e6db6007e7d86295d6eee895ab247a70.tar.gz
Upgrade our copy of llvm/clang to 3.1 release. Release notes can be
found at: http://llvm.org/releases/3.1/docs/ReleaseNotes.html MFC after: 3 days
Diffstat (limited to 'contrib/llvm/tools/clang/lib/Parse/ParseExpr.cpp')
-rw-r--r--contrib/llvm/tools/clang/lib/Parse/ParseExpr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm/tools/clang/lib/Parse/ParseExpr.cpp b/contrib/llvm/tools/clang/lib/Parse/ParseExpr.cpp
index b6a027b..6d31396 100644
--- a/contrib/llvm/tools/clang/lib/Parse/ParseExpr.cpp
+++ b/contrib/llvm/tools/clang/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);
OpenPOWER on IntegriCloud