[all-commits] [llvm/llvm-project] 72cc86: [Clang][NFC] Move temp variable back into the sour...
Shafik Yaghmour via All-commits
all-commits at lists.llvm.org
Thu Apr 24 08:15:48 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 72cc868c65b0641f23d1fb0518a8503c73ecdb5a
https://github.com/llvm/llvm-project/commit/72cc868c65b0641f23d1fb0518a8503c73ecdb5a
Author: Shafik Yaghmour <shafik.yaghmour at intel.com>
Date: 2025-04-24 (Thu, 24 Apr 2025)
Changed paths:
M clang/lib/Serialization/ASTReader.cpp
Log Message:
-----------
[Clang][NFC] Move temp variable back into the source (#137095)
Static analysis flagged this code b/c we are copying the temp variable
back in when we could move it instead.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list