summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ADT/ImmutableListTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace llvm::isPodLike<...> by llvm::is_trivially_copyable<...>Serge Guelton2019-01-201-0/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ADT] Made numerous methods of ImmutableList constKristof Umann2018-09-121-0/+30
* [ADT] ImmutableList no longer requires elements to be copy constructibleKristof Umann2018-08-281-0/+43
* [ADT] Implemented unittests for ImmutableListKristof Umann2018-08-131-0/+198
OpenPOWER on IntegriCloud