Depricate PathV1::isAbsolute.

llvm-svn: 126348
This commit is contained in:
Michael J. Spencer 2011-02-24 01:02:32 +00:00
parent 2ab3fee3f3
commit a5a8defa92
1 changed files with 3 additions and 3 deletions

View File

@ -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.