[libc-commits] [libc] [libc] added yaml_combined files, frontend for new headergen (PR #96833)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Thu Jun 27 12:51:45 PDT 2024


================
@@ -0,0 +1,135 @@
+header: ctype.h
+macros: []
+types: []
+enums: []
+objects: []
+functions:
+  - name: isalnum
+    standards: 
+      - stdc
+    return_type: int
+    arguments:
+      - type: int
+    guard: null
----------------
michaelrj-google wrote:

in future it'd be good to make it so that if an optional member (e.g. `guard`) isn't listed it defaults to `null` or an empty list or similar to cut down on boilerplate. It's not necessary for this patch but it's good to consider for the future.

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


More information about the libc-commits mailing list