[all-commits] [llvm/llvm-project] cc63ae: [VFS] Rename `RedirectingFileSystem::dump` to `print`

Ben Barham via All-commits all-commits at lists.llvm.org
Mon Mar 14 11:44:26 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cc63ae42d77200ed85dd0d57f1d5c5800a67683c
      https://github.com/llvm/llvm-project/commit/cc63ae42d77200ed85dd0d57f1d5c5800a67683c
  Author: Ben Barham <ben_barham at apple.com>
  Date:   2022-03-14 (Mon, 14 Mar 2022)

  Changed paths:
    M lldb/source/Commands/CommandObjectReproducer.cpp
    M llvm/include/llvm/Support/VirtualFileSystem.h
    M llvm/lib/Support/VirtualFileSystem.cpp

  Log Message:
  -----------
  [VFS] Rename `RedirectingFileSystem::dump` to `print`

The rest of LLVM uses `print` for the method taking the `raw_ostream`
and `dump` only for the method with no parameters. Use the same for
`RedirectingFileSystem`.

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




More information about the All-commits mailing list