Removed use of 'emplace' on std::map, since not all buildbot slaves support it
authorCameron Desrochers <cameron@moodycamel.com>
Thu, 18 Aug 2016 18:41:41 +0000 (18:41 +0000)
committerCameron Desrochers <cameron@moodycamel.com>
Thu, 18 Aug 2016 18:41:41 +0000 (18:41 +0000)
commitcc29958fb8c0889007f400f6213b16e8e66a3e95
tree50169af5cfeecf59d7fb704a40006f8f9fe0c905
parenta8db71e8407922ab7e2e8279e59749d8ce222e0d
Removed use of 'emplace' on std::map, since not all buildbot slaves support it

llvm-svn: 279114
clang/unittests/libclang/LibclangTest.cpp