[all-commits] [llvm/llvm-project] 89f038: [libc++][NFC] Move some functions from directory_i...

Louis Dionne via All-commits all-commits at lists.llvm.org
Thu Jan 27 07:58:51 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 89f03804fae720f4c4b717ca555f5d897d9b4900
      https://github.com/llvm/llvm-project/commit/89f03804fae720f4c4b717ca555f5d897d9b4900
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2022-01-27 (Thu, 27 Jan 2022)

  Changed paths:
    M libcxx/src/filesystem/directory_iterator.cpp
    M libcxx/src/filesystem/filesystem_common.h

  Log Message:
  -----------
  [libc++][NFC] Move some functions from directory_iterator.cpp to filesystem_common.h

This move is going to be needed in order to reuse `posix_readdir` in
another translation unit. This doesn't change any of the code except
for removing an unused function parameter that otherwise triggers a
warning inside our tests.

Differential Revision: https://reviews.llvm.org/D118254




More information about the All-commits mailing list