Martin Hořeňovský 52cbb507ab Avoid copying StringRef
In theory the copy is cheap (couple of pointers change), but tests
are usually compiled in Debug mode/with minimal optimizations, which
means that most users will still have to pay the cost for those
function calls.
2018-07-23 14:04:43 +02:00
..
2018-03-09 10:37:56 +01:00
2018-07-23 14:04:43 +02:00
2018-07-23 10:12:15 +02:00