Rui Ueyama
|
0b9d56a30e
Define InitLLVM to do common initialization all at once.
|
vor 7 Jahren |
George Rimar
|
3206f3b6c7
[FileCheck] - Fix possible buffer out of bounds access when parsing --check-prefix.
|
vor 7 Jahren |
Alexander Richardson
|
7c37aa1189
Add a -D flag to FileCheck to define variables
|
vor 7 Jahren |
Benjamin Kramer
|
5a998740d1
[FileCheck] Don't scan past the closing CHECK-DAG for CHECK-NOT inside CHECK-DAG
|
vor 8 Jahren |
James Henderson
|
51258d9cbd
Test commit.
|
vor 8 Jahren |
Artem Belevich
|
bb9779aa2e
[FileCheck] Added --enable-var-scope option to enable scope for regex variables.
|
vor 8 Jahren |
Tom de Vries
|
8d31c8a13a
[FileCheck] Fix --strict-whitespace --match-full-lines
|
vor 8 Jahren |
Tom de Vries
|
9cbd609664
[FileCheck] Fix comment in ReadCheckFile
|
vor 8 Jahren |
Chandler Carruth
|
fb88888f75
[FileCheck] Re-implement the logic to find each check prefix in the
|
vor 8 Jahren |
Chandler Carruth
|
9585dcb77c
[FileCheck] Remove a parameter that was simply always set to
|
vor 8 Jahren |
Chandler Carruth
|
ac7830ed77
[FileCheck] Clean up doxygen comments throughout. NFC.
|
vor 8 Jahren |
Chandler Carruth
|
b541b81d2d
[FileCheck] Run clang-format over this code. NFC.
|
vor 8 Jahren |
Chandler Carruth
|
79aaa0b849
Refactor FileCheck some to reduce memory allocation and copying. Also
|
vor 8 Jahren |
Saleem Abdulrasool
|
4403f2ccc1
FileCheck: Minor cleanup of the class Pattern
|
vor 9 Jahren |
Daniel Sanders
|
ded4398380
[FileCheck] Add --check-prefixes as a shorthand for multiple --check-prefix options.
|
vor 9 Jahren |
Richard Smith
|
0eeb3d4004
Search for llvm-symbolizer binary in the same directory as argv[0], before
|
vor 9 Jahren |
Xinliang David Li
|
a5135a874c
FileCheck: dump command line context with empty input
|
vor 9 Jahren |
Paul Robinson
|
5dc46f59dd
Reapply r262092: [FileCheck] Abort if -NOT is combined with another suffix.
|
vor 9 Jahren |
Paul Robinson
|
05af933abd
Revert r262092, caught LLD tests
|
vor 9 Jahren |
Paul Robinson
|
ede28b79ea
[FileCheck] Abort if -NOT is combined with another suffix.
|
vor 9 Jahren |
James Y Knight
|
5b06a939bd
Add -match-full-lines argument to FileCheck.
|
vor 9 Jahren |
David Blaikie
|
034f865664
StringRef-ify some Option APIs
|
vor 9 Jahren |
Craig Topper
|
634763c0f5
Cleanup places that passed SMLoc by const reference to pass it by value instead. NFC
|
vor 10 Jahren |
Benjamin Kramer
|
2d07ebfe44
[FileCheck] Use range-based for loops. NFC.
|
vor 10 Jahren |
Benjamin Kramer
|
9589ff8949
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
|
vor 10 Jahren |
Chris Bieneman
|
65d5d2d117
[NFC] Updating FileCheck to reduce the std::vector interface used via cl::list.
|
vor 10 Jahren |
Mehdi Amini
|
f7243645ff
Fix FileCheck: substr() expect the length of the string as 2nd arg
|
vor 10 Jahren |
Duncan P. N. Exon Smith
|
9379c31520
FileCheck: Add CHECK-SAME
|
vor 10 Jahren |
David Blaikie
|
8f4a49f41a
Make StringSet::insert return pair<iterator, bool> like other self-associative containers
|
vor 10 Jahren |
Rafael Espindola
|
1a7f705fba
Return a std::unique_ptr when creating a new MemoryBuffer.
|
vor 11 Jahren |