From: NAKAMURA Takumi Date: Tue, 22 Apr 2014 08:32:01 +0000 (+0000) Subject: DiagnosticsEngine::Report(): Fix a warning. [-Wdocumentation] X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=059bec7acc616e2fd9e39ccbfdb8c363cc5b719c;p=clang DiagnosticsEngine::Report(): Fix a warning. [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206871 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/Diagnostic.h b/include/clang/Basic/Diagnostic.h index 0a1b5405f5..f9764d18ef 100644 --- a/include/clang/Basic/Diagnostic.h +++ b/include/clang/Basic/Diagnostic.h @@ -654,7 +654,7 @@ public: /// \param DiagID A member of the @c diag::kind enum. /// \param Loc Represents the source location associated with the diagnostic, /// which can be an invalid location if no position information is available. - /// \param FlagNameValue A string that represents the value that triggered + /// \param Val A string that represents the value that triggered /// this diagnostic. If given, this value will be emitted as "=value" /// after the flag name. inline DiagnosticBuilder Report(SourceLocation Loc, unsigned DiagID,