[PATCH] D22353: FileCheck Enhancement - CHECK-WORD
Alexander Kornienko via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 7 04:35:26 PDT 2016
alexfh added a comment.
In https://reviews.llvm.org/D22353#535691, @alexfh wrote:
> Do I understand correctly, that this patch makes writing single-word check lines easier? Why not add more words to check lines to make them more strict? BTW, does FileCheck support `{{\b}}`?
Previous comments answer the last question. So is it feasible to add support for `\b` to LLVM regexps?
https://reviews.llvm.org/D22353
More information about the llvm-commits
mailing list