[PATCH] D61326: Fixes for builds that require strict X/Open and POSIX compatiblity

David Tenty via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 15 13:38:09 PDT 2019


daltenty marked an inline comment as done.
daltenty added inline comments.


================
Comment at: llvm/lib/Support/Unix/Path.inc:160
+  char *state;
+  if ((char *t = strtok_r(s, ":", &state)) != nullptr) {
+    do {
----------------
hubert.reinterpretcast wrote:
> Does this compile?
Yes it does. Can you clarify?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D61326





More information about the llvm-commits mailing list