- a3d357e [FileCheck] Use StringRef for MatchRegexp to fix crash. by Florian Hahn · 3 years, 10 months ago
- fd94103 Fix PR46880: Fail CHECK-NOT with undefined variable by Thomas Preud'homme · 4 years, 10 months ago
- c7c542e [FileCheck] Fix -dump-input per-pattern diagnostic indexing by Joel E. Denny · 4 years, 3 months ago
- 058455f [FileCheck] Fix PR49531: invalid use of string var by Thomas Preud'homme · 4 years, 3 months ago
- f87b410 [FileCheck] Fix redundant diagnostics due to numeric errors by Joel E. Denny · 4 years, 3 months ago
- dd59c13 [FileCheck] Fix numeric error propagation by Joel E. Denny · 4 years, 3 months ago
- f9e2a62 [FileCheck] Add support for hex alternate form in FileCheck by Thomas Preud'homme · 5 years ago
- d377849 [FileCheck][NFC] Move -dump-input tests to a subdirectory by Joel E. Denny · 4 years, 4 months ago
- 09c3573 [FileCheck] Do not skip end of line in diagnostics by Thomas Preud'homme · 4 years, 6 months ago
- 87dbdd2 [FileCheck] Default --allow-unused-prefixes to false by Fangrui Song · 4 years, 4 months ago
- eec87db [FileCheck] Make --allow-unused-prefixes cl::ZeroOrMore by Fangrui Song · 4 years, 5 months ago
- c042aff [NFC] Disallow unused prefixes under llvm/test by Mircea Trofin · 4 years, 5 months ago
- c0cea2d [Test][FileCheck] Fix use of undef var by Thomas Preud'homme · 4 years, 10 months ago
- 44f399c [FileCheck] Add a literal check directive modifier by Jacques Pienaar · 4 years, 6 months ago
- 98e8a06 [FileCheck] Use %ProtectFileCheckOutput in allow-unused-prefixes.txt by Mircea Trofin · 4 years, 8 months ago
- a1aaa9e [FileCheck] Fix comments and eof in allow-unused-prefixes.txt by Mircea Trofin · 4 years, 8 months ago
- 70c6b86 Add missing EOL. NFCI. by Simon Pilgrim · 4 years, 8 months ago
- ee703eb [FileCheck] Address unused prefixes in tests by Mircea Trofin · 4 years, 8 months ago
- 871d658 [FileCheck] Report missing prefixes when more than one is provided. by Mircea Trofin · 4 years, 8 months ago
- 998709b [FileCheck] Add precision to format specifier by Thomas Preud'homme · 5 years ago
- 2c91316 Test all CHECK-NOT in a block even if one fails by Thomas Preud'homme · 4 years, 10 months ago
- 9f86b8e [FileCheck] Report captured variables by Joel E. Denny · 5 years ago
- d680711 [FileCheck] Extend -dump-input with substitutions by Joel E. Denny · 5 years ago
- 9fd4b5f [FileCheck] Implement -dump-input-filter by Joel E. Denny · 5 years ago
- 77b6ddf [FileCheck] In input dump, elide only if ellipsis is shorter by Joel E. Denny · 5 years ago
- bce8fce [FileCheck] Implement -dump-input-context by Joel E. Denny · 5 years ago
- 839f8e4 [FileCheck] Improve -dump-input documentation by Joel E. Denny · 5 years ago
- 782585a [FileCheck] Permit multiple -v or -vv by Joel E. Denny · 5 years ago
- 6324387 [FileCheck][NFC] Clean up RUN style in verbose.txt test by Joel E. Denny · 5 years ago
- ecb098c [FileCheck][NFC] Fix typo in test comment by Joel E. Denny · 5 years ago
- 4b1b09f [FileCheck] Add missing %ProtectFileCheckOutput to FileCheck tests by Joel E. Denny · 5 years ago
- 47934c7 FileCheck [11/12]: Add matching constraint specification by Thomas Preud'homme · 6 years ago
- 8fd2270 [FileCheck] Add function call support to numerical expressions. by Paul Walker · 5 years ago
- d31c9e5 Change filecheck default to dump input on failure by Mehdi Amini · 5 years ago
- 23ac16c FileCheck [10/12]: Add support for signed numeric values by Thomas Preud'homme · 6 years ago
- 3be5e53 [FileCheck] Allow parenthesized expressions by Alex Richardson · 5 years ago
- 5a8db27 Revert "[llvm][test] Add COM: directives before colon-less non-CHECKs in comments. NFC" by Jon Roelofs · 5 years ago
- 183d6af [llvm][test] Add COM: directives before colon-less non-CHECKs in comments. NFC by Jon Roelofs · 5 years ago
- 0c2c6fc [test] Improve FileCheck's numeric-expression.txt by Thomas Preud'homme · 5 years ago
- 5df55bc [FileCheck] Fix isalpha/isalnum calls by Joel E. Denny · 5 years ago
- a1fd188 [FileCheck] Support comment directives by Joel E. Denny · 5 years ago
- 2aa0217 [FileCheck] Make invalid prefix diagnostics more precise by Joel E. Denny · 5 years ago
- e1ed4d9 Revert "[FileCheck] Make invalid prefix diagnostics more precise" by Joel E. Denny · 5 years ago
- d0e7fd6 Revert "[FileCheck] Support comment directives" by Joel E. Denny · 5 years ago
- 9a9a5f9 [FileCheck] Support comment directives by Joel E. Denny · 5 years ago
- a78e137 [FileCheck] Make invalid prefix diagnostics more precise by Joel E. Denny · 5 years ago
- ce68545 [FileCheck] Fix --dump-input annotation sort per input line by Joel E. Denny · 5 years ago
- b5a2461 [FileCheck] Fix --dump-input implicit pattern location by Joel E. Denny · 5 years ago
- 65a2de7 [FileCheck] - Fix the false positive when -implicit-check-not is used with an unknown -check-prefix. by Georgii Rymar · 5 years ago
- 9743123 [FileCheck] Better diagnostic for format conflict by Thomas Preud'homme · 5 years ago
- 8f8c495 [FileCheck] Add missing %ProtectFileCheckOutput to FileCheck tests by Joel E. Denny · 5 years ago
- 6e01cd6 Improve error message of FileCheck when stdin is empty by David Bozier · 5 years ago
- 8e96697 FileCheck [9/12]: Add support for matching formats by Thomas Preud'homme · 6 years ago
- fdde18a [FileCheck] Given multiple -dump-input, prefer most verbose by Joel E. Denny · 6 years ago
- f471eb8 [FileCheck] Make FILECHECK_OPTS useful for its test suite by Joel E. Denny · 6 years ago
- 6e418de [FileCheck] Use lit's internal shell for the test suite by Joel E. Denny · 6 years ago
- 5b5b2fd [FileCheck] Implement --ignore-case option. by Kai Nacke · 6 years ago
- d3aed7f Revert "[FileCheck] Implement --ignore-case option." by Dmitri Gribenko · 6 years ago
- dfd2b6f [FileCheck] Implement --ignore-case option. by Kai Nacke · 6 years ago
- a291b95 [FileCheck] Forbid using var defined on same line by Thomas Preud'homme · 6 years ago
- 608f2bf [FileCheck] Move -dump-input diagnostic to first line by Joel E. Denny · 6 years ago
- a83dfd9 [FileCheck]] Canonicalize caret location testing by Thomas Preud'homme · 6 years ago
- 4cd9b85 FileCheck [8/12]: Define numeric var from expr by Thomas Preud'homme · 6 years ago
- 5ecb880 Revert "FileCheck [8/12]: Define numeric var from expr" by Thomas Preud'homme · 6 years ago
- 75299de Revert "[FileCheck]] Canonicalize caret location testing" by Thomas Preud'homme · 6 years ago
- ba4e8d7 [FileCheck]] Canonicalize caret location testing by Thomas Preud'homme · 6 years ago
- 1b05977 FileCheck [8/12]: Define numeric var from expr by Thomas Preud'homme · 6 years ago
- 7049449 [FileCheck] Fix numeric variable redefinition by Thomas Preud'homme · 6 years ago
- 2a7f520 FileCheck [7/12]: Arbitrary long numeric expressions by Thomas Preud'homme · 6 years ago
- fe7ac17 [FileCheck] Don't diagnose undef vars at parse time by Thomas Preud'homme · 6 years ago
- 28196a5 [FileCheck] Factor some parsing checks out by Thomas Preud'homme · 6 years ago
- a2ef1ba [FileCheck] Stop qualifying expressions as numeric by Thomas Preud'homme · 6 years ago
- baae41f FileCheck: Return parse error w/ Error & Expected by Thomas Preud'homme · 6 years ago
- 71d3f22 FileCheck [6/12]: Introduce numeric variable definition by Thomas Preud'homme · 6 years ago
- f3b9bb3 [FileCheck] Introduce substitution subclasses by Thomas Preud'homme · 6 years ago
- 1a944d2 FileCheck: Improve FileCheck variable terminology by Thomas Preud'homme · 6 years ago
- 7b4ecdd Reinstate "FileCheck [5/12]: Introduce regular numeric variables" by Thomas Preud'homme · 6 years ago
- 00439368 Revert "FileCheck [5/12]: Introduce regular numeric variables" by Thomas Preud'homme · 6 years ago
- e47362c FileCheck [5/12]: Introduce regular numeric variables by Thomas Preud'homme · 6 years ago
- e17a0d3 [FileCheck, NFC] Split defines.txt in two by Thomas Preud'homme · 6 years ago
- c242be4 [CommandLine] Change help output to prefix long options with `--` instead of `-`. NFC . Part 3 of 5 by Don Hinton · 6 years ago
- 1feaee5 [FileCheck] Fix line-count.txt test by Thomas Preud'homme · 6 years ago
- 288ed91 FileCheck [4/12]: Introduce @LINE numeric expressions by Thomas Preud'homme · 6 years ago
- 15cb1f1 FileCheck [3/12]: Stricter parsing of @LINE expressions by Thomas Preud'homme · 6 years ago
- 5a33047 FileCheck [2/12]: Stricter parsing of -D option by Thomas Preud'homme · 6 years ago
- 662c043 [FileCheck]Remove assertions that prevent matching an empty string at file start before CHECK-NEXT/SAME by James Henderson · 6 years ago
- 92e3c97 Fixup test on Windows with a case-insensitive filesystem due to path printing changes from r352704. by Douglas Yung · 6 years ago
- a5e233b Recommit: Detect incorrect FileCheck variable CLI definition by Thomas Preud'homme · 6 years ago
- a493843 Fixup test after r352704 since it changes how paths may be emitted. by Douglas Yung · 6 years ago
- 447abc5 Revert "Detect incorrect FileCheck variable CLI definition" by Thomas Preud'homme · 6 years ago
- e97834e Revert "Fix defines.txt" by Thomas Preud'homme · 6 years ago
- 352695c [FileCheck] Suppress old -v/-vv diags if dumping input by Joel E. Denny · 6 years ago
- ca28a46 Fix defines.txt by Thomas Preud'homme · 6 years ago
- 84f4ff5 Detect incorrect FileCheck variable CLI definition by Thomas Preud'homme · 6 years ago
- 4d8c8fe [FileCheck] Don't propagate `FILECHECK_DUMP_INPUT_ON_FAILURE` and by Dan Liew · 6 years ago
- c646b4b [FileCheck] Try to fix test on windows due to r349418 by Joel E. Denny · 7 years ago
- e2afb61 [FileCheck] Annotate input dump (final tweaks) by Joel E. Denny · 7 years ago
- 96f0e84 [FileCheck] Annotate input dump (7/7) by Joel E. Denny · 7 years ago
- f7c1c4d [FileCheck] Annotate input dump (6/7) by Joel E. Denny · 7 years ago
- 7df8696 [FileCheck] Annotate input dump (5/7) by Joel E. Denny · 7 years ago