[PATCH] D22353: FileCheck Enhancement - CHECK-WORD

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 15 08:58:01 PDT 2016


aprantl added a comment.

I think the two most compelling options are:

1. Implement support for \b in llvm's regex library.
2. Go with Duncan's suggestion and investigate whether the C++11 regex library can replace LLVM's posix regex library entirely so we can drop it from LLVM.


https://reviews.llvm.org/D22353





More information about the llvm-commits mailing list