Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
901b5750b2af095bb0e359f4d2c3debef3ad57e6
/
utils
/
FileCheck
/
FileCheck.cpp
de14fcb
FileCheck: When looking for "possible matches", only compare against the prefix
by Daniel Dunbar
· 16 years ago
f28da15
Minor code cleanup.
by Dan Gohman
· 16 years ago
67b5af5
Skip whitespace when looking for a potential intended match. Before:
by Dan Gohman
· 16 years ago
6175dca
Fix the position of the caret in the FileCheck error message. Before:
by Dan Gohman
· 16 years ago
d5826d8
FileCheck: Switch "possible match" calculation to use StringRef::edit_distance.
by Daniel Dunbar
· 16 years ago
7143f34
Fix FileCheck crash when fuzzy scanning starting at the end of the file.
by Daniel Dunbar
· 16 years ago
ca55327
FileCheck, PR5239: Try to find the intended match on failures, but looking for a
by Daniel Dunbar
· 16 years ago
d2e397d
FileCheck: When a string using variable references fails to match, print
by Daniel Dunbar
· 16 years ago
716aea0
Allow '_' in FileCheck variable names, it is nice to have at least one
by Daniel Dunbar
· 16 years ago
8599166
implement and document support for filecheck variables. This
by Chris Lattner
· 16 years ago
aa2637b
remove support for "NoSub" from regex. It seems like a minor optimization
by Chris Lattner
· 16 years ago
e2bc7c2
reject attempts to use ()'s in patterns, these are reserved for filecheck.
by Chris Lattner
· 16 years ago
ce89de2
reimplement the regex matching strategy by building a single
by Chris Lattner
· 16 years ago
f6f6363
special case Patterns that are a single fixed string. This is a microscopic
by Chris Lattner
· 16 years ago
d33999c
filecheck should not match a \n with a .
by Chris Lattner
· 16 years ago
8527c71
turn a std::pair into a real class.
by Chris Lattner
· 16 years ago
f55e81b
add and document regex support for FileCheck. You can now do stuff like:
by Chris Lattner
· 16 years ago
edc81f3
Use CanonicalizeInputFile to canonicalize the entire buffer containing the
by Chris Lattner
· 16 years ago
bbb96e5
change 'not' matching to use Pattern, move pattern parsing logic into
by Chris Lattner
· 16 years ago
5ee02f1
refactor out the match string into its own Pattern class.
by Chris Lattner
· 16 years ago
ec3c4b9
fix a FileCheck bug where:
by Chris Lattner
· 16 years ago
01467f6
rewrite CountNumNewlinesBetween to be in terms of StringRef.
by Chris Lattner
· 16 years ago
0d82c70
implement and document support for CHECK-NOT
by Chris Lattner
· 16 years ago
7f850d1
rewrite FileCheck in terms of StringRef instead of manual pointer pairs.
by Chris Lattner
· 16 years ago
41e2dc2
when emitting errors about CHECK-NEXT directives, show the line that the
by Chris Lattner
· 16 years ago
2337291
implement support for CHECK-NEXT: in filecheck.
by Chris Lattner
· 16 years ago
4dc4c27
simplify some code.
by Chris Lattner
· 16 years ago
9aae567
rewrite FindStringInBuffer to use an explicit loop instead of
by Chris Lattner
· 16 years ago
064af7d
Instead of using an std::pair, use a custom struct.
by Chris Lattner
· 16 years ago
b60f4e0
Fix an ENABLE_EXPENSIVE_CHECKS error.
by Daniel Dunbar
· 16 years ago
fff746c
Tweak comment.
by Daniel Dunbar
· 16 years ago
5f98ca2
improve filecheck's "scanning from here" caret position.
by Chris Lattner
· 16 years ago
9ff9b30
make filecheck default to canonicalizing horizontal whitespace
by Chris Lattner
· 16 years ago
b34645f
stop on the first file mismatch.
by Chris Lattner
· 16 years ago
77f96e1
Add a new little "FileCheck" utility for regression testing.
by Chris Lattner
· 16 years ago