forked from OSchip/llvm-project
parent
2ab3fee3f3
commit
a5a8defa92
|
@ -312,9 +312,9 @@ namespace sys {
|
|||
/// This function determines if the path name is absolute, as opposed to
|
||||
/// relative.
|
||||
/// @brief Determine if the path is absolute.
|
||||
//FIXME: LLVM_ATTRIBUTE_DEPRECATED(
|
||||
bool isAbsolute() const;
|
||||
//FIXME: LLVMV_PATH_DEPRECATED_MSG(path::is_absolute));
|
||||
LLVM_ATTRIBUTE_DEPRECATED(
|
||||
bool isAbsolute() const,
|
||||
LLVM_PATH_DEPRECATED_MSG(path::is_absolute));
|
||||
|
||||
/// This function determines if the path name is absolute, as opposed to
|
||||
/// relative.
|
||||
|
|
Loading…
Reference in New Issue