r206871 - DiagnosticsEngine::Report(): Fix a warning. [-Wdocumentation]
NAKAMURA Takumi
geek4civic at gmail.com
Tue Apr 22 01:32:01 PDT 2014
Author: chapuni
Date: Tue Apr 22 03:32:01 2014
New Revision: 206871
URL: http://llvm.org/viewvc/llvm-project?rev=206871&view=rev
Log:
DiagnosticsEngine::Report(): Fix a warning. [-Wdocumentation]
Modified:
cfe/trunk/include/clang/Basic/Diagnostic.h
Modified: cfe/trunk/include/clang/Basic/Diagnostic.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/Diagnostic.h?rev=206871&r1=206870&r2=206871&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/Diagnostic.h (original)
+++ cfe/trunk/include/clang/Basic/Diagnostic.h Tue Apr 22 03:32:01 2014
@@ -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,
More information about the cfe-commits
mailing list