summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ADT/ImmutableSetTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth2017-06-061-1/+1
| | | | | | | | | | | | | | | clang-format (https://reviews.llvm.org/D33932) to keep primary headers at the top and handle new utility headers like 'gmock' consistently with other utility headers. No other change was made. I did no manual edits, all of this is clang-format. This should allow other changes to have more clear and focused diffs, and is especially motivated by moving some headers into more focused libraries. llvm-svn: 304786
* Fix warnings in ImmutableSetTest and SequenceTest.Justin Lebar2016-07-171-3/+6
| | | | | | | | | | | | | | Doing "I++" inside of an EXPECT_* triggers warning: expression with side effects has no effect in an unevaluated context because EXPECT_* partially expands to EqHelper<(sizeof(::testing::internal::IsNullLiteralHelper(i++)) == 1)> which is an unevaluated context. llvm-svn: 275717
* 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