Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
refs/heads/r
/
utils
/
FileCheck
/
FileCheck.cpp
fe0523d
Detect incorrect FileCheck variable CLI definition
by Thomas Preud'homme
· 7 years ago
302fa30
[FileCheck] Annotate input dump (final tweaks)
by Joel E. Denny
· 7 years ago
c4c24a8
[FileCheck] Annotate input dump (7/7)
by Joel E. Denny
· 7 years ago
0b0cf26
[FileCheck] Annotate input dump (6/7)
by Joel E. Denny
· 7 years ago
cf38e31
[FileCheck] Annotate input dump (5/7)
by Joel E. Denny
· 7 years ago
8a1f7d6
[FileCheck] Annotate input dump (4/7)
by Joel E. Denny
· 7 years ago
7e86f82
[FileCheck] Annotate input dump (3/7)
by Joel E. Denny
· 7 years ago
3fc136c
[FileCheck] Annotate input dump (2/7)
by Joel E. Denny
· 7 years ago
e1af89a
[FileCheck] Annotate input dump (1/7)
by Joel E. Denny
· 7 years ago
e861874
[FileCheck] Parse command-line options from FILECHECK_OPTS
by Joel E. Denny
· 7 years ago
718a779
[SourceMgr][FileCheck] Obey -color by extending WithColor
by Joel E. Denny
· 7 years ago
5718b6f
Refactor FileCheck to make it usable as an API
by Aditya Nandakumar
· 7 years ago
4571da6
[FileCheck] Provide an option for FileCheck to dump original input to stderr on failure
by George Karpenkov
· 7 years ago
a46c1d6
[FileCheck] Fix search ranges for DAG-NOT-DAG
by Joel E. Denny
· 7 years ago
9074a87
[FileCheck] Implement -v and -vv for tracing matches
by Joel E. Denny
· 7 years ago
0195c0b
[FileCheck] Don't permit overlapping CHECK-DAG
by Joel E. Denny
· 7 years ago
0e8a665
Revert r336830: [FileCheck] Don't permit overlapping CHECK-DAG
by Joel E. Denny
· 7 years ago
c642c1b
[FileCheck] Don't permit overlapping CHECK-DAG
by Joel E. Denny
· 7 years ago
583ccd4
[FileCheck] Add CHECK-EMPTY directive for checking for blank lines
by James Henderson
· 7 years ago
0b9d56a
Define InitLLVM to do common initialization all at once.
by Rui Ueyama
· 7 years ago
3206f3b
[FileCheck] - Fix possible buffer out of bounds access when parsing --check-prefix.
by George Rimar
· 8 years ago
7c37aa1
Add a -D flag to FileCheck to define variables
by Alexander Richardson
· 8 years ago
5a99874
[FileCheck] Don't scan past the closing CHECK-DAG for CHECK-NOT inside CHECK-DAG
by Benjamin Kramer
· 8 years ago
51258d9
Test commit.
by James Henderson
· 8 years ago
bb9779a
[FileCheck] Added --enable-var-scope option to enable scope for regex variables.
by Artem Belevich
· 8 years ago
8d31c8a
[FileCheck] Fix --strict-whitespace --match-full-lines
by Tom de Vries
· 9 years ago
9cbd609
[FileCheck] Fix comment in ReadCheckFile
by Tom de Vries
· 9 years ago
fb88888
[FileCheck] Re-implement the logic to find each check prefix in the
by Chandler Carruth
· 9 years ago
9585dcb
[FileCheck] Remove a parameter that was simply always set to
by Chandler Carruth
· 9 years ago
ac7830e
[FileCheck] Clean up doxygen comments throughout. NFC.
by Chandler Carruth
· 9 years ago
b541b81
[FileCheck] Run clang-format over this code. NFC.
by Chandler Carruth
· 9 years ago
79aaa0b
Refactor FileCheck some to reduce memory allocation and copying. Also
by Chandler Carruth
· 9 years ago
4403f2c
FileCheck: Minor cleanup of the class Pattern
by Saleem Abdulrasool
· 9 years ago
ded43983
[FileCheck] Add --check-prefixes as a shorthand for multiple --check-prefix options.
by Daniel Sanders
· 9 years ago
0eeb3d4
Search for llvm-symbolizer binary in the same directory as argv[0], before
by Richard Smith
· 9 years ago
a5135a8
FileCheck: dump command line context with empty input
by Xinliang David Li
· 9 years ago
5dc46f5
Reapply r262092: [FileCheck] Abort if -NOT is combined with another suffix.
by Paul Robinson
· 9 years ago
05af933
Revert r262092, caught LLD tests
by Paul Robinson
· 9 years ago
ede28b7
[FileCheck] Abort if -NOT is combined with another suffix.
by Paul Robinson
· 9 years ago
5b06a93
Add -match-full-lines argument to FileCheck.
by James Y Knight
· 10 years ago
034f865
StringRef-ify some Option APIs
by David Blaikie
· 10 years ago
634763c
Cleanup places that passed SMLoc by const reference to pass it by value instead. NFC
by Craig Topper
· 10 years ago
2d07ebf
[FileCheck] Use range-based for loops. NFC.
by Benjamin Kramer
· 10 years ago
9589ff8
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
by Benjamin Kramer
· 10 years ago
65d5d2d
[NFC] Updating FileCheck to reduce the std::vector interface used via cl::list.
by Chris Bieneman
· 10 years ago
f724364
Fix FileCheck: substr() expect the length of the string as 2nd arg
by Mehdi Amini
· 10 years ago
9379c31
FileCheck: Add CHECK-SAME
by Duncan P. N. Exon Smith
· 10 years ago
8f4a49f
Make StringSet::insert return pair<iterator, bool> like other self-associative containers
by David Blaikie
· 11 years ago
1a7f705
Return a std::unique_ptr when creating a new MemoryBuffer.
by Rafael Espindola
· 11 years ago
95ca0fb
Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std::unique_ptr
by David Blaikie
· 11 years ago
b7c9534
FileCheck: Add a flag to allow checking empty input
by Justin Bogner
· 11 years ago
9aa0b5e
Remove some calls to std::move.
by Rafael Espindola
· 11 years ago
19f5c7e
Simplify the code a bit with std::unique_ptr.
by Rafael Espindola
· 11 years ago
570be93
Fix FileCheck crash when empty prefix is passed.
by Eli Bendersky
· 11 years ago
c58b079
Add FileCheck -implicit-check-not option to allow stricter tests without adding too many CHECK-NOTs manually.
by Alexander Kornienko
· 11 years ago
7cba2a9
Update the MemoryBuffer API to use ErrorOr.
by Rafael Espindola
· 11 years ago
8dd8d5c
Revert "Introduce a string_ostream string builder facilty"
by Alp Toker
· 11 years ago
2559070
Introduce a string_ostream string builder facilty
by Alp Toker
· 11 years ago
2503051
Remove the last uses of 'using std::error_code'
by Rafael Espindola
· 11 years ago
5c792fa
Don't use 'using std::error_code' in include/llvm.
by Rafael Espindola
· 11 years ago
d5132f9
Remove system_error.h.
by Rafael Espindola
· 11 years ago
b177041
[C++11] Use 'nullptr'.
by Craig Topper
· 11 years ago
9583b2c
When a CHECK-NEXT fails because there was no match on the next line, include
by Richard Smith
· 11 years ago
f4ccd11
Replace OwningPtr<T> with std::unique_ptr<T>.
by Ahmed Charles
· 11 years ago
1a6eca2
[C++11] Replace OwningPtr::take() with OwningPtr::release().
by Ahmed Charles
· 11 years ago
609ad7e
FileCheck: Print a nice error message for missing closing ']' in regex vars.
by Adrian Prantl
· 12 years ago
76eb77d
Expose FileCheck's AddFixedStringToRegEx as Regex::escape
by Hans Wennborg
· 12 years ago
e4e260e
FileCheck: fix a bug with multiple --check-prefix options. Similar to r194565
by Daniel Sanders
· 12 years ago
0ab53c7
FileCheck: fix matching of one check-prefix is a prefix of another
by Alexey Samsonov
· 12 years ago
7df6641
FileCheck: fix a bug with multiple --check-prefix options.
by Alexey Samsonov
· 12 years ago
ee4f5ea
Allow multiple check prefixes in FileCheck.
by Matt Arsenault
· 12 years ago
e3ba15c
Add missing #include's to cctype when using isdigit/alpha/etc.
by Will Dietz
· 12 years ago
e5f740c
Really fix CHECK-LABEL and CHECK-DAG interaction. This actually just restores the initial implementation that was in r186162 but got lost in some subsequent refactoring. More explicit variable names and comments are present now to hopefully prevent repeat regression, as well as another test.
by Stephen Lin
· 12 years ago
563c182
Fix handling of CHECK-DAG inside of CHECK-LABEL.
by Rafael Espindola
· 12 years ago
c61c811
Missed using check type enum in one place
by Matt Arsenault
· 12 years ago
53bb26f
Use function's argument instead of the global flag.
by Matt Arsenault
· 12 years ago
4f67afc
FileCheck refactor: use enum instead of bunch of bools
by Matt Arsenault
· 12 years ago
6d3aa54
FileCheck: Fix stray quote in CHECK-LABEL error message.
by Stephen Lin
· 12 years ago
d9a84ef
[FileCheck] Fix a bug that cause FileCheck to misidentify check-prefix
by Rui Ueyama
· 12 years ago
e57343b
Fix handling of CHECK-DAG combined with CHECK-NOT
by Tim Northover
· 12 years ago
178504b
Add new directive called CHECK-LABEL to FileCheck.
by Stephen Lin
· 12 years ago
dd5af27
keep only the StringRef version of getFileOrSTDIN.
by Rafael Espindola
· 12 years ago
95ab326
Add 'CHECK-DAG' support
by Michael Liao
· 12 years ago
7efbbd6
Refactor string checking. No functionality change.
by Michael Liao
· 12 years ago
0fc7137
Remove SMLoc paired with CHECK-NOT patterns. Not functionality change.
by Michael Liao
· 12 years ago
c16f8c5
Remove tailing whitespaces
by Michael Liao
· 12 years ago
7cdba15
Plug a memory leak in FileCheck when the input file is empty.
by Benjamin Kramer
· 12 years ago
87d0b9e
Add static cast to unsigned char whenever a character classification function is called with a signed char argument, in order to avoid assertions in Windows Debug configuration.
by Guy Benyei
· 13 years ago
4cc74fc
Canonicalize line endings to Linux style also when the --strict-whitespace flag is in use. This flag is supposed to affect horizontal whitespaces only.
by Guy Benyei
· 13 years ago
4ffd89f
Sort the #include lines for utils/...
by Chandler Carruth
· 13 years ago
4db6511
Fix a bug in FileCheck that wouldn't let define variables as follows:
by Eli Bendersky
· 13 years ago
9756ca7
Support referencing variables defined on the same line.
by Eli Bendersky
· 13 years ago
1e5cbcb
Clean up whitespace and add comments
by Eli Bendersky
· 13 years ago
7f8e76f
Make FileCheck return 2 in case of an error as documented,
by Eli Bendersky
· 13 years ago
65f3f32
FileCheck: remove useless 'continue' at the end of a 'while(){}' loop.
by Dmitri Gribenko
· 13 years ago
70a870a
Support for [[@LINE]], [[@LINE+<offset>]], [[@LINE-<offset>]] expressions in
by Alexander Kornienko
· 13 years ago
9d227af
Clarify comment.
by Dmitri Gribenko
· 13 years ago
30ce40e
FileCheck: Fix off-by-one bug that made CHECK-NOT: ignore the next character after the colon.
by Benjamin Kramer
· 13 years ago
4f50517
Revert "Add -exact-match option to FileCheck to allow clients to do exact matches without using regular expressions."
by Ted Kremenek
· 13 years ago
2e57838
Add -exact-match option to FileCheck to allow clients to do exact matches without using regular expressions.
by Ted Kremenek
· 13 years ago
Next »