timshen added inline comments.
================
Comment at: unittests/Support/IteratorTest.cpp:156
@@ +155,3 @@
+ };
+
+ auto IsOdd = [](int a) { return a % 2 == 1; };
----------------
Ehhh... I already used them?
https://reviews.llvm.org/D22951