Use emplace_back instead of a constructor call and push_back. NFC
[oota-llvm.git] / unittests / Support / UnicodeTest.cpp
2013-09-04 Alexander KornienkoMove generic isPrint and columnWidth implementations...