summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/FileCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-6/+6
* [FileCheck] Add missing includes in headerThomas Preud'homme2019-08-081-1/+1
* FileCheck [8/12]: Define numeric var from exprThomas Preud'homme2019-07-241-118/+191
* Revert "FileCheck [8/12]: Define numeric var from expr"Thomas Preud'homme2019-07-241-191/+118
* FileCheck [8/12]: Define numeric var from exprThomas Preud'homme2019-07-231-118/+191
* [FileCheck] Fix numeric variable redefinitionThomas Preud'homme2019-07-181-15/+1
* [FileCheck] Store line numbers as optional valuesThomas Preud'homme2019-07-151-10/+12
* FileCheck [7/12]: Arbitrary long numeric expressionsThomas Preud'homme2019-07-131-84/+124
* [FileCheck] Simplify numeric variable interfaceThomas Preud'homme2019-07-101-9/+5
* [FileCheck] Fix @LINE value after match failureThomas Preud'homme2019-07-101-1/+3
* Revert "[FileCheck] Simplify numeric variable interface"Michael Liao2019-07-051-5/+9
* [FileCheck] Simplify numeric variable interfaceThomas Preud'homme2019-07-051-9/+5
* [FileCheck] Share variable instance among usesThomas Preud'homme2019-07-051-28/+39
* [FileCheck] Don't diagnose undef vars at parse timeThomas Preud'homme2019-07-051-5/+11
* [FileCheck] Fix comment in parseNumericVariableUseThomas Preud'homme2019-07-051-6/+6
* [FileCheck] Factor some parsing checks outThomas Preud'homme2019-07-051-35/+14
* [FileCheck] Add missing final dot in commentThomas Preud'homme2019-07-051-1/+1
* [FileCheck] Stop qualifying expressions as numericThomas Preud'homme2019-06-191-40/+39
* FileCheck: Return parse error w/ Error & ExpectedThomas Preud'homme2019-06-191-201/+214
* FileCheck [6/12]: Introduce numeric variable definitionThomas Preud'homme2019-06-061-124/+283
* [FileCheck] Remove llvm:: prefixThomas Preud'homme2019-05-231-25/+23
* [FileCheck] Introduce substitution subclassesThomas Preud'homme2019-05-231-27/+39
* FileCheck: Improve FileCheck variable terminologyThomas Preud'homme2019-05-231-69/+66
* Reinstate "FileCheck [5/12]: Introduce regular numeric variables"Thomas Preud'homme2019-05-141-67/+235
* Revert "FileCheck [5/12]: Introduce regular numeric variables"Thomas Preud'homme2019-05-141-235/+67
* FileCheck [5/12]: Introduce regular numeric variablesThomas Preud'homme2019-05-131-67/+235
* [FileCheck] Fix code style of method commentsThomas Preud'homme2019-05-081-47/+3
* FileCheck [4/12]: Introduce @LINE numeric expressionsThomas Preud'homme2019-05-021-109/+157
* FileCheck [3/12]: Stricter parsing of @LINE expressionsThomas Preud'homme2019-04-291-33/+72
* FileCheck [2/12]: Stricter parsing of -D optionThomas Preud'homme2019-04-291-43/+112
* FileCheck [1/12]: Move variable table in new objectThomas Preud'homme2019-04-151-85/+86
* [FileCheck]Remove assertions that prevent matching an empty string at file st...James Henderson2019-03-121-12/+0
* [FileCheck] Suppress old -v/-vv diags if dumping inputJoel E. Denny2019-01-221-17/+39
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [FileCheck] Annotate input dump (final tweaks)Joel E. Denny2018-12-181-5/+5
* [FileCheck] Annotate input dump (7/7)Joel E. Denny2018-12-181-5/+4
* [FileCheck] Annotate input dump (6/7)Joel E. Denny2018-12-181-1/+1
* [FileCheck] Annotate input dump (5/7)Joel E. Denny2018-12-181-6/+13
* [FileCheck] Annotate input dump (4/7)Joel E. Denny2018-12-181-18/+23
* [FileCheck] Annotate input dump (3/7)Joel E. Denny2018-12-181-3/+13
* [FileCheck] Annotate input dump (2/7)Joel E. Denny2018-12-181-4/+8
* [FileCheck] Annotate input dump (1/7)Joel E. Denny2018-12-181-23/+61
* [FileCheck] fixing typo in assertFedor Sergeev2018-11-131-1/+1
* [FileCheck] introduce CHECK-COUNT-<num> repetition directiveFedor Sergeev2018-11-131-103/+146
* Refactor FileCheck to make it usable as an APIAditya Nandakumar2018-08-071-0/+1340
OpenPOWER on IntegriCloud