mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-12 01:25:49 +00:00
80 col.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120111 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -122,7 +122,8 @@ error_code remove_filename(SmallVectorImpl<char> &path);
|
|||||||
/// prepended.
|
/// prepended.
|
||||||
/// @returns errc::success if \a path's extension has been replaced, otherwise a
|
/// @returns errc::success if \a path's extension has been replaced, otherwise a
|
||||||
/// platform specific error_code.
|
/// platform specific error_code.
|
||||||
error_code replace_extension(SmallVectorImpl<char> &path, const Twine &extension);
|
error_code replace_extension(SmallVectorImpl<char> &path,
|
||||||
|
const Twine &extension);
|
||||||
|
|
||||||
/// @brief Append to path.
|
/// @brief Append to path.
|
||||||
///
|
///
|
||||||
@@ -794,7 +795,8 @@ error_code has_magic(const Twine &path, const Twine &magic);
|
|||||||
/// \a path.
|
/// \a path.
|
||||||
/// @results errc::success if result has been successfully set, otherwise a
|
/// @results errc::success if result has been successfully set, otherwise a
|
||||||
/// platform specific error_code.
|
/// platform specific error_code.
|
||||||
error_code get_magic(const Twine &path, uint32_t len, SmallVectorImpl<char> &result);
|
error_code get_magic(const Twine &path, uint32_t len,
|
||||||
|
SmallVectorImpl<char> &result);
|
||||||
|
|
||||||
/// @brief Is file bitcode?
|
/// @brief Is file bitcode?
|
||||||
///
|
///
|
||||||
|
Reference in New Issue
Block a user