t.p.northover closed this revision.
t.p.northover added a comment.

Thanks Duncan, committed as 727e1c9be3a5 
<https://reviews.llvm.org/rG727e1c9be3a5b20c6b502f056d74a681689049d7>



================
Comment at: llvm/include/llvm/Support/thread.h:107
+
+  bool joinable() const noexcept {
+    return Thread != native_handle_type();
----------------
dexonsmith wrote:
> Seems like you might as well run `git-clang-format` to pick up these 
> changes...
Yes, I'd already done that on my local commit.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D103165/new/

https://reviews.llvm.org/D103165

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D103165: T... Tim Northover via Phabricator via cfe-commits
    • [PATCH] D1031... Duncan P. N. Exon Smith via Phabricator via cfe-commits
    • [PATCH] D1031... Tim Northover via Phabricator via cfe-commits

Reply via email to