From: Simon Pilgrim Date: Thu, 7 Apr 2016 17:38:24 +0000 (+0000) Subject: Minor Wdocumentation fix. NFCI. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5cfb9ae98edba88089fe3321b3701d3750a5b191;p=clang Minor Wdocumentation fix. NFCI. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@265700 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Parse/Parser.h b/include/clang/Parse/Parser.h index 9500e575ae..762fbc1d5d 100644 --- a/include/clang/Parse/Parser.h +++ b/include/clang/Parse/Parser.h @@ -2526,7 +2526,7 @@ private: public: /// Parses simple expression in parens for single-expression clauses of OpenMP /// constructs. - /// \param LLoc Returned location of left paren. + /// \param RLoc Returned location of right paren. ExprResult ParseOpenMPParensExpr(StringRef ClauseName, SourceLocation &RLoc); bool ParseUnqualifiedId(CXXScopeSpec &SS, bool EnteringContext, bool AllowDestructorName,