diff options
Diffstat (limited to 'llvm/lib/Support/FileCheckImpl.h')
-rw-r--r-- | llvm/lib/Support/FileCheckImpl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Support/FileCheckImpl.h b/llvm/lib/Support/FileCheckImpl.h index 001b3589d5f..06ce8301cec 100644 --- a/llvm/lib/Support/FileCheckImpl.h +++ b/llvm/lib/Support/FileCheckImpl.h @@ -428,6 +428,9 @@ class FileCheckPattern { /// line to the one with this CHECK. Optional<size_t> LineNumber; + /// Ignore case while matching if set to true. + bool IgnoreCase = false; + public: FileCheckPattern(Check::FileCheckType Ty, FileCheckPatternContext *Context, Optional<size_t> Line = None) |