summaryrefslogtreecommitdiff
path: root/utils/FileCheck
Commit message (Expand)AuthorAge
* stringref-ize the MemoryBuffer::get apis. This requiresChris Lattner2010-04-05
* FileCheck: Don't print "possibly intended match" line if it would match theDaniel Dunbar2010-03-19
* FileCheck: When looking for "possible matches", only compare against the prefixDaniel Dunbar2010-01-30
* Minor code cleanup.Dan Gohman2010-01-29
* Skip whitespace when looking for a potential intended match.Dan Gohman2010-01-29
* Fix the position of the caret in the FileCheck error message.Dan Gohman2010-01-29
* FileCheck: Switch "possible match" calculation to use StringRef::edit_distance.Daniel Dunbar2010-01-29
* Fix FileCheck crash when fuzzy scanning starting at the end of the file.Daniel Dunbar2009-11-29
* FileCheck, PR5239: Try to find the intended match on failures, but looking for aDaniel Dunbar2009-11-22
* FileCheck: When a string using variable references fails to match, printDaniel Dunbar2009-11-22
* Allow '_' in FileCheck variable names, it is nice to have at least oneDaniel Dunbar2009-11-22
* implement and document support for filecheck variables. ThisChris Lattner2009-09-27
* remove support for "NoSub" from regex. It seems like a minor optimizationChris Lattner2009-09-26
* reject attempts to use ()'s in patterns, these are reserved for filecheck.Chris Lattner2009-09-25
* reimplement the regex matching strategy by building a singleChris Lattner2009-09-25
* special case Patterns that are a single fixed string. This is a microscopicChris Lattner2009-09-25
* filecheck should not match a \n with a .Chris Lattner2009-09-25
* turn a std::pair into a real class.Chris Lattner2009-09-25
* add and document regex support for FileCheck. You can now do stuff like:Chris Lattner2009-09-24
* Use CanonicalizeInputFile to canonicalize the entire buffer containing theChris Lattner2009-09-24
* change 'not' matching to use Pattern, move pattern parsing logic intoChris Lattner2009-09-24
* refactor out the match string into its own Pattern class.Chris Lattner2009-09-24
* fix a FileCheck bug where:Chris Lattner2009-09-21
* rewrite CountNumNewlinesBetween to be in terms of StringRef.Chris Lattner2009-09-20
* implement and document support for CHECK-NOTChris Lattner2009-09-20
* rewrite FileCheck in terms of StringRef instead of manual pointer pairs.Chris Lattner2009-09-20
* Don't install FileCheck or FileUpdateDouglas Gregor2009-08-23
* when emitting errors about CHECK-NEXT directives, show the line that the Chris Lattner2009-08-16
* implement support for CHECK-NEXT: in filecheck.Chris Lattner2009-08-15
* simplify some code.Chris Lattner2009-08-15
* rewrite FindStringInBuffer to use an explicit loop instead ofChris Lattner2009-08-15
* Instead of using an std::pair, use a custom struct.Chris Lattner2009-08-15
* Fix an ENABLE_EXPENSIVE_CHECKS error.Daniel Dunbar2009-08-02
* Tweak comment.Daniel Dunbar2009-07-11
* improve filecheck's "scanning from here" caret position.Chris Lattner2009-07-11
* make filecheck default to canonicalizing horizontal whitespaceChris Lattner2009-07-11
* stop on the first file mismatch.Chris Lattner2009-07-09
* Add a new little "FileCheck" utility for regression testing.Chris Lattner2009-07-08