summaryrefslogtreecommitdiff
path: root/include/llvm/Support/PathV1.h
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2011-02-24 01:02:32 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2011-02-24 01:02:32 +0000
commitfae7f6de9ec18a6a8331b7ddbf51fd5f5c3e4288 (patch)
tree42e2df0797a2cb938c4cfcc1424e999d26ffb1db /include/llvm/Support/PathV1.h
parent3a4ae32ed7bf117a4fdc438fe0b297eec8e9b1ac (diff)
downloadllvm-fae7f6de9ec18a6a8331b7ddbf51fd5f5c3e4288.tar.gz
llvm-fae7f6de9ec18a6a8331b7ddbf51fd5f5c3e4288.tar.bz2
llvm-fae7f6de9ec18a6a8331b7ddbf51fd5f5c3e4288.tar.xz
Depricate PathV1::isAbsolute.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126348 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/PathV1.h')
-rw-r--r--include/llvm/Support/PathV1.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/Support/PathV1.h b/include/llvm/Support/PathV1.h
index a1c3f6a49a..d7753a3e71 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.