From 7cf7c51cc4b0f5b2cce74f6177e766d81ecdeb1d Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Thu, 20 Jun 2013 15:06:35 +0000 Subject: Rename fs::GetUniqueID to fs::getUniqueID to match the style guide. llvm-svn: 184431 --- llvm/lib/Support/Unix/PathV2.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Support/Unix') diff --git a/llvm/lib/Support/Unix/PathV2.inc b/llvm/lib/Support/Unix/PathV2.inc index a806083b193..9602daad08f 100644 --- a/llvm/lib/Support/Unix/PathV2.inc +++ b/llvm/lib/Support/Unix/PathV2.inc @@ -356,7 +356,7 @@ error_code file_size(const Twine &path, uint64_t &result) { return error_code::success(); } -error_code GetUniqueID(const Twine Path, uint64_t &Result) { +error_code getUniqueID(const Twine Path, uint64_t &Result) { SmallString<128> Storage; StringRef P = Path.toNullTerminatedStringRef(Storage); -- cgit v1.2.3