| Commit message (Expand) | Author | Age | Files | Lines |
| * | [FileCheck] Remove FileCheck prefix in API | Thomas Preud'homme | 2020-01-06 | 1 | -73/+71 |
| * | [NFC] [FileCheck] Reapply fix init of objects in unit tests | Thomas Preud'homme | 2019-10-04 | 1 | -20/+16 |
| * | Revert "[NFC] [FileCheck] Fix init of stack objects in unit tests" | Dmitri Gribenko | 2019-10-04 | 1 | -16/+20 |
| * | [NFC] [FileCheck] Fix init of stack objects in unit tests | Thomas Preud'homme | 2019-10-04 | 1 | -20/+16 |
| * | [FileCheck] Move private interface to its own header | Thomas Preud'homme | 2019-10-01 | 1 | -0/+2 |
| * | [FileCheck] Forbid using var defined on same line | Thomas Preud'homme | 2019-09-02 | 1 | -41/+8 |
| * | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -6/+6 |
| * | [FileCheck] Use ASSERT for fatal unit tests | Thomas Preud'homme | 2019-07-24 | 1 | -43/+45 |
| * | FileCheck [8/12]: Define numeric var from expr | Thomas Preud'homme | 2019-07-24 | 1 | -53/+113 |
| * | Revert "FileCheck [8/12]: Define numeric var from expr" | Thomas Preud'homme | 2019-07-24 | 1 | -113/+53 |
| * | Revert "[FileCheck] Use ASSERT for fatal unit tests" | Thomas Preud'homme | 2019-07-24 | 1 | -45/+43 |
| * | [FileCheck] Use ASSERT for fatal unit tests | Thomas Preud'homme | 2019-07-23 | 1 | -43/+45 |
| * | FileCheck [8/12]: Define numeric var from expr | Thomas Preud'homme | 2019-07-23 | 1 | -53/+113 |
| * | [FileCheck] Fix numeric variable redefinition | Thomas Preud'homme | 2019-07-18 | 1 | -1/+2 |
| * | [FileCheck] Store line numbers as optional values | Thomas Preud'homme | 2019-07-15 | 1 | -5/+9 |
| * | FileCheck [7/12]: Arbitrary long numeric expressions | Thomas Preud'homme | 2019-07-13 | 1 | -113/+160 |
| * | [FileCheck] Use bool operator to test Expected | Thomas Preud'homme | 2019-07-10 | 1 | -24/+24 |
| * | [FileCheck] Simplify numeric variable interface | Thomas Preud'homme | 2019-07-10 | 1 | -11/+6 |
| * | [FileCheck] Fix @LINE value after match failure | Thomas Preud'homme | 2019-07-10 | 1 | -0/+15 |
| * | Revert "[FileCheck] Simplify numeric variable interface" | Michael Liao | 2019-07-05 | 1 | -6/+11 |
| * | [FileCheck] Simplify numeric variable interface | Thomas Preud'homme | 2019-07-05 | 1 | -11/+6 |
| * | [FileCheck] Share variable instance among uses | Thomas Preud'homme | 2019-07-05 | 1 | -2/+3 |
| * | [FileCheck] Don't diagnose undef vars at parse time | Thomas Preud'homme | 2019-07-05 | 1 | -2/+7 |
| * | [FileCheck] Stop qualifying expressions as numeric | Thomas Preud'homme | 2019-06-19 | 1 | -29/+29 |
| * | FileCheck: Return parse error w/ Error & Expected | Thomas Preud'homme | 2019-06-19 | 1 | -137/+120 |
| * | FileCheck [6/12]: Introduce numeric variable definition | Thomas Preud'homme | 2019-06-06 | 1 | -97/+197 |
| * | [FileCheck] Introduce substitution subclasses | Thomas Preud'homme | 2019-05-23 | 1 | -17/+18 |
| * | FileCheck: Improve FileCheck variable terminology | Thomas Preud'homme | 2019-05-23 | 1 | -29/+29 |
| * | Reinstate "FileCheck [5/12]: Introduce regular numeric variables" | Thomas Preud'homme | 2019-05-14 | 1 | -19/+186 |
| * | Revert "FileCheck [5/12]: Introduce regular numeric variables" | Thomas Preud'homme | 2019-05-14 | 1 | -186/+19 |
| * | FileCheck [5/12]: Introduce regular numeric variables | Thomas Preud'homme | 2019-05-13 | 1 | -19/+186 |
| * | FileCheck [4/12]: Introduce @LINE numeric expressions | Thomas Preud'homme | 2019-05-02 | 1 | -8/+54 |
| * | Fix string UAF in new FileCheck test | Reid Kleckner | 2019-04-29 | 1 | -1/+1 |
| * | FileCheck [3/12]: Stricter parsing of @LINE expressions | Thomas Preud'homme | 2019-04-29 | 1 | -0/+56 |
| * | FileCheck [2/12]: Stricter parsing of -D option | Thomas Preud'homme | 2019-04-29 | 1 | -4/+105 |
| * | FileCheck [1/12]: Move variable table in new object | Thomas Preud'homme | 2019-04-15 | 1 | -0/+52 |