aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/FileCheck.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-09-01Reland [FileCheck] Move FileCheck implementation out of LLVMSupport into its ...Raphael Isemann1-2702/+0
2020-08-31Revert "[FileCheck] Move FileCheck implementation out of LLVMSupport into its...Raphael Isemann1-0/+2702
2020-08-31[FileCheck] Move FileCheck implementation out of LLVMSupport into its own lib...Raphael Isemann1-2702/+0
2020-08-30[FileCheck] Add precision to format specifierThomas Preud'homme1-41/+91
2020-08-24Test all CHECK-NOT in a block even if one failsThomas Preud'homme1-3/+4
2020-08-01Use llvm::is_contained where appropriate (NFC)Kazu Hirata1-3/+2
2020-07-28[FileCheck] Report captured variablesJoel E. Denny1-2/+56
2020-07-28[FileCheck] Extend -dump-input with substitutionsJoel E. Denny1-24/+42
2020-06-17[FileCheck] Implement * and / operators for ExpressionValue.Paul Walker1-0/+54
2020-06-10FileCheck [11/12]: Add matching constraint specificationThomas Preud'homme1-12/+29
2020-06-10[FileCheck] Add function call support to numerical expressions.Paul Walker1-10/+121
2020-05-28Fix MSVC signed/unsigned comparison warnings. NFC.Simon Pilgrim1-2/+2
2020-05-28FileCheck [10/12]: Add support for signed numeric valuesThomas Preud'homme1-48/+214
2020-05-27[FileCheck] Allow parenthesized expressionsAlex Richardson1-0/+39
2020-05-14[FileCheck] Fix isalpha/isalnum callsJoel E. Denny1-3/+3
2020-05-13[FileCheck] Support comment directivesJoel E. Denny1-21/+68
2020-05-11[FileCheck] Make invalid prefix diagnostics more preciseJoel E. Denny1-18/+22
2020-05-11Revert "[FileCheck] Make invalid prefix diagnostics more precise"Joel E. Denny1-22/+18
2020-05-11Revert "[FileCheck] Support comment directives"Joel E. Denny1-68/+21
2020-05-11[FileCheck] Support comment directivesJoel E. Denny1-21/+68
2020-05-11[FileCheck] Make invalid prefix diagnostics more preciseJoel E. Denny1-18/+22
2020-04-20[FileCheck] - Refactor the code related to string arrays. NFCI.Georgii Rymar1-16/+11
2020-04-16[FileCheck] Fix --dump-input implicit pattern locationJoel E. Denny1-7/+18
2020-04-16[FileCheck] - Fix the false positive when -implicit-check-not is used with an...Georgii Rymar1-11/+19
2020-04-15[FileCheck] - Refine the comment. NFC.Georgii Rymar1-2/+2
2020-04-15[FileCheck] Better diagnostic for format conflictThomas Preud'homme1-40/+71
2020-02-10Revert "Remove redundant "std::move"s in return statements"Bill Wendling1-3/+3
2020-02-10Remove redundant "std::move"s in return statementsBill Wendling1-3/+3
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-2/+2
2020-01-24FileCheck [9/12]: Add support for matching formatsThomas Preud'homme1-37/+160
2020-01-06[FileCheck] Remove FileCheck prefix in APIThomas Preud'homme1-144/+128
2019-10-11[FileCheck] Implement --ignore-case option.Kai Nacke1-2/+7
2019-10-10Revert "[FileCheck] Implement --ignore-case option."Dmitri Gribenko1-1990/+1985
2019-10-10[FileCheck] Implement --ignore-case option.Kai Nacke1-1985/+1990
2019-10-01[FileCheck] Move private interface to its own headerThomas Preud'homme1-0/+1
2019-09-30[FileCheck] Remove implementation types from APIThomas Preud'homme1-19/+24
2019-09-24Regex: Make "match" and "sub" const member functionsThomas Preud'homme1-1/+1
2019-09-02[FileCheck] Forbid using var defined on same lineThomas Preud'homme1-36/+6
2019-08-23Do a sweep of symbol internalization. NFC.Benjamin Kramer1-1/+1
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-6/+6
2019-08-08[FileCheck] Add missing includes in headerThomas Preud'homme1-1/+1
2019-07-24FileCheck [8/12]: Define numeric var from exprThomas Preud'homme1-118/+191
2019-07-24Revert "FileCheck [8/12]: Define numeric var from expr"Thomas Preud'homme1-191/+118
2019-07-23FileCheck [8/12]: Define numeric var from exprThomas Preud'homme1-118/+191
2019-07-18[FileCheck] Fix numeric variable redefinitionThomas Preud'homme1-15/+1
2019-07-15[FileCheck] Store line numbers as optional valuesThomas Preud'homme1-10/+12
2019-07-13FileCheck [7/12]: Arbitrary long numeric expressionsThomas Preud'homme1-84/+124
2019-07-10[FileCheck] Simplify numeric variable interfaceThomas Preud'homme1-9/+5
2019-07-10[FileCheck] Fix @LINE value after match failureThomas Preud'homme1-1/+3
2019-07-05Revert "[FileCheck] Simplify numeric variable interface"Michael Liao1-5/+9