[all-commits] [llvm/llvm-project] 1ff533: [llvm][vfs] NFC: Rename `InMemoryFileSystem::addHa...

Jan Svoboda via All-commits all-commits at lists.llvm.org
Tue Jun 21 07:30:11 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1ff5330ea358ad3401826806191011f885a2006d
      https://github.com/llvm/llvm-project/commit/1ff5330ea358ad3401826806191011f885a2006d
  Author: Jan Svoboda <jan_svoboda at apple.com>
  Date:   2022-06-21 (Tue, 21 Jun 2022)

  Changed paths:
    M llvm/include/llvm/Support/VirtualFileSystem.h
    M llvm/lib/Support/VirtualFileSystem.cpp

  Log Message:
  -----------
  [llvm][vfs] NFC: Rename `InMemoryFileSystem::addHardLink()` arguments


  Commit: 9e0398da8d00b6218aa16a2d602acc765105ed40
      https://github.com/llvm/llvm-project/commit/9e0398da8d00b6218aa16a2d602acc765105ed40
  Author: Jan Svoboda <jan_svoboda at apple.com>
  Date:   2022-06-21 (Tue, 21 Jun 2022)

  Changed paths:
    M llvm/include/llvm/Support/VirtualFileSystem.h
    M llvm/lib/Support/VirtualFileSystem.cpp

  Log Message:
  -----------
  [llvm][vfs] NFC: Promote `lookupInMemoryNode()` to member function


  Commit: b439a08dfc1054cb4d1226b84516b5cc13e41178
      https://github.com/llvm/llvm-project/commit/b439a08dfc1054cb4d1226b84516b5cc13e41178
  Author: Jan Svoboda <jan_svoboda at apple.com>
  Date:   2022-06-21 (Tue, 21 Jun 2022)

  Changed paths:
    M llvm/include/llvm/Support/VirtualFileSystem.h
    M llvm/lib/Support/VirtualFileSystem.cpp

  Log Message:
  -----------
  [llvm][vfs] NFC: Promote `InMemoryDirIterator` to nested class


  Commit: a44c6453fe3844de0efe8f490bb7a27c6f188dfd
      https://github.com/llvm/llvm-project/commit/a44c6453fe3844de0efe8f490bb7a27c6f188dfd
  Author: Jan Svoboda <jan_svoboda at apple.com>
  Date:   2022-06-21 (Tue, 21 Jun 2022)

  Changed paths:
    M llvm/include/llvm/Support/VirtualFileSystem.h
    M llvm/lib/Support/VirtualFileSystem.cpp
    M llvm/unittests/Support/VirtualFileSystemTest.cpp

  Log Message:
  -----------
  [llvm][vfs] Implement in-memory symlinks

This patch implements symlinks for the in-memory VFS. Original author: @erik.pilkington.

Depends on D117648 & D117649.

Reviewed By: sammccall

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


Compare: https://github.com/llvm/llvm-project/compare/f1ee2738b3d7...a44c6453fe38


More information about the All-commits mailing list