1
1
mirror of https://github.com/rui314/mold.git synced 2024-10-04 16:48:04 +03:00
mold/macho
Rui Ueyama 05e1054058 s/std::lock_guard/std::scoped_lock/g
It looks like you should use std::scoped_lock instead of std::lock_guard
by default since C++17 unless you have a strong opinion to prefer the
latter.
2022-01-21 15:02:47 +09:00
..
arch-arm64.cc Refactor: rename a function 2021-12-31 21:28:16 +09:00
arch-x86-64.cc Refactor: rename a function 2021-12-31 21:28:16 +09:00
cmdline.cc Revert "Revert "Use C++17 filesystem API"" 2021-12-31 16:39:54 +09:00
dead-strip.cc Use std::erase_if instead of our own 2022-01-21 10:40:46 +09:00
dumper.cc [Mach-O] Make everything template 2021-12-01 22:02:33 +09:00
input-sections.cc wip 2021-12-03 15:47:42 +09:00
macho.h Rename variables 2021-12-07 21:55:04 +09:00
main.cc Use std::erase_if instead of our own 2022-01-21 10:40:46 +09:00
mapfile.cc [Mach-O] Add ARM64 stub 2021-12-02 11:51:42 +09:00
mold.h Refactor: rename a function 2021-12-31 21:28:16 +09:00
object-file.cc s/std::lock_guard/std::scoped_lock/g 2022-01-21 15:02:47 +09:00
output-chunks.cc Refactor: rename a function 2021-12-31 21:28:16 +09:00
output-file.cc [ELF] [Mach-O] Show errno for ftruncate and fchmod 2022-01-18 14:42:56 +09:00
tapi.cc Fix -Wall warnings 2021-12-22 12:10:20 +09:00
yaml.cc [Mach-O] wip 2021-11-05 22:02:11 +09:00