From 059bec7acc616e2fd9e39ccbfdb8c363cc5b719c Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 22 Apr 2014 08:32:01 +0000 Subject: [PATCH] DiagnosticsEngine::Report(): Fix a warning. [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206871 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Basic/Diagnostic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.40.0