forked from OSchip/llvm-project
76e0ab23f6
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 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
FileCheck.cpp |