[libc-commits] [PATCH] D74021: Created uChar implementation for libc

Marcus Johnson via Phabricator via libc-commits libc-commits at lists.llvm.org
Sat Feb 8 04:44:20 PST 2020


MarcusJohnson91 updated this revision to Diff 243360.
MarcusJohnson91 marked an inline comment as done.
MarcusJohnson91 added a comment.

Fixed the header blocks and reformatted


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74021/new/

https://reviews.llvm.org/D74021

Files:
  libc/src/uchar/c16rtomb.h
  libc/src/uchar/c32rtomb.h
  libc/src/uchar/mbrtoc16.h
  libc/src/uchar/mbrtoc32.h


Index: libc/src/uchar/mbrtoc32.h
===================================================================
--- libc/src/uchar/mbrtoc32.h
+++ libc/src/uchar/mbrtoc32.h
@@ -1,11 +1,10 @@
-//===----------------- Implementation header for mbrtoc32
-//-------------------===//
+//===---------------- Implementation header for mbrtoc32 -----------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
-//===----------------------------------------------------------------------===//
+//===---------------------------------------------------------------------===//
 
 #ifndef LLVM_LIBC_SRC_UCHAR_MBRTOC32_H
 #define LLVM_LIBC_SRC_UCHAR_MBRTOC32_H
Index: libc/src/uchar/mbrtoc16.h
===================================================================
--- libc/src/uchar/mbrtoc16.h
+++ libc/src/uchar/mbrtoc16.h
@@ -1,12 +1,10 @@
-//===----------------- Implementation header for mbrtoc16
-//-------------------===//
+//===---------------- Implementation header for mbrtoc16 -----------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
-//===----------------------------------------------------------------------===//
-
+//===---------------------------------------------------------------------===//
 #ifndef LLVM_LIBC_SRC_UCHAR_MBRTOC16_H
 #define LLVM_LIBC_SRC_UCHAR_MBRTOC16_H
 
Index: libc/src/uchar/c32rtomb.h
===================================================================
--- libc/src/uchar/c32rtomb.h
+++ libc/src/uchar/c32rtomb.h
@@ -1,11 +1,10 @@
-//===----------------- Implementation header for c32rtomb
-//-------------------===//
+//===--------------- Implementation header for c32rtomb -----------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
-//===----------------------------------------------------------------------===//
+//===--------------------------------------------------------------------===//
 
 #ifndef LLVM_LIBC_SRC_UCHAR_C32RTOMB_H
 #define LLVM_LIBC_SRC_UCHAR_C32RTOMB_H
Index: libc/src/uchar/c16rtomb.h
===================================================================
--- libc/src/uchar/c16rtomb.h
+++ libc/src/uchar/c16rtomb.h
@@ -1,11 +1,10 @@
-//===----------------- Implementation header for c16rtomb
-//-------------------===//
+//===--------------- Implementation header for c16rtomb -----------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
-//===----------------------------------------------------------------------===//
+//===--------------------------------------------------------------------===//
 
 #ifndef LLVM_LIBC_SRC_UCHAR_C16RTOMB_H
 #define LLVM_LIBC_SRC_UCHAR_C16RTOMB_H


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74021.243360.patch
Type: text/x-patch
Size: 3214 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200208/a228162e/attachment.bin>


More information about the libc-commits mailing list