diff options
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/lib/Sema/SemaExprCXX.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaExprCXX.cpp b/clang/lib/Sema/SemaExprCXX.cpp index 20916668efb..b344225ab83 100644 --- a/clang/lib/Sema/SemaExprCXX.cpp +++ b/clang/lib/Sema/SemaExprCXX.cpp @@ -1834,7 +1834,7 @@ bool Sema::FindAllocationFunctions(SourceLocation StartLoc, SourceRange Range, /// in the specified scope. /// /// \param StartLoc The location of the 'new' token. -/// \param SourceRange The range of the placement arguments. +/// \param Range The range of the placement arguments. /// \param Name The name of the function ('operator new' or 'operator new[]'). /// \param Args The placement arguments specified. /// \param Ctx The scope in which we should search; either a class scope or the |

