80-col violations.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117580 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Mikhail Glushenkov 2010-10-28 19:32:47 +00:00
parent a514a4e172
commit 3d0fe853d3

View File

@ -345,8 +345,8 @@ namespace sys {
/// This function determines if the path name in the object references a /// This function determines if the path name in the object references a
/// native object file by looking at it's magic number. The term object /// native object file by looking at it's magic number. The term object
/// file is defined as "an organized collection of separate, named /// file is defined as "an organized collection of separate, named
/// sequences of binary data." This covers the obvious file formats such as /// sequences of binary data." This covers the obvious file formats such
/// COFF and ELF, but it also includes llvm ir bitcode, archives, /// as COFF and ELF, but it also includes llvm ir bitcode, archives,
/// libraries, etc... /// libraries, etc...
/// @returns true if the file starts with the magic number for an object /// @returns true if the file starts with the magic number for an object
/// file. /// file.
@ -385,9 +385,9 @@ namespace sys {
/// in the file system. /// in the file system.
bool canWrite() const; bool canWrite() const;
/// This function checks that what we're trying to work only on a regular file. /// This function checks that what we're trying to work only on a regular
/// Check for things like /dev/null, any block special file, /// file. Check for things like /dev/null, any block special file, or
/// or other things that aren't "regular" regular files. /// other things that aren't "regular" regular files.
/// @returns true if the file is S_ISREG. /// @returns true if the file is S_ISREG.
/// @brief Determines if the file is a regular file /// @brief Determines if the file is a regular file
bool isRegularFile() const; bool isRegularFile() const;