Chris Lattner
|
2942a8852f
|
rewrite FindStringInBuffer to use an explicit loop instead of
trying to wrap strstr which is just too inconvenient. Make it
use a StringRef to avoid ".c_str()" calls.
llvm-svn: 79120
|
2009-08-15 17:53:12 +00:00 |
|
Chris Lattner
|
b1de5e438a
|
Instead of using an std::pair, use a custom struct.
llvm-svn: 79119
|
2009-08-15 17:41:04 +00:00 |
|
Daniel Dunbar
|
29c0894945
|
Fix an ENABLE_EXPENSIVE_CHECKS error.
llvm-svn: 77845
|
2009-08-02 01:21:22 +00:00 |
|
Daniel Dunbar
|
e905c7445d
|
Tweak comment.
llvm-svn: 75391
|
2009-07-11 22:06:10 +00:00 |
|
Chris Lattner
|
abe5a919b8
|
improve filecheck's "scanning from here" caret position.
llvm-svn: 75371
|
2009-07-11 19:21:09 +00:00 |
|
Chris Lattner
|
3ddde921ee
|
make filecheck default to canonicalizing horizontal whitespace
away. This way you can write a space and it matches arbitrary spaces and tabs.
llvm-svn: 75370
|
2009-07-11 18:58:15 +00:00 |
|
Chris Lattner
|
9a419de980
|
stop on the first file mismatch.
llvm-svn: 75076
|
2009-07-09 00:19:21 +00:00 |
|
Chris Lattner
|
425ad95921
|
Add a new little "FileCheck" utility for regression testing.
llvm-svn: 75022
|
2009-07-08 18:44:05 +00:00 |
|