diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2017-10-12 09:42:14 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2017-10-12 09:42:14 +0000 |
| commit | 12ab07e0004b67752bcb4f91af2f33639422409a (patch) | |
| tree | 7952f33c7d82e0f81de2dbd62bc92cd0e9331edf /clang/lib/Lex | |
| parent | 5dadfd4bde632e60d68c31d75e3e1016d7ec9dba (diff) | |
| download | bcm5719-llvm-12ab07e0004b67752bcb4f91af2f33639422409a.tar.gz bcm5719-llvm-12ab07e0004b67752bcb4f91af2f33639422409a.zip | |
Fix warnings. [-Wdocumentation]
llvm-svn: 315573
Diffstat (limited to 'clang/lib/Lex')
| -rw-r--r-- | clang/lib/Lex/TokenLexer.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/lib/Lex/TokenLexer.cpp b/clang/lib/Lex/TokenLexer.cpp index df6ad5276ac..6ec128efc15 100644 --- a/clang/lib/Lex/TokenLexer.cpp +++ b/clang/lib/Lex/TokenLexer.cpp @@ -847,9 +847,8 @@ static void updateConsecutiveMacroArgTokens(SourceManager &SM, /// \brief Creates SLocEntries and updates the locations of macro argument /// tokens to their new expanded locations. /// -/// \param ArgIdDefLoc the location of the macro argument id inside the macro +/// \param ArgIdSpellLoc the location of the macro argument id inside the macro /// definition. -/// \param Tokens the macro argument tokens to update. void TokenLexer::updateLocForMacroArgTokens(SourceLocation ArgIdSpellLoc, Token *begin_tokens, Token *end_tokens) { |

