aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/FileCheck
AgeCommit message (Expand)AuthorFilesLines
2024-01-19[FileCheck]: Fix diagnostics for NOT prefixes (#78412)Vinayak Dev4-9/+78
2023-08-07[FileCheck, 3/4] Allow AP value for numeric expressionsThomas Preud'homme5-304/+17
2023-05-17[NFC][Py Reformat] Reformat lit.local.cfg python files in llvmTobias Hieta1-2/+1
2022-05-30[FileCheck] Use %ProtectFileCheckOutput in recently added testJoel E. Denny1-7/+7
2022-05-26[FileCheck] Catch missspelled directives.Ivan Kosarev1-0/+28
2022-01-13[FileCheck] Allow literal '['s before "[[var...]]"Jay Foad1-1/+2
2021-09-01[FileCheck] Use StringRef for MatchRegexp to fix crash.Florian Hahn1-0/+19
2021-04-20Fix PR46880: Fail CHECK-NOT with undefined variableThomas Preud'homme5-37/+45
2021-03-27[FileCheck] Fix -dump-input per-pattern diagnostic indexingJoel E. Denny1-52/+114
2021-03-24[FileCheck] Fix PR49531: invalid use of string varThomas Preud'homme1-0/+12
2021-03-17[FileCheck] Fix redundant diagnostics due to numeric errorsJoel E. Denny2-18/+2
2021-03-17[FileCheck] Fix numeric error propagationJoel E. Denny4-0/+288
2021-03-12[FileCheck] Add support for hex alternate form in FileCheckThomas Preud'homme1-10/+45
2021-03-04[FileCheck][NFC] Move -dump-input tests to a subdirectoryJoel E. Denny4-0/+0
2021-03-03[FileCheck] Do not skip end of line in diagnosticsThomas Preud'homme6-360/+375
2021-02-08[FileCheck] Default --allow-unused-prefixes to falseFangrui Song2-13/+1
2021-02-02[FileCheck] Make --allow-unused-prefixes cl::ZeroOrMoreFangrui Song1-0/+1
2021-01-21[NFC] Disallow unused prefixes under llvm/testMircea Trofin1-0/+9
2021-01-09[Test][FileCheck] Fix use of undef varThomas Preud'homme1-4/+6
2020-12-18[FileCheck] Add a literal check directive modifierJacques Pienaar1-0/+62
2020-11-05[FileCheck] Use %ProtectFileCheckOutput in allow-unused-prefixes.txtMircea Trofin1-2/+2
2020-11-02[FileCheck] Fix comments and eof in allow-unused-prefixes.txtMircea Trofin1-3/+3
2020-10-31Add missing EOL. NFCI.Simon Pilgrim1-1/+1
2020-10-30[FileCheck] Address unused prefixes in testsMircea Trofin6-16/+16
2020-10-30[FileCheck] Report missing prefixes when more than one is provided.Mircea Trofin2-0/+12
2020-08-30[FileCheck] Add precision to format specifierThomas Preud'homme1-6/+87
2020-08-24Test all CHECK-NOT in a block even if one failsThomas Preud'homme1-0/+32
2020-07-28[FileCheck] Report captured variablesJoel E. Denny2-8/+88
2020-07-28[FileCheck] Extend -dump-input with substitutionsJoel E. Denny2-1/+150
2020-07-10[FileCheck] Implement -dump-input-filterJoel E. Denny1-8/+225
2020-07-10[FileCheck] In input dump, elide only if ellipsis is shorterJoel E. Denny1-30/+96
2020-07-10[FileCheck] Implement -dump-input-contextJoel E. Denny4-3/+438
2020-07-09[FileCheck] Improve -dump-input documentationJoel E. Denny1-1/+1
2020-06-29[FileCheck] Permit multiple -v or -vvJoel E. Denny1-0/+16
2020-06-29[FileCheck][NFC] Clean up RUN style in verbose.txt testJoel E. Denny1-6/+13
2020-06-24[FileCheck][NFC] Fix typo in test commentJoel E. Denny1-1/+1
2020-06-10[FileCheck] Add missing %ProtectFileCheckOutput to FileCheck testsJoel E. Denny1-0/+2
2020-06-10FileCheck [11/12]: Add matching constraint specificationThomas Preud'homme2-22/+72
2020-06-10[FileCheck] Add function call support to numerical expressions.Paul Walker1-0/+81
2020-06-09Change filecheck default to dump input on failureMehdi Amini10-60/+26
2020-05-28FileCheck [10/12]: Add support for signed numeric valuesThomas Preud'homme1-2/+40
2020-05-27[FileCheck] Allow parenthesized expressionsAlex Richardson1-0/+14
2020-05-22Revert "[llvm][test] Add COM: directives before colon-less non-CHECKs in comm...Jon Roelofs2-9/+9
2020-05-21[llvm][test] Add COM: directives before colon-less non-CHECKs in comments. NFCJon Roelofs2-9/+9
2020-05-16[test] Improve FileCheck's numeric-expression.txtThomas Preud'homme1-167/+96
2020-05-14[FileCheck] Fix isalpha/isalnum callsJoel E. Denny1-0/+42
2020-05-13[FileCheck] Support comment directivesJoel E. Denny10-2/+162
2020-05-11[FileCheck] Make invalid prefix diagnostics more preciseJoel E. Denny1-4/+7
2020-05-11Revert "[FileCheck] Make invalid prefix diagnostics more precise"Joel E. Denny1-7/+4
2020-05-11Revert "[FileCheck] Support comment directives"Joel E. Denny10-162/+2