Support/PathV1: Deprecate getLast.
[oota-llvm.git] / include / llvm / Support / PathV1.h
index 260deeb4a872de9ba7f1b324b7175365128acc2d..818b32964eea173b1229fa29071850990540de08 100644 (file)
@@ -263,7 +263,9 @@ namespace sys {
       /// path name is returned (i.e. same as toString).
       /// @returns StringRef containing the last component of the path name.
       /// @brief Returns the last component of the path name.
-      StringRef getLast() const;
+      LLVM_ATTRIBUTE_DEPRECATED(
+        StringRef getLast() const,
+        LLVMV_PATH_DEPRECATED_MSG);
 
       /// This function strips off the path and suffix of the file or directory
       /// name and returns just the basename. For example /a/foo.bar would cause