aboutsummaryrefslogtreecommitdiffstats
path: root/utils/FileCheck
Commit message (Expand)AuthorAgeFilesLines
...
* fix a FileCheck bug where:Chris Lattner2009-09-211-3/+3
* rewrite CountNumNewlinesBetween to be in terms of StringRef.Chris Lattner2009-09-201-13/+15
* implement and document support for CHECK-NOTChris Lattner2009-09-201-8/+50
* rewrite FileCheck in terms of StringRef instead of manual pointer pairs.Chris Lattner2009-09-201-68/+37
* Don't install FileCheck or FileUpdateDouglas Gregor2009-08-231-0/+3
* when emitting errors about CHECK-NEXT directives, show the line that the Chris Lattner2009-08-161-2/+6
* implement support for CHECK-NEXT: in filecheck.Chris Lattner2009-08-151-26/+105
* simplify some code.Chris Lattner2009-08-151-8/+13
* rewrite FindStringInBuffer to use an explicit loop instead ofChris Lattner2009-08-151-19/+27
* Instead of using an std::pair, use a custom struct.Chris Lattner2009-08-151-12/+21
* Fix an ENABLE_EXPENSIVE_CHECKS error.Daniel Dunbar2009-08-021-2/+3
* Tweak comment.Daniel Dunbar2009-07-111-2/+2
* improve filecheck's "scanning from here" caret position.Chris Lattner2009-07-111-0/+11
* make filecheck default to canonicalizing horizontal whitespaceChris Lattner2009-07-111-0/+66
* stop on the first file mismatch.Chris Lattner2009-07-091-0/+1
* Add a new little "FileCheck" utility for regression testing.Chris Lattner2009-07-083-0/+203