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/Sema/SemaCodeComplete.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/Sema/SemaCodeComplete.cpp')
-rw-r--r-- | clang/lib/Sema/SemaCodeComplete.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaCodeComplete.cpp b/clang/lib/Sema/SemaCodeComplete.cpp index 6c140ac692b..93413da00d8 100644 --- a/clang/lib/Sema/SemaCodeComplete.cpp +++ b/clang/lib/Sema/SemaCodeComplete.cpp @@ -5044,7 +5044,7 @@ static ObjCInterfaceDecl *GetAssumedMessageSendExprType(Expr *E) { /// /// \param S The semantic analysis object. /// -/// \param S NeedSuperKeyword Whether we need to prefix this completion with +/// \param NeedSuperKeyword Whether we need to prefix this completion with /// the "super" keyword. Otherwise, we just need to provide the arguments. /// /// \param SelIdents The identifiers in the selector that have already been |