Skip to content

Commit 636b14f

Browse files
JOE1994Sirraide
andauthored
Rename var: Mte -> MTE
Co-authored-by: Sirraide <[email protected]>
1 parent 08e1a33 commit 636b14f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/lib/Sema/SemaChecking.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12048,8 +12048,8 @@ void Sema::CheckForIntOverflow (const Expr *E) {
1204812048
New && New->isArray()) {
1204912049
if (auto ArraySize = New->getArraySize())
1205012050
Exprs.push_back(*ArraySize);
12051-
} else if (const auto *Mte = dyn_cast<MaterializeTemporaryExpr>(OriginalE))
12052-
Exprs.push_back(Mte->getSubExpr());
12051+
} else if (const auto *MTE = dyn_cast<MaterializeTemporaryExpr>(OriginalE))
12052+
Exprs.push_back(MTE->getSubExpr());
1205312053
} while (!Exprs.empty());
1205412054
}
1205512055

0 commit comments

Comments
 (0)