Skip to content

Commit 5359c69

Browse files
committed
auto -> Expr
1 parent edd4800 commit 5359c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/clang-tidy/performance/LostStdMoveCheck.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ void LostStdMoveCheck::check(const MatchFinder::MatchResult& Result) {
9191

9292
if (MatchedUseCall) return;
9393

94-
const auto* LastUsage =
94+
const Expr* LastUsage =
9595
getLastVarUsage(*MatchedDecl, *MatchedFunc, *Result.Context);
9696
if (LastUsage == nullptr) return;
9797

0 commit comments

Comments
 (0)