Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2015-01-01 | Revert r225053: Add an ArrayRef upcasting constructor from ArrayRef<U*> -> Ar... | Chandler Carruth | 1 | -35/+0 |
2014-12-31 | Add an ArrayRef upcasting constructor from ArrayRef<U*> -> ArrayRef<T*> where... | Michael Gottesman | 1 | -0/+35 |
2014-08-31 | Add some negative (and positive) static_assert checks for ArrayRef-of-pointer... | David Blaikie | 1 | -0/+17 |
2014-08-30 | Add a test for converting ArrayRef<T *> to ArrayRef<const T *>. | Craig Topper | 1 | -0/+10 |
2014-08-19 | ADT: Unit test for ArrayRef::equals change in r215986 | Duncan P. N. Exon Smith | 1 | -0/+4 |
2014-07-27 | [ADT] Add a remarkbly useful little helper routine to ArrayRef for | Chandler Carruth | 1 | -0/+22 |
2014-07-05 | ADT: Add a drop_back() helper to ArrayRef | David Majnemer | 1 | -0/+7 |
2014-02-05 | Fix layering StringRef copy using BumpPtrAllocator. | Nick Kledzik | 1 | -0/+33 |