[all-commits] [llvm/llvm-project] b75453: MCAssembler: Remove unneeded non-const iterators f...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Fri Jul 5 15:43:00 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b75453bc07dabe8e0dc0efb0766a4238e3df6712
https://github.com/llvm/llvm-project/commit/b75453bc07dabe8e0dc0efb0766a4238e3df6712
Author: Fangrui Song <i at maskray.me>
Date: 2024-07-05 (Fri, 05 Jul 2024)
Changed paths:
M llvm/include/llvm/MC/MCAssembler.h
M llvm/lib/MC/MCAssembler.cpp
M llvm/lib/MC/MachObjectWriter.cpp
M llvm/lib/MC/WinCOFFObjectWriter.cpp
Log Message:
-----------
MCAssembler: Remove unneeded non-const iterators for Sections and misleading size()
The pointers cannot be mutated even if the dereferenced MCSection can.
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