aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/FileCheck/FileCheck.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-02-04Improve error message of FileCheck when stdin is emptyDavid Bozier1-1/+3
2019-12-03[FileCheck] Given multiple -dump-input, prefer most verboseJoel E. Denny1-7/+15
2019-10-11[FileCheck] Implement --ignore-case option.Kai Nacke1-0/+5
2019-10-10Revert "[FileCheck] Implement --ignore-case option."Dmitri Gribenko1-656/+651
2019-10-10[FileCheck] Implement --ignore-case option.Kai Nacke1-651/+656
2019-09-30[FileCheck] Remove implementation types from APIThomas Preud'homme1-3/+2
2019-08-14[FileCheck] Document FILECHECK_OPTS in -helpJoel E. Denny1-0/+4
2019-08-14[FileCheck] Move -dump-input diagnostic to first lineJoel E. Denny1-10/+6
2019-08-02Revert r367649: Improve raw_ostream so that you can "write" colors using oper...Rui Ueyama1-2/+3
2019-08-02Improve raw_ostream so that you can "write" colors using operator<<Rui Ueyama1-3/+2
2019-07-26[llvm] [FileCheck] Use FILECHECK_DUMP_INPUT_ON_FAILURE only when non-emptyMichal Gorny1-1/+2
2019-05-23FileCheck: Improve FileCheck variable terminologyThomas Preud'homme1-2/+2
2019-04-02[FileCheck] Fix FileCheck.cpp compilation on SolarisRainer Orth1-1/+2
2019-02-05Recommit: Detect incorrect FileCheck variable CLI definitionThomas Preud'homme1-4/+22
2019-01-27Revert "Detect incorrect FileCheck variable CLI definition"Thomas Preud'homme1-22/+4
2019-01-22[FileCheck] Suppress old -v/-vv diags if dumping inputJoel E. Denny1-3/+6
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-14Detect incorrect FileCheck variable CLI definitionThomas Preud'homme1-4/+22
2018-12-18[FileCheck] Annotate input dump (final tweaks)Joel E. Denny1-16/+16
2018-12-18[FileCheck] Annotate input dump (7/7)Joel E. Denny1-2/+3
2018-12-18[FileCheck] Annotate input dump (6/7)Joel E. Denny1-0/+8
2018-12-18[FileCheck] Annotate input dump (5/7)Joel E. Denny1-15/+68
2018-12-18[FileCheck] Annotate input dump (4/7)Joel E. Denny1-0/+3
2018-12-18[FileCheck] Annotate input dump (3/7)Joel E. Denny1-1/+8
2018-12-18[FileCheck] Annotate input dump (2/7)Joel E. Denny1-8/+43
2018-12-18[FileCheck] Annotate input dump (1/7)Joel E. Denny1-7/+317
2018-11-06[FileCheck] Parse command-line options from FILECHECK_OPTSJoel E. Denny1-1/+2
2018-10-24[SourceMgr][FileCheck] Obey -color by extending WithColorJoel E. Denny1-0/+5
2018-08-07Refactor FileCheck to make it usable as an APIAditya Nandakumar1-1442/+29
2018-07-20[FileCheck] Provide an option for FileCheck to dump original input to stderr ...George Karpenkov1-1/+12
2018-07-20[FileCheck] Fix search ranges for DAG-NOT-DAGJoel E. Denny1-46/+46
2018-07-13[FileCheck] Implement -v and -vv for tracing matchesJoel E. Denny1-33/+137
2018-07-11[FileCheck] Don't permit overlapping CHECK-DAGJoel E. Denny1-12/+53
2018-07-11Revert r336830: [FileCheck] Don't permit overlapping CHECK-DAGJoel E. Denny1-53/+12
2018-07-11[FileCheck] Don't permit overlapping CHECK-DAGJoel E. Denny1-12/+53
2018-06-26[FileCheck] Add CHECK-EMPTY directive for checking for blank linesJames Henderson1-10/+44
2018-04-13Define InitLLVM to do common initialization all at once.Rui Ueyama1-4/+2
2018-01-16[FileCheck] - Fix possible buffer out of bounds access when parsing --check-p...George Rimar1-0/+3
2017-11-07Add a -D flag to FileCheck to define variablesAlexander Richardson1-0/+7
2017-06-07[FileCheck] Don't scan past the closing CHECK-DAG for CHECK-NOT inside CHECK-DAGBenjamin Kramer1-1/+1
2017-03-14Test commit.James Henderson1-1/+1
2017-03-09[FileCheck] Added --enable-var-scope option to enable scope for regex variables.Artem Belevich1-8/+33
2016-12-18[FileCheck] Fix --strict-whitespace --match-full-linesTom de Vries1-5/+7
2016-12-18[FileCheck] Fix comment in ReadCheckFileTom de Vries1-1/+1
2016-12-11[FileCheck] Re-implement the logic to find each check prefix in theChandler Carruth1-93/+94
2016-12-11[FileCheck] Remove a parameter that was simply always set toChandler Carruth1-9/+4
2016-12-11[FileCheck] Clean up doxygen comments throughout. NFC.Chandler Carruth1-70/+62
2016-12-11[FileCheck] Run clang-format over this code. NFC.Chandler Carruth1-118/+108
2016-12-11Refactor FileCheck some to reduce memory allocation and copying. AlsoChandler Carruth1-87/+90
2016-08-26FileCheck: Minor cleanup of the class PatternSaleem Abdulrasool1-8/+6