From f3849f739e52510871d11361125f0ef239f11603 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Fri, 10 Jan 2020 10:32:20 +0000 Subject: [PATCH] Fix Wdocumentation warning. NFCI. --- clang/lib/Parse/ParseExpr.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/clang/lib/Parse/ParseExpr.cpp b/clang/lib/Parse/ParseExpr.cpp index 067a77a592f2..1442df046bb9 100644 --- a/clang/lib/Parse/ParseExpr.cpp +++ b/clang/lib/Parse/ParseExpr.cpp @@ -246,8 +246,6 @@ ExprResult Parser::ParseConstraintExpression() { /// \brief Parse a constraint-logical-and-expression. /// -/// \param RightMostExpr If provided, will receive the right-most atomic -/// constraint that was parsed. /// \verbatim /// C++2a[temp.constr.decl]p1 /// constraint-logical-and-expression: