aboutsummaryrefslogtreecommitdiff
path: root/utils/FileCheck/FileCheck.cpp
AgeCommit message (Expand)Author
2009-09-20rewrite CountNumNewlinesBetween to be in terms of StringRef.Chris Lattner
2009-09-20implement and document support for CHECK-NOTChris Lattner
2009-09-20rewrite FileCheck in terms of StringRef instead of manual pointer pairs.Chris Lattner
2009-08-16when emitting errors about CHECK-NEXT directives, show the line that the Chris Lattner
2009-08-15implement support for CHECK-NEXT: in filecheck.Chris Lattner
2009-08-15simplify some code.Chris Lattner
2009-08-15rewrite FindStringInBuffer to use an explicit loop instead ofChris Lattner
2009-08-15Instead of using an std::pair, use a custom struct.Chris Lattner
2009-08-02Fix an ENABLE_EXPENSIVE_CHECKS error.Daniel Dunbar
2009-07-11Tweak comment.Daniel Dunbar
2009-07-11improve filecheck's "scanning from here" caret position.Chris Lattner
2009-07-11make filecheck default to canonicalizing horizontal whitespaceChris Lattner
2009-07-09stop on the first file mismatch.Chris Lattner
2009-07-08Add a new little "FileCheck" utility for regression testing.Chris Lattner