aboutsummaryrefslogtreecommitdiff
path: root/unittests/ADT/ImmutableSetTest.cpp
AgeCommit message (Collapse)Author
2010-11-24Tweak ImmutableMap/ImmutableSet/ImmutableList APIsTed Kremenek
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120070 91177308-0d34-0410-b5e6-96231b3b80d8
2009-01-03improve test and address Misha's commentsNuno Lopes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61609 91177308-0d34-0410-b5e6-96231b3b80d8
2009-01-02Reassign the buffer to the pointer so that we don't overwrite memory.Bill Wendling
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61596 91177308-0d34-0410-b5e6-96231b3b80d8
2009-01-02fist short at a new unit test for ImmutableSets. no bugs found, though :PNuno Lopes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61576 91177308-0d34-0410-b5e6-96231b3b80d8