aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/FileCheck.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2019-07-05[FileCheck] Simplify numeric variable interfaceThomas Preud'homme1-9/+5
2019-07-05[FileCheck] Share variable instance among usesThomas Preud'homme1-28/+39
2019-07-05[FileCheck] Don't diagnose undef vars at parse timeThomas Preud'homme1-5/+11
2019-07-05[FileCheck] Fix comment in parseNumericVariableUseThomas Preud'homme1-6/+6
2019-07-05[FileCheck] Factor some parsing checks outThomas Preud'homme1-35/+14
2019-07-05[FileCheck] Add missing final dot in commentThomas Preud'homme1-1/+1
2019-06-19[FileCheck] Stop qualifying expressions as numericThomas Preud'homme1-40/+39
2019-06-19FileCheck: Return parse error w/ Error & ExpectedThomas Preud'homme1-201/+214
2019-06-06FileCheck [6/12]: Introduce numeric variable definitionThomas Preud'homme1-124/+283
2019-05-23[FileCheck] Remove llvm:: prefixThomas Preud'homme1-25/+23
2019-05-23[FileCheck] Introduce substitution subclassesThomas Preud'homme1-27/+39
2019-05-23FileCheck: Improve FileCheck variable terminologyThomas Preud'homme1-69/+66
2019-05-14Reinstate "FileCheck [5/12]: Introduce regular numeric variables"Thomas Preud'homme1-67/+235
2019-05-14Revert "FileCheck [5/12]: Introduce regular numeric variables"Thomas Preud'homme1-235/+67
2019-05-13FileCheck [5/12]: Introduce regular numeric variablesThomas Preud'homme1-67/+235
2019-05-08[FileCheck] Fix code style of method commentsThomas Preud'homme1-47/+3
2019-05-02FileCheck [4/12]: Introduce @LINE numeric expressionsThomas Preud'homme1-109/+157
2019-04-29FileCheck [3/12]: Stricter parsing of @LINE expressionsThomas Preud'homme1-33/+72
2019-04-29FileCheck [2/12]: Stricter parsing of -D optionThomas Preud'homme1-43/+112
2019-04-15FileCheck [1/12]: Move variable table in new objectThomas Preud'homme1-85/+86
2019-03-12[FileCheck]Remove assertions that prevent matching an empty string at file st...James Henderson1-12/+0
2019-01-22[FileCheck] Suppress old -v/-vv diags if dumping inputJoel E. Denny1-17/+39
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-18[FileCheck] Annotate input dump (final tweaks)Joel E. Denny1-5/+5