diff options
author | Christopher Ferris <cferris1000@users.noreply.github.com> | 2025-06-18 09:12:53 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-18 09:12:53 -0700 |
commit | a2cee05449636c8e0d630b2ccdc71f2d422227a9 (patch) | |
tree | f0a4be4aa68d04e8ed8ae5076d1caaf001281c01 /llvm/lib/CodeGen/MachineFunction.cpp | |
parent | 0fa373c77ded203eddb973c79244c75ee5957eaf (diff) | |
download | llvm-a2cee05449636c8e0d630b2ccdc71f2d422227a9.zip llvm-a2cee05449636c8e0d630b2ccdc71f2d422227a9.tar.gz llvm-a2cee05449636c8e0d630b2ccdc71f2d422227a9.tar.bz2 |
[scudo] Make report pointers const. (#144624)
Mark as many of the reportXX functions that take pointers const. This
avoid the need to use const_cast when calling these functions on an
already const pointer.
Fix reportHeaderCorruption calls where an argument was passed into an
append call that didn't use them.
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions