[PATCH] D68146: [FileCheck] Implement --ignore-case option.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 10 02:40:36 PDT 2019


MaskRay added inline comments.


================
Comment at: llvm/utils/FileCheck/FileCheck.cpp:53
+    "ignore-case",
+    cl::desc("Ignore case in comparisons"));
+
----------------
Use case-insensitive matching? (To be consistent with the doc).


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68146/new/

https://reviews.llvm.org/D68146





More information about the llvm-commits mailing list