From: Michael J. Spencer Date: Thu, 24 Feb 2011 01:02:32 +0000 (+0000) Subject: Depricate PathV1::isAbsolute. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=fae7f6de9ec18a6a8331b7ddbf51fd5f5c3e4288;p=oota-llvm.git Depricate PathV1::isAbsolute. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126348 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/PathV1.h b/include/llvm/Support/PathV1.h index a1c3f6a49a1..d7753a3e71e 100644 --- a/include/llvm/Support/PathV1.h +++ b/include/llvm/Support/PathV1.h @@ -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.