[libc-commits] [libc] [libc] Generate docs for `setjmp.h` (PR #89542)
Michael Flanders via libc-commits
libc-commits at lists.llvm.org
Mon Apr 22 14:37:41 PDT 2024
================
@@ -0,0 +1,15 @@
+{
+ "macros": {
+ "__STDC_VERSION_SETJMP_H__": {
+ "defined": "7.13.2"
+ },
+ "setjmp": {
+ "defined": "7.13.1.1"
----------------
Flandini wrote:
Looks like it might need to be switched to a macro and not exposed in the spec and entrypoints as a function?
https://github.com/llvm/llvm-project/pull/89542
More information about the libc-commits
mailing list