Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [cleanup] Re-sort the #include lines using llvm/utils/sort_includes.py | Chandler Carruth | 2015-01-14 | 1 | -1/+0 |
* | Switching from std::vector to llvm::ArrayRef per post-commit review suggestion. | Aaron Ballman | 2014-08-26 | 1 | -3/+1 |
* | Some versions of MSVC do not support initializer list construction of vectors... | Aaron Ballman | 2014-08-26 | 1 | -1/+2 |
* | ASTVector: Fix return value of various insert() methods. | Will Dietz | 2014-08-25 | 1 | -3/+73 |
* | [C++11] Use 'nullptr'. Unittests edition. | Craig Topper | 2014-06-08 | 1 | -1/+1 |
* | Revert "Revert "PR16540: ASTVector::insert(Context, Iter, Element) doesn't co... | David Blaikie | 2013-07-13 | 1 | -0/+24 |
* | Revert "PR16540: ASTVector::insert(Context, Iter, Element) doesn't compile" | David Blaikie | 2013-07-13 | 1 | -26/+0 |
* | PR16540: ASTVector::insert(Context, Iter, Element) doesn't compile | David Blaikie | 2013-07-13 | 1 | -0/+26 |