From ca878c943bd7035e9ae52a5d9eafc167c00e7b9f Mon Sep 17 00:00:00 2001 From: Kristof Beyls Date: Thu, 30 Mar 2017 09:31:59 +0000 Subject: 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 --- llvm/lib/Support/Chrono.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'llvm/lib/Support/Chrono.cpp') 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>::value[] = "h"; -const char detail::unit>::value[] = "m"; -const char detail::unit>::value[] = "s"; -const char detail::unit::value[] = "ms"; -const char detail::unit::value[] = "us"; -const char detail::unit::value[] = "ns"; +const char llvm::detail::unit>::value[] = "h"; +const char llvm::detail::unit>::value[] = "m"; +const char llvm::detail::unit>::value[] = "s"; +const char llvm::detail::unit::value[] = "ms"; +const char llvm::detail::unit::value[] = "us"; +const char llvm::detail::unit::value[] = "ns"; static inline struct tm getStructTM(TimePoint<> TP) { struct tm Storage; -- cgit v1.2.3