Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Clean up SmallString a bit" | David Blaikie | 2014-03-09 | 1 | -17/+7 |
| | | | | | | | | | This reverts commit r203374. Ambiguities in assign... oh well. I'm just going to revert this and probably not try to recommit it as it's not terribly important. llvm-svn: 203375 | ||||
* | Clean up SmallString a bit | David Blaikie | 2014-03-09 | 1 | -7/+17 |
| | | | | | | | | | | | Move a common utility (assign(iter, iter)) into SmallVector (some of the others could be moved there too, but this one seemed particularly generic) and replace repetitions overrides with using directives. And simplify SmallVector::assign(num, element) while I'm here rather than thrashing these files (that cause everyone to rebuild) again. llvm-svn: 203374 | ||||
* | Sort the #include lines for unittest/... | Chandler Carruth | 2012-12-04 | 1 | -2/+2 |
| | | | | llvm-svn: 169250 | ||||
* | Additional methods for SmallString. | Talin | 2012-01-24 | 1 | -0/+148 |
| | | | | llvm-svn: 148881 | ||||
* | Remove SmallString::append_*int* unit tests. | Benjamin Kramer | 2009-08-19 | 1 | -16/+0 |
| | | | | llvm-svn: 79451 | ||||
* | Add SmallString unit test. | Daniel Dunbar | 2009-07-16 | 1 | -0/+64 |
- Patch by Ryan Flynn! llvm-svn: 76081 |