diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-07-22 01:27:42 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-07-22 01:27:42 +0000 |
| commit | 75a7c32a3cf1e029fadd01f6a93952c975f7fcd6 (patch) | |
| tree | 803e0a19fffe85d181e36e515756f806d9d404e9 /clang/lib/Sema | |
| parent | da6365f4edbd820dbb104967077a0bc44a53c411 (diff) | |
| download | bcm5719-llvm-75a7c32a3cf1e029fadd01f6a93952c975f7fcd6.tar.gz bcm5719-llvm-75a7c32a3cf1e029fadd01f6a93952c975f7fcd6.zip | |
SemaTemplate.cpp: Prune a stray "\param NumParamLists" in comment. [-Wdocumentation]
llvm-svn: 186802
Diffstat (limited to 'clang/lib/Sema')
| -rw-r--r-- | clang/lib/Sema/SemaTemplate.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/Sema/SemaTemplate.cpp b/clang/lib/Sema/SemaTemplate.cpp index c0ebc8e0586..decac1dfc57 100644 --- a/clang/lib/Sema/SemaTemplate.cpp +++ b/clang/lib/Sema/SemaTemplate.cpp @@ -1586,8 +1586,6 @@ static SourceRange getRangeOfTypeInNestedNameSpecifier(ASTContext &Context, /// \param ParamLists the template parameter lists, from the outermost to the /// innermost template parameter lists. /// -/// \param NumParamLists the number of template parameter lists in ParamLists. -/// /// \param IsFriend Whether to apply the slightly different rules for /// matching template parameters to scope specifiers in friend /// declarations. |

