]> granicus.if.org Git - clang/commitdiff
DiagnosticsEngine::Report(): Fix a warning. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 22 Apr 2014 08:32:01 +0000 (08:32 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 22 Apr 2014 08:32:01 +0000 (08:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206871 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/Diagnostic.h

index 0a1b5405f5102cd0a7f0b29361abcc881425177e..f9764d18ef9934a28ea20c67bfcdc0194af7addc 100644 (file)
@@ -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,