[PATCH] D22353: FileCheck Enhancement - CHECK-WORD

Elena Lepilkina via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 19 00:28:12 PDT 2016


eklepilkina added a comment.

There is problem with STL, their realization of regular expressions doesn't match start and of line in basic mode and there is no multiline mode. There is the issue 2343 in http://cplusplus.github.io/LWG/lwg-toc.html.
There is opportunity to split text by lines and match each line separately, but I think this is a hack and, I think it'll slow FileCheck.


https://reviews.llvm.org/D22353





More information about the llvm-commits mailing list