[all-commits] [llvm/llvm-project] f2fa9a: [nfc][MSan] Change for-loop to ArgNo instead of dr...
k-kashapov via All-commits
all-commits at lists.llvm.org
Tue Dec 3 14:33:17 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f2fa9ac6169758268bc16c46ec80da2e88ad7f2c
https://github.com/llvm/llvm-project/commit/f2fa9ac6169758268bc16c46ec80da2e88ad7f2c
Author: k-kashapov <52855633+k-kashapov at users.noreply.github.com>
Date: 2024-12-03 (Tue, 03 Dec 2024)
Changed paths:
M llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
Log Message:
-----------
[nfc][MSan] Change for-loop to ArgNo instead of drop_begin (#117553)
As discussed in
https://github.com/llvm/llvm-project/pull/109284#discussion_r1838830571
Changed for loop to use `ArgNo` instead of `drop_begin` to keep loop
code consistent with other helpers.
Co-authored-by: Kamil Kashapov <kashapov at ispras.ru>
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