This is still used and issuing an annoying warning. Don't deprecate something in
authorBill Wendling <isanbard@gmail.com>
Mon, 20 Dec 2010 21:14:18 +0000 (21:14 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 20 Dec 2010 21:14:18 +0000 (21:14 +0000)
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

include/llvm/Support/PathV1.h

index 5026f2cd12d04d9be5707753961392ea28e1b111..b1b61b6c9a866c3c2553ed42248458429277859e 100644 (file)
@@ -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.