diff options
author | Justin Lebar <jlebar@google.com> | 2016-07-17 18:10:30 +0000 |
---|---|---|
committer | Justin Lebar <jlebar@google.com> | 2016-07-17 18:10:30 +0000 |
commit | b17269da754bfe8fba0e9342a4460a893f7c1259 (patch) | |
tree | 8b5ddd513bce119810f1056649aa638c8a00c141 /llvm/unittests/Support/MathExtrasTest.cpp | |
parent | 69c778c084faafe8ddbc7ece947762241594a92f (diff) | |
download | llvm-b17269da754bfe8fba0e9342a4460a893f7c1259.zip llvm-b17269da754bfe8fba0e9342a4460a893f7c1259.tar.gz llvm-b17269da754bfe8fba0e9342a4460a893f7c1259.tar.bz2 |
Fix warnings in ImmutableSetTest and SequenceTest.
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
Diffstat (limited to 'llvm/unittests/Support/MathExtrasTest.cpp')
0 files changed, 0 insertions, 0 deletions