aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/ADT/ImmutableSetTest.cpp
AgeCommit message (Collapse)AuthorFilesLines
2010-11-24Tweak ImmutableMap/ImmutableSet/ImmutableList APIsTed Kremenek1-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
2009-01-03improve test and address Misha's commentsNuno Lopes1-43/+34
llvm-svn: 61609
2009-01-02Reassign the buffer to the pointer so that we don't overwrite memory.Bill Wendling1-0/+2
llvm-svn: 61596
2009-01-02fist short at a new unit test for ImmutableSets. no bugs found, though :PNuno Lopes1-0/+208
llvm-svn: 61576