Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix warnings in ImmutableSetTest and SequenceTest. | Justin Lebar | 2016-07-17 | 1 | -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 APIs | Ted Kremenek | 2010-11-24 | 1 | -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 comments | Nuno Lopes | 2009-01-03 | 1 | -43/+34 |
| | | | | llvm-svn: 61609 | ||||
* | Reassign the buffer to the pointer so that we don't overwrite memory. | Bill Wendling | 2009-01-02 | 1 | -0/+2 |
| | | | | llvm-svn: 61596 | ||||
* | fist short at a new unit test for ImmutableSets. no bugs found, though :P | Nuno Lopes | 2009-01-02 | 1 | -0/+208 |
llvm-svn: 61576 |