[PATCH] D68146: [FileCheck] Implement --ignore-case option.
Kai Nacke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 9 04:27:55 PDT 2019
Kai added a comment.
In D68146#1691246 <https://reviews.llvm.org/D68146#1691246>, @MaskRay wrote:
> To make it really `--ignore-case`, the pattern should also be changed to lowercase.
I am not sure which pattern I have missed. The fixed string match uses the lowercase find and the regex match uses the Regex::IgnoreCase flag.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68146/new/
https://reviews.llvm.org/D68146
More information about the llvm-commits
mailing list