summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ADT/ImmutableSetTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Tweak ImmutableMap/ImmutableSet/ImmutableList APIsTed Kremenek2010-11-241-24/+24
| | | | | | | | | | to use lowercase letters for the start of most method names and to replace some method names with more descriptive names (e.g., "getLeft()" instead of "Left()"). No real functionality change. llvm-svn: 120070
* improve test and address Misha's commentsNuno Lopes2009-01-031-43/+34
| | | | llvm-svn: 61609
* Reassign the buffer to the pointer so that we don't overwrite memory.Bill Wendling2009-01-021-0/+2
| | | | llvm-svn: 61596
* fist short at a new unit test for ImmutableSets. no bugs found, though :PNuno Lopes2009-01-021-0/+208
llvm-svn: 61576
OpenPOWER on IntegriCloud