summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Chrono.cpp
diff options
context:
space:
mode:
authorKristof Beyls <kristof.beyls@arm.com>2017-03-31 13:06:40 +0000
committerKristof Beyls <kristof.beyls@arm.com>2017-03-31 13:06:40 +0000
commit77ce4f6e37ad0aa61894d4a840f17e89208d0c74 (patch)
tree0a767d5a57a008892cf9b19191793fb8a82be603 /llvm/lib/Support/Chrono.cpp
parent9d7df75c9c9dd91b801cd152f837e8cfb529cb2b (diff)
downloadbcm5719-llvm-77ce4f6e37ad0aa61894d4a840f17e89208d0c74.tar.gz
bcm5719-llvm-77ce4f6e37ad0aa61894d4a840f17e89208d0c74.zip
Make naming in Host.h in line with coding standards.
Based on post-commit review comments by Chandler Carruth on https://reviews.llvm.org/D31236. Thanks! llvm-svn: 299211
Diffstat (limited to 'llvm/lib/Support/Chrono.cpp')
-rw-r--r--llvm/lib/Support/Chrono.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/llvm/lib/Support/Chrono.cpp b/llvm/lib/Support/Chrono.cpp
index ca748f5c046..daccaf1fc10 100644
--- a/llvm/lib/Support/Chrono.cpp
+++ b/llvm/lib/Support/Chrono.cpp
@@ -16,12 +16,12 @@ namespace llvm {
using namespace sys;
-const char detail::unit<std::ratio<3600>>::value[] = "h";
-const char detail::unit<std::ratio<60>>::value[] = "m";
-const char detail::unit<std::ratio<1>>::value[] = "s";
-const char detail::unit<std::milli>::value[] = "ms";
-const char detail::unit<std::micro>::value[] = "us";
-const char detail::unit<std::nano>::value[] = "ns";
+const char llvm::detail::unit<std::ratio<3600>>::value[] = "h";
+const char llvm::detail::unit<std::ratio<60>>::value[] = "m";
+const char llvm::detail::unit<std::ratio<1>>::value[] = "s";
+const char llvm::detail::unit<std::milli>::value[] = "ms";
+const char llvm::detail::unit<std::micro>::value[] = "us";
+const char llvm::detail::unit<std::nano>::value[] = "ns";
static inline struct tm getStructTM(TimePoint<> TP) {
struct tm Storage;
OpenPOWER on IntegriCloud