[llvm-commits] [llvm] r126348 - /llvm/trunk/include/llvm/Support/PathV1.h

Michael J. Spencer bigcheesegs at gmail.com
Wed Feb 23 17:02:32 PST 2011


Author: mspencer
Date: Wed Feb 23 19:02:32 2011
New Revision: 126348

URL: http://llvm.org/viewvc/llvm-project?rev=126348&view=rev
Log:
Depricate PathV1::isAbsolute.

Modified:
    llvm/trunk/include/llvm/Support/PathV1.h

Modified: llvm/trunk/include/llvm/Support/PathV1.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/PathV1.h?rev=126348&r1=126347&r2=126348&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/PathV1.h (original)
+++ llvm/trunk/include/llvm/Support/PathV1.h Wed Feb 23 19:02:32 2011
@@ -312,9 +312,9 @@
       /// 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.





More information about the llvm-commits mailing list