aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/System/TimeValue.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/System/TimeValue.h')
-rw-r--r--include/llvm/System/TimeValue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/System/TimeValue.h b/include/llvm/System/TimeValue.h
index b9ada00..4e419f1 100644
--- a/include/llvm/System/TimeValue.h
+++ b/include/llvm/System/TimeValue.h
@@ -271,7 +271,7 @@ namespace sys {
/// Provides conversion of the TimeValue into a readable time & date.
/// @returns std::string containing the readable time value
/// @brief Convert time to a string.
- std::string toString() const;
+ std::string str() const;
/// @}
/// @name Mutators