[libc-commits] [libc] [libc] Character converter skeleton class (PR #143619)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Wed Jun 11 10:55:34 PDT 2025


================
@@ -0,0 +1,27 @@
+//===-- Implementation of a class for conversion --------------------------===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+
+#include "character_converter.h"
----------------
michaelrj-google wrote:

make sure to include what you use in this file. In this case it looks like it's probably going to be the same as the header

https://github.com/llvm/llvm-project/pull/143619


More information about the libc-commits mailing list