mirror of
https://github.com/intel/llvm.git
synced 2026-02-03 02:26:27 +08:00
This uses some friend class trickery to avoid some unneeded temporary std::string allocations. Differential Revision: https://reviews.llvm.org/D155035