summaryrefslogtreecommitdiffstats
path: root/clang/unittests/AST/ASTVectorTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [NFC] Header cleanupMehdi Amini2016-07-181-1/+0
* [cleanup] Re-sort the #include lines using llvm/utils/sort_includes.pyChandler Carruth2015-01-141-1/+0
* Switching from std::vector to llvm::ArrayRef per post-commit review suggestion.Aaron Ballman2014-08-261-3/+1
* Some versions of MSVC do not support initializer list construction of vectors...Aaron Ballman2014-08-261-1/+2
* ASTVector: Fix return value of various insert() methods.Will Dietz2014-08-251-3/+73
* [C++11] Use 'nullptr'. Unittests edition.Craig Topper2014-06-081-1/+1
* Revert "Revert "PR16540: ASTVector::insert(Context, Iter, Element) doesn't co...David Blaikie2013-07-131-0/+24
* Revert "PR16540: ASTVector::insert(Context, Iter, Element) doesn't compile"David Blaikie2013-07-131-26/+0
* PR16540: ASTVector::insert(Context, Iter, Element) doesn't compileDavid Blaikie2013-07-131-0/+26
OpenPOWER on IntegriCloud