]> granicus.if.org Git - clang/commitdiff
clang/Lex/PPCallbacks.h: Fix a warning in r301472. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 27 Apr 2017 00:09:42 +0000 (00:09 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 27 Apr 2017 00:09:42 +0000 (00:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@301503 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Lex/PPCallbacks.h

index 57fe1bb12250a56c4a88ec74dafc58530e9c3a64..81c3bd7d14ec5624bbe31949361e10ce7faf6b63 100644 (file)
@@ -247,7 +247,7 @@ public:
   }
 
   /// \brief Hook called whenever a macro \#undef is seen.
-  /// \param Token The active Token
+  /// \param MacroNameTok The active Token
   /// \param MD A MacroDefinition for the named macro.
   /// \param Undef New MacroDirective if the macro was defined, null otherwise.
   ///