Avoid using set::emplace as it is apparently not supported by gcc 4.7.
authorDaniel Jasper <djasper@google.com>
Tue, 16 Jun 2015 13:15:54 +0000 (13:15 +0000)
committerDaniel Jasper <djasper@google.com>
Tue, 16 Jun 2015 13:15:54 +0000 (13:15 +0000)
commit34688f2f7e63e731cf77a55aed38d409c8f09215
tree68bc9ba63b8be766f64632711d9a482aaef8e7eb
parent335487ad873797c2a44747d1c9442baa67fa8d74
Avoid using set::emplace as it is apparently not supported by gcc 4.7.

llvm-svn: 239816
clang/unittests/Tooling/RewriterTest.cpp