Martin Hořeňovský 7b865daccc
Make StringRef's operator std::string explicit
This way it is explicit when there is a `StringRef` -> `std::string`
conversion and makes it easier to look for allocations that could
be avoided.

Doing this has already removed one allocation per registered test
case, as there was a completely pointless `StringRef` -> `std::string`
conversion when parsing tags of a test case.
2019-09-08 15:58:10 +02:00
..
2017-09-07 17:25:15 +02:00
2017-12-09 20:17:47 +01:00
2019-01-13 19:01:12 +01:00
2019-08-09 10:50:53 +02:00
2017-09-07 17:25:15 +02:00
2017-08-30 15:53:39 +02:00
2019-08-05 19:12:29 +02:00
2019-02-08 10:41:23 +01:00
2017-07-27 11:32:01 +02:00
2019-09-07 11:31:00 +02:00
2019-09-07 11:31:00 +02:00
2019-01-11 11:55:51 +01:00
2019-08-08 14:05:24 +02:00