[libc-commits] [libc] [libc][hdrgen] Add extra_standards and license_text (PR #165459)

Paul Kirth via libc-commits libc-commits at lists.llvm.org
Thu Oct 30 07:55:23 PDT 2025


================
@@ -50,9 +57,7 @@
 HEADER_TEMPLATE = """\
 //===-- {library} header <{header}> --===//
----------------
ilovepi wrote:

Unrelated, but since you're changing some of these bits, I wanted to point out that the file header format for llvm no longer has the file name bits by default. 

I assume you likely still want to keep those in the generated headers , but I just wanted to point out that it's not required per the coding standards anymore, in case that was a consideration for the template. 

https://llvm.org/docs/CodingStandards.html#file-headers

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


More information about the libc-commits mailing list