We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c370869 commit f490697Copy full SHA for f490697
clang/lib/Sema/CheckExprLifetime.cpp
@@ -472,7 +472,7 @@ shouldTrackFirstArgumentForConstructor(const CXXConstructExpr *Ctor) {
472
}
473
474
// Return true if this is an "normal" assignment operator.
475
-// We assuments that a normal assingment operator always returns *this, that is,
+// We assume that a normal assignment operator always returns *this, that is,
476
// an lvalue reference that is the same type as the implicit object parameter
477
// (or the LHS for a non-member operator$=).
478
static bool isNormalAssignmentOperator(const FunctionDecl *FD) {
0 commit comments