Add a Python-like join function to merge a list of strings with a
authorJoerg Sonnenberger <joerg@bec.de>
Tue, 3 Sep 2013 20:43:54 +0000 (20:43 +0000)
committerJoerg Sonnenberger <joerg@bec.de>
Tue, 3 Sep 2013 20:43:54 +0000 (20:43 +0000)
commitf57a80f4942dafdb56e854d42af83abaf949ff9d
tree8857468a92216001fa484ad6be1a1992fa379518
parentb81d7a89129ff1621fa609144b400df3500542d6
Add a Python-like join function to merge a list of strings with a
separator between each two elements.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189846 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/StringExtras.h
unittests/ADT/StringRefTest.cpp