summaryrefslogtreecommitdiff
path: root/include/clang/Basic/Diagnostic.h
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-04-22 08:32:01 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-04-22 08:32:01 +0000
commit059bec7acc616e2fd9e39ccbfdb8c363cc5b719c (patch)
tree8da7b79420d30828f077f4964b7a475a684c96e6 /include/clang/Basic/Diagnostic.h
parent7910e52155ce9de43aac2ed8c73954427f9051a0 (diff)
downloadclang-059bec7acc616e2fd9e39ccbfdb8c363cc5b719c.tar.gz
clang-059bec7acc616e2fd9e39ccbfdb8c363cc5b719c.tar.bz2
clang-059bec7acc616e2fd9e39ccbfdb8c363cc5b719c.tar.xz
DiagnosticsEngine::Report(): Fix a warning. [-Wdocumentation]
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206871 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/Diagnostic.h')
-rw-r--r--include/clang/Basic/Diagnostic.h2
1 files changed, 1 insertions, 1 deletions
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,