Skip to content
Commit 6a7b917e authored by Chris Lattner's avatar Chris Lattner
Browse files

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
parent 26cccfe1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment