summaryrefslogtreecommitdiff
path: root/utils/FileCheck
Commit message (Expand)AuthorAge
* 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