[PATCH] D24880: Add StringExtras join_items function

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 26 20:22:38 PDT 2016


zturner added a comment.

Also I feel like `Twine(foo() + '/' bar() + '/' + baz()).str()` is a big more difficult to visually grok than `llvm::join_items('/', foo(), bar(), baz());`


https://reviews.llvm.org/D24880





More information about the llvm-commits mailing list