mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 07:01:03 +08:00
Let's just return a std::string to make this safe. formatv seemed overkill for formatting the return values as they all just append an integer value to a constant string. Reviewed By: labath Differential Revision: https://reviews.llvm.org/D84505