[libc-commits] [libc] [libc] assert.h modifications for newhdrgen (PR #98092)

via libc-commits libc-commits at lists.llvm.org
Tue Jul 9 10:25:29 PDT 2024


================
@@ -0,0 +1,17 @@
+header: assert.h
+macros: []
+types: []
+enums: []
+objects: []
+functions:
+  - name: __assert_fail 
+    standards:
+      - llvm_libc_ext
+    return_type: _Noreturn void
+    arguments:
+      - type: const char *
+      - type: const char *
+      - type: unsigned
+      - type: const char *
+    guard: __cplusplus
+  
----------------
aaryanshukla wrote:

In the other Yaml files all of them have a newline at the end as well. 

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


More information about the libc-commits mailing list