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

Michael J. Spencer bigcheesegs at gmail.com
Fri Dec 17 13:32:48 PST 2010


Author: mspencer
Date: Fri Dec 17 15:32:47 2010
New Revision: 122089

URL: http://llvm.org/viewvc/llvm-project?rev=122089&view=rev
Log:
Fix 80 col.

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=122089&r1=122088&r2=122089&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/PathV1.h (original)
+++ llvm/trunk/include/llvm/Support/PathV1.h Fri Dec 17 15:32:47 2010
@@ -304,12 +304,16 @@
       /// 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);
+      LLVM_ATTRIBUTE_DEPRECATED(
+        bool isAbsolute() const,
+        LLVMV_PATH_DEPRECATED_MSG);
 
       /// This function determines if the path name is absolute, as opposed to
       /// relative.
       /// @brief Determine if the path is absolute.
-      LLVM_ATTRIBUTE_DEPRECATED(static bool isAbsolute(const char *NameStart, unsigned NameLen), LLVMV_PATH_DEPRECATED_MSG);
+      LLVM_ATTRIBUTE_DEPRECATED(
+        static bool isAbsolute(const char *NameStart, unsigned NameLen),
+        LLVMV_PATH_DEPRECATED_MSG);
 
       /// This function opens the file associated with the path name provided by
       /// the Path object and reads its magic number. If the magic number at the





More information about the llvm-commits mailing list