Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
7c7ddb21c3cc65ea08de8f90bb97cbdead3173f8
/
utils
/
FileCheck
/
FileCheck.cpp
824c10e
Teach FileCheck to handle trailing CHECK-NOT patterns.
by Jakob Stoklund Olesen
· 15 years ago
7112c86
Trailing whitespace.
by Mikhail Glushenkov
· 15 years ago
4c842dd
stringref-ize the MemoryBuffer::get apis. This requires
by Chris Lattner
· 15 years ago
7a68e0d
FileCheck: Don't print "possibly intended match" line if it would match the
by Daniel Dunbar
· 15 years ago
0806f9f
FileCheck: When looking for "possible matches", only compare against the prefix
by Daniel Dunbar
· 16 years ago
e3a1e50
Minor code cleanup.
by Dan Gohman
· 16 years ago
d8a5541
Skip whitespace when looking for a potential intended match. Before:
by Dan Gohman
· 16 years ago
e546343
Fix the position of the caret in the FileCheck error message. Before:
by Dan Gohman
· 16 years ago
8cdf54c
FileCheck: Switch "possible match" calculation to use StringRef::edit_distance.
by Daniel Dunbar
· 16 years ago
a76a788
Fix FileCheck crash when fuzzy scanning starting at the end of the file.
by Daniel Dunbar
· 16 years ago
ead2dac
FileCheck, PR5239: Try to find the intended match on failures, but looking for a
by Daniel Dunbar
· 16 years ago
fafe93c
FileCheck: When a string using variable references fails to match, print
by Daniel Dunbar
· 16 years ago
964ac01
Allow '_' in FileCheck variable names, it is nice to have at least one
by Daniel Dunbar
· 16 years ago
eec9695
implement and document support for filecheck variables. This
by Chris Lattner
· 16 years ago
81f46d9
remove support for "NoSub" from regex. It seems like a minor optimization
by Chris Lattner
· 16 years ago
94638f0
reject attempts to use ()'s in patterns, these are reserved for filecheck.
by Chris Lattner
· 16 years ago
5d6a05f
reimplement the regex matching strategy by building a single
by Chris Lattner
· 16 years ago
2702e6a
special case Patterns that are a single fixed string. This is a microscopic
by Chris Lattner
· 16 years ago
d9485dd
filecheck should not match a \n with a .
by Chris Lattner
· 16 years ago
bfa2eed
turn a std::pair into a real class.
by Chris Lattner
· 16 years ago
5287008
add and document regex support for FileCheck. You can now do stuff like:
by Chris Lattner
· 16 years ago
adea46e
Use CanonicalizeInputFile to canonicalize the entire buffer containing the
by Chris Lattner
· 16 years ago
a29703e
change 'not' matching to use Pattern, move pattern parsing logic into
by Chris Lattner
· 16 years ago
9fc6678
refactor out the match string into its own Pattern class.
by Chris Lattner
· 16 years ago
8111576
fix a FileCheck bug where:
by Chris Lattner
· 16 years ago
3711b7a
rewrite CountNumNewlinesBetween to be in terms of StringRef.
by Chris Lattner
· 16 years ago
f15380b
implement and document support for CHECK-NOT
by Chris Lattner
· 16 years ago
9607703
rewrite FileCheck in terms of StringRef instead of manual pointer pairs.
by Chris Lattner
· 16 years ago
0b2353f
when emitting errors about CHECK-NEXT directives, show the line that the
by Chris Lattner
· 16 years ago
5dafafd
implement support for CHECK-NEXT: in filecheck.
by Chris Lattner
· 16 years ago
d7e2505
simplify some code.
by Chris Lattner
· 16 years ago
7bee327
rewrite FindStringInBuffer to use an explicit loop instead of
by Chris Lattner
· 16 years ago
207e1bc
Instead of using an std::pair, use a custom struct.
by Chris Lattner
· 16 years ago
6f69aa3
Fix an ENABLE_EXPENSIVE_CHECKS error.
by Daniel Dunbar
· 16 years ago
e9e2733
Tweak comment.
by Daniel Dunbar
· 16 years ago
d7073db
improve filecheck's "scanning from here" caret position.
by Chris Lattner
· 16 years ago
88a7e9e
make filecheck default to canonicalizing horizontal whitespace
by Chris Lattner
· 16 years ago
af9005d
stop on the first file mismatch.
by Chris Lattner
· 16 years ago
81cb8ca
Add a new little "FileCheck" utility for regression testing.
by Chris Lattner
· 16 years ago