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

via libc-commits libc-commits at lists.llvm.org
Tue Jul 9 10:33:47 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
+  
----------------
RoseZhang03 wrote:

If there are extra spaces on the newline, github will complain about it. If line is empty the line number should turn gray.

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


More information about the libc-commits mailing list