diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2012-08-23 17:58:28 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2012-08-23 17:58:28 +0000 |
commit | adba9be7c5c201a7f54e173a210ab1efdd2311dd (patch) | |
tree | ea9252b1d0b886dfe0b0fbef5d59cb27f643a8e2 /clang/lib/Parse/Parser.cpp | |
parent | 7e6347402d921d3e4c867172e153134ea43d15d1 (diff) | |
download | bcm5719-llvm-adba9be7c5c201a7f54e173a210ab1efdd2311dd.tar.gz bcm5719-llvm-adba9be7c5c201a7f54e173a210ab1efdd2311dd.zip |
Fix a bunch of -Wdocumentation warnings.
llvm-svn: 162452
Diffstat (limited to 'clang/lib/Parse/Parser.cpp')
-rw-r--r-- | clang/lib/Parse/Parser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Parse/Parser.cpp b/clang/lib/Parse/Parser.cpp index bee802faaad..683c9543908 100644 --- a/clang/lib/Parse/Parser.cpp +++ b/clang/lib/Parse/Parser.cpp @@ -135,7 +135,7 @@ DiagnosticBuilder Parser::Diag(const Token &Tok, unsigned DiagID) { /// given range. /// /// \param Loc The location where we'll emit the diagnostic. -/// \param Loc The kind of diagnostic to emit. +/// \param DK The kind of diagnostic to emit. /// \param ParenRange Source range enclosing code that should be parenthesized. void Parser::SuggestParentheses(SourceLocation Loc, unsigned DK, SourceRange ParenRange) { |