Commit History

Author SHA1 Message Date
  Joel E. Denny 0195c0bee9 [FileCheck] Don't permit overlapping CHECK-DAG 7 years ago
  Joel E. Denny 0e8a665664 Revert r336830: [FileCheck] Don't permit overlapping CHECK-DAG 7 years ago
  Joel E. Denny c642c1b4d7 [FileCheck] Don't permit overlapping CHECK-DAG 7 years ago
  James Henderson 583ccd4384 [FileCheck] Add CHECK-EMPTY directive for checking for blank lines 7 years ago
  Rui Ueyama 0b9d56a30e Define InitLLVM to do common initialization all at once. 7 years ago
  George Rimar 3206f3b6c7 [FileCheck] - Fix possible buffer out of bounds access when parsing --check-prefix. 7 years ago
  Alexander Richardson 7c37aa1189 Add a -D flag to FileCheck to define variables 7 years ago
  Benjamin Kramer 5a998740d1 [FileCheck] Don't scan past the closing CHECK-DAG for CHECK-NOT inside CHECK-DAG 8 years ago
  James Henderson 51258d9cbd Test commit. 8 years ago
  Artem Belevich bb9779aa2e [FileCheck] Added --enable-var-scope option to enable scope for regex variables. 8 years ago
  Tom de Vries 8d31c8a13a [FileCheck] Fix --strict-whitespace --match-full-lines 8 years ago
  Tom de Vries 9cbd609664 [FileCheck] Fix comment in ReadCheckFile 8 years ago
  Chandler Carruth fb88888f75 [FileCheck] Re-implement the logic to find each check prefix in the 8 years ago
  Chandler Carruth 9585dcb77c [FileCheck] Remove a parameter that was simply always set to 8 years ago
  Chandler Carruth ac7830ed77 [FileCheck] Clean up doxygen comments throughout. NFC. 8 years ago
  Chandler Carruth b541b81d2d [FileCheck] Run clang-format over this code. NFC. 8 years ago
  Chandler Carruth 79aaa0b849 Refactor FileCheck some to reduce memory allocation and copying. Also 8 years ago
  Saleem Abdulrasool 4403f2ccc1 FileCheck: Minor cleanup of the class Pattern 9 years ago
  Daniel Sanders ded4398380 [FileCheck] Add --check-prefixes as a shorthand for multiple --check-prefix options. 9 years ago
  Richard Smith 0eeb3d4004 Search for llvm-symbolizer binary in the same directory as argv[0], before 9 years ago
  Xinliang David Li a5135a874c FileCheck: dump command line context with empty input 9 years ago
  Paul Robinson 5dc46f59dd Reapply r262092: [FileCheck] Abort if -NOT is combined with another suffix. 9 years ago
  Paul Robinson 05af933abd Revert r262092, caught LLD tests 9 years ago
  Paul Robinson ede28b79ea [FileCheck] Abort if -NOT is combined with another suffix. 9 years ago
  James Y Knight 5b06a939bd Add -match-full-lines argument to FileCheck. 9 years ago
  David Blaikie 034f865664 StringRef-ify some Option APIs 9 years ago
  Craig Topper 634763c0f5 Cleanup places that passed SMLoc by const reference to pass it by value instead. NFC 10 years ago
  Benjamin Kramer 2d07ebfe44 [FileCheck] Use range-based for loops. NFC. 10 years ago
  Benjamin Kramer 9589ff8949 Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types 10 years ago
  Chris Bieneman 65d5d2d117 [NFC] Updating FileCheck to reduce the std::vector interface used via cl::list. 10 years ago