aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/PathV1.h
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2010-12-20 21:14:18 +0000
committerBill Wendling <isanbard@gmail.com>2010-12-20 21:14:18 +0000
commitd7a0852464ab05327e949fc232138a2b85e4c177 (patch)
tree3f2c683462329c832d34f82ce5d9a5b3a8a86da8 /include/llvm/Support/PathV1.h
parent69fdf876e1cceca935561272fd5c238a59c6e9d8 (diff)
downloadexternal_llvm-d7a0852464ab05327e949fc232138a2b85e4c177.zip
external_llvm-d7a0852464ab05327e949fc232138a2b85e4c177.tar.gz
external_llvm-d7a0852464ab05327e949fc232138a2b85e4c177.tar.bz2
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
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 5026f2c..b1b61b6 100644
--- a/include/llvm/Support/PathV1.h
+++ b/include/llvm/Support/PathV1.h
@@ -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.