mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-28 06:56:06 +00:00

There are few `std::vector<std::string>` members in `FileCheckRequest`. This patch changes these arrays to `std::vector<StringRef>` and refactors the code related to cleanup/improve/simplify it. Differential revision: https://reviews.llvm.org/D78202