aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/FileCheck/FileCheck.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-05-26[FileCheck] Catch missspelled directives.Ivan Kosarev1-2/+26
2022-01-13[FileCheck] Allow literal '['s before "[[var...]]"Jay Foad1-4/+7
2022-01-07[llvm] Use true/false instead of 1/0 (NFC)Kazu Hirata1-1/+1
2021-10-23[llvm] Use StringRef::contains (NFC)Kazu Hirata1-2/+2
2021-09-01[FileCheck] Use StringRef for MatchRegexp to fix crash.Florian Hahn1-3/+5
2021-06-25[llvm] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö1-1/+1
2021-04-20Fix PR46880: Fail CHECK-NOT with undefined variableThomas Preud'homme1-39/+26
2021-03-24[FileCheck] Fix PR49531: invalid use of string varThomas Preud'homme1-1/+8
2021-03-17[FileCheck] Fix redundant diagnostics due to numeric errorsJoel E. Denny1-0/+2
2021-03-17[FileCheck] Fix numeric error propagationJoel E. Denny1-132/+186
2021-03-12[FileCheck] Add support for hex alternate form in FileCheckThomas Preud'homme1-11/+34
2021-03-11[FileCheck] Fix naming of OverflowErrorStr varThomas Preud'homme1-3/+8
2021-03-03[FileCheck] Do not skip end of line in diagnosticsThomas Preud'homme1-3/+0
2021-01-17[llvm] Use llvm::sort (NFC)Kazu Hirata1-6/+5
2021-01-14[llvm] Remove redundant return and continue statements (NFC)Kazu Hirata1-1/+0
2020-12-18[FileCheck] Add a literal check directive modifierJacques Pienaar1-36/+82
2020-12-16Use basic_string::find(char) instead of basic_string::find(const char *s, siz...Fangrui Song1-1/+1
2020-10-30[FileCheck] Report missing prefixes when more than one is provided.Mircea Trofin1-8/+16
2020-09-01Reland [FileCheck] Move FileCheck implementation out of LLVMSupport into its ...Raphael Isemann1-0/+2702
2020-08-31Revert "[FileCheck] Move FileCheck implementation out of LLVMSupport into its...Raphael Isemann1-2702/+0
2020-08-31[FileCheck] Move FileCheck implementation out of LLVMSupport into its own lib...Raphael Isemann1-0/+2702