mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 09:16:05 +00:00

This PR refines the code in `GenerateInput.h` used for benchmark testing by implementing the following changes: - Replaced all unqualified usages of `size_t` with `std::size_t`. - Removed unnecessary curly braces `{}` from for loops that contain simple single-statement bodies, in accordance with LLVM coding standards.