From 06d4ba388873e6d1cfa9cd715a8935ecc8cd2097 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sun, 18 Jan 2015 16:23:48 +0000 Subject: Vendor import of clang RELEASE_360/rc1 tag r226102 (effectively, 3.6.0 RC1): https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_360/rc1@226102 --- lib/Format/Encoding.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/Format/Encoding.h') diff --git a/lib/Format/Encoding.h b/lib/Format/Encoding.h index dba5174b97b40..766d29274ce66 100644 --- a/lib/Format/Encoding.h +++ b/lib/Format/Encoding.h @@ -13,8 +13,8 @@ /// //===----------------------------------------------------------------------===// -#ifndef LLVM_CLANG_FORMAT_ENCODING_H -#define LLVM_CLANG_FORMAT_ENCODING_H +#ifndef LLVM_CLANG_LIB_FORMAT_ENCODING_H +#define LLVM_CLANG_LIB_FORMAT_ENCODING_H #include "clang/Basic/LLVM.h" #include "llvm/Support/ConvertUTF.h" @@ -143,4 +143,4 @@ inline unsigned getEscapeSequenceLength(StringRef Text) { } // namespace format } // namespace clang -#endif // LLVM_CLANG_FORMAT_ENCODING_H +#endif -- cgit v1.2.3