aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support/FileCheckTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-09-01Reland [FileCheck] Move FileCheck implementation out of LLVMSupport into its ...Raphael Isemann1-1724/+0
2020-08-31Revert "[FileCheck] Move FileCheck implementation out of LLVMSupport into its...Raphael Isemann1-0/+1724
2020-08-31[FileCheck] Move FileCheck implementation out of LLVMSupport into its own lib...Raphael Isemann1-1724/+0
2020-08-30[FileCheck] Add precision to format specifierThomas Preud'homme1-31/+93
2020-08-08[FileCheckTest] Supress new warningDávid Bolvanský1-4/+4
2020-07-28[FileCheck] Report captured variablesJoel E. Denny1-2/+44
2020-07-17[llvm][NFC] Add missing 'override's in unittests/Logan Smith1-1/+1
2020-06-19Reland [FileCheck, unittest] Improve readability of ExpressionFormatThomas Preud'homme1-153/+156
2020-06-19Revert "[FileCheck, unittest] Improve readability of ExpressionFormat"Thomas Preud'homme1-156/+153
2020-06-19[FileCheck, unittest] Improve readability of ExpressionFormatThomas Preud'homme1-153/+156
2020-06-17[FileCheck] Implement * and / operators for ExpressionValue.Paul Walker1-2/+75
2020-06-10FileCheck [11/12]: Add matching constraint specificationThomas Preud'homme1-4/+15
2020-06-10[FileCheck] Add function call support to numerical expressions.Paul Walker1-1/+95
2020-06-04[FileCheck] Implement equality operators for ExpressionValue.Paul Walker1-0/+40
2020-05-28FileCheck [10/12]: Add support for signed numeric valuesThomas Preud'homme1-44/+303
2020-05-27[FileCheck] Allow parenthesized expressionsAlex Richardson1-0/+86
2020-04-20[FileCheck] - Refactor the code related to string arrays. NFCI.Georgii Rymar1-45/+22
2020-04-15[FileCheck] Better diagnostic for format conflictThomas Preud'homme1-63/+139
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-8/+9
2020-01-24FileCheck [9/12]: Add support for matching formatsThomas Preud'homme1-58/+380
2020-01-23[FileCheck] Strengthen error checks in unit testsThomas Preud'homme1-159/+199
2020-01-20[FileCheck] Make Match unittest more flexibleThomas Preud'homme1-8/+11
2020-01-20[FileCheck] Clean and improve unit testsThomas Preud'homme1-83/+119
2020-01-06[FileCheck] Remove FileCheck prefix in APIThomas Preud'homme1-73/+71
2019-10-04[NFC] [FileCheck] Reapply fix init of objects in unit testsThomas Preud'homme1-20/+16
2019-10-04Revert "[NFC] [FileCheck] Fix init of stack objects in unit tests"Dmitri Gribenko1-16/+20
2019-10-04[NFC] [FileCheck] Fix init of stack objects in unit testsThomas Preud'homme1-20/+16
2019-10-01[FileCheck] Move private interface to its own headerThomas Preud'homme1-0/+2
2019-09-02[FileCheck] Forbid using var defined on same lineThomas Preud'homme1-41/+8
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-6/+6
2019-07-24[FileCheck] Use ASSERT for fatal unit testsThomas Preud'homme1-43/+45
2019-07-24FileCheck [8/12]: Define numeric var from exprThomas Preud'homme1-53/+113
2019-07-24Revert "FileCheck [8/12]: Define numeric var from expr"Thomas Preud'homme1-113/+53
2019-07-24Revert "[FileCheck] Use ASSERT for fatal unit tests"Thomas Preud'homme1-45/+43
2019-07-23[FileCheck] Use ASSERT for fatal unit testsThomas Preud'homme1-43/+45
2019-07-23FileCheck [8/12]: Define numeric var from exprThomas Preud'homme1-53/+113
2019-07-18[FileCheck] Fix numeric variable redefinitionThomas Preud'homme1-1/+2
2019-07-15[FileCheck] Store line numbers as optional valuesThomas Preud'homme1-5/+9
2019-07-13FileCheck [7/12]: Arbitrary long numeric expressionsThomas Preud'homme1-113/+160
2019-07-10[FileCheck] Use bool operator to test ExpectedThomas Preud'homme1-24/+24
2019-07-10[FileCheck] Simplify numeric variable interfaceThomas Preud'homme1-11/+6
2019-07-10[FileCheck] Fix @LINE value after match failureThomas Preud'homme1-0/+15
2019-07-05Revert "[FileCheck] Simplify numeric variable interface"Michael Liao1-6/+11
2019-07-05[FileCheck] Simplify numeric variable interfaceThomas Preud'homme1-11/+6
2019-07-05[FileCheck] Share variable instance among usesThomas Preud'homme1-2/+3
2019-07-05[FileCheck] Don't diagnose undef vars at parse timeThomas Preud'homme1-2/+7
2019-06-19[FileCheck] Stop qualifying expressions as numericThomas Preud'homme1-29/+29
2019-06-19FileCheck: Return parse error w/ Error & ExpectedThomas Preud'homme1-137/+120
2019-06-06FileCheck [6/12]: Introduce numeric variable definitionThomas Preud'homme1-97/+197
2019-05-23[FileCheck] Introduce substitution subclassesThomas Preud'homme1-17/+18