[all-commits] [llvm/llvm-project] 74eb07: [lldb] Use BasicBlock::iterator instead of InsertP...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Oct 15 08:25:50 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 74eb079e06ae052feda28e63f4f63303efc01236
https://github.com/llvm/llvm-project/commit/74eb079e06ae052feda28e63f4f63303efc01236
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2024-10-15 (Tue, 15 Oct 2024)
Changed paths:
M lldb/source/Plugins/ExpressionParser/Clang/IRDynamicChecks.cpp
M lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
Log Message:
-----------
[lldb] Use BasicBlock::iterator instead of InsertPosition (NFC) (#112307)
InsertPosition has been deprecated in favor of using
BasicBlock::iterator. (See #102608)
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