Files
rust/compiler
Michael Goulet e6d18561aa Rollup merge of #138117 - cuviper:passwrapper-size_t, r=Urgau
[llvm/PassWrapper] use `size_t` when building arg strings

While we're unlikely to ever overflow `int` in this case, it's still more proper to use `size_t` consistently when dealing with buffer lengths. If nothing else, this fixes a few `-Wsign-compare` warnings.
2025-03-06 15:40:11 -05:00
..
2025-02-28 08:42:14 +11:00
2025-03-06 14:46:10 +01:00
2025-02-25 17:27:22 +00:00
2025-02-24 14:31:19 +01:00
2025-02-23 23:11:00 +07:00
2025-03-03 01:34:09 +00:00