[libc-commits] [libc] [libc] added newhdrgen python script and class file (PR #96671)

via libc-commits libc-commits at lists.llvm.org
Tue Jun 25 13:47:26 PDT 2024


================
@@ -0,0 +1,65 @@
+#!/usr/bin/env python
+#
+# ====- HeaderFile Class for libc function headers  -----------*- python -*--==#
+#
+# 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
+#
+# ==-------------------------------------------------------------------------==#
+class HeaderFile:
----------------
lntue wrote:

give them 1-2 empty lines

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


More information about the libc-commits mailing list