mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-24 13:18:17 +00:00
Support/Path: Deprecate PathV1::IsSymlink and replace all uses with PathV2::is_symlink.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123345 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -394,7 +394,8 @@ namespace sys {
|
||||
/// existing symbolic link.
|
||||
/// @returns true if the pathname references an existing symlink.
|
||||
/// @brief Determines if the path is a symlink in the file system.
|
||||
bool isSymLink() const;
|
||||
LLVM_ATTRIBUTE_DEPRECATED(bool isSymLink() const,
|
||||
LLVM_PATH_DEPRECATED_MSG(fs::is_symlink));
|
||||
|
||||
/// This function determines if the path name references a readable file
|
||||
/// or directory in the file system. This function checks for
|
||||
|
||||
Reference in New Issue
Block a user