summaryrefslogtreecommitdiff
path: root/src/passes/MemoryCopyFillLowering.cpp
diff options
context:
space:
mode:
authorThomas Lively <tlively@google.com>2024-11-15 16:18:29 -0500
committerGitHub <noreply@github.com>2024-11-15 13:18:29 -0800
commit368c1edf2a6182dcde7a91e6facbf3dbdd6c7456 (patch)
tree048eb337ab186d3548a3b4460de39e513e5da4a6 /src/passes/MemoryCopyFillLowering.cpp
parentce1a2b480ae89e65b4d94e1bb3332c5980e2479f (diff)
downloadbinaryen-368c1edf2a6182dcde7a91e6facbf3dbdd6c7456.tar.gz
binaryen-368c1edf2a6182dcde7a91e6facbf3dbdd6c7456.tar.bz2
binaryen-368c1edf2a6182dcde7a91e6facbf3dbdd6c7456.zip
Mark Result and MaybeResult [[nodiscard]] (#7083)
Since these types may be carrying errors that need to be handled or propagated, it is always an error not to use them in some way. Adding the [[nodiscard]] attribute caused the compiler to find a few instances where we were incorrectly ignoring results. Fix these places.
Diffstat (limited to 'src/passes/MemoryCopyFillLowering.cpp')
0 files changed, 0 insertions, 0 deletions