commit | 2d240d00dabf49c7688a4f564adc410dae187500 | [log] [tgz] |
---|---|---|
author | Zachary Turner <[email protected]> | Tue Aug 30 19:47:05 2016 |
committer | Zachary Turner <[email protected]> | Tue Aug 30 19:47:05 2016 |
tree | 3697e3c6d2aead0de6b31a782e8c9eccdda20c52 | |
parent | 0af717970c1f023e8ac327aa5ecde6c369b069db [diff] |
A few minor stylistic cleanups in StringExtractor. Makes Peek() return a StringRef instead of a const char*. This leads to a few callers of Peek() being able to be made a little nicer (for example using StringRef member functions instead of c-style strncmp and related functions) and generally safer usage. llvm-svn: 280139