summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Chrono.cpp
diff options
context:
space:
mode:
authorKristof Beyls <kristof.beyls@arm.com>2017-03-30 09:31:59 +0000
committerKristof Beyls <kristof.beyls@arm.com>2017-03-30 09:31:59 +0000
commitca878c943bd7035e9ae52a5d9eafc167c00e7b9f (patch)
tree3b7409bbbd7255930d86c325ce4b3e4f724bb828 /llvm/lib/Support/Chrono.cpp
parentf29aec76dd8d59e4a4b9316d3699f088f2bfb227 (diff)
downloadbcm5719-llvm-ca878c943bd7035e9ae52a5d9eafc167c00e7b9f.tar.gz
bcm5719-llvm-ca878c943bd7035e9ae52a5d9eafc167c00e7b9f.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: 299062
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