[PATCH] D27751: Use after move bug fixes

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 14 08:30:38 PST 2016


mehdi_amini added inline comments.


================
Comment at: lib/Object/Error.cpp:94
     return Err2;
-  return Err;
+  return Err; // Use after move, not sure how to fix it.
 }
----------------
@lhames : can you look at this?


https://reviews.llvm.org/D27751





More information about the llvm-commits mailing list