[PATCH] D34463: bug33388 - Fix formatv_objet copy & move constructors
Benoit Belley via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 21 10:03:29 PDT 2017
belleyb added inline comments.
================
Comment at: unittests/Support/FormatVariadicTest.cpp:555
}
+TEST(FormatVariadicTest, CopyConstructor) {
----------------
The following tests are failing without the fix and passing with it...
https://reviews.llvm.org/D34463
More information about the llvm-commits
mailing list