[PATCH] D30380: Teach lit to expand glob expressions

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 25 14:12:35 PST 2017


zturner added a comment.

The reason I didn't use `findall` or `finditer` is because they only return the portion inside the capture group, so you lose the information about the original replacement string, making the code to actually replace the outer part a little obnoxious.


https://reviews.llvm.org/D30380





More information about the llvm-commits mailing list