mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-06 03:38:34 +00:00
This is still used and issuing an annoying warning. Don't deprecate something in
the library unless *all* uses have been converted over to the new form. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122267 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
69fdf876e1
commit
d7a0852464
@ -311,9 +311,9 @@ namespace sys {
|
||||
/// This function determines if the path name is absolute, as opposed to
|
||||
/// relative.
|
||||
/// @brief Determine if the path is absolute.
|
||||
LLVM_ATTRIBUTE_DEPRECATED(
|
||||
bool isAbsolute() const,
|
||||
LLVMV_PATH_DEPRECATED_MSG(path::is_absolute));
|
||||
//FIXME: LLVM_ATTRIBUTE_DEPRECATED(
|
||||
bool isAbsolute() const;
|
||||
//FIXME: LLVMV_PATH_DEPRECATED_MSG(path::is_absolute));
|
||||
|
||||
/// This function determines if the path name is absolute, as opposed to
|
||||
/// relative.
|
||||
|
Loading…
Reference in New Issue
Block a user