[libc-commits] [libc] [libc] Generate docs for `setjmp.h` (PR #89542)
Nick Desaulniers via libc-commits
libc-commits at lists.llvm.org
Mon Apr 22 12:31:00 PDT 2024
================
@@ -0,0 +1,15 @@
+{
+ "macros": {
+ "__STDC_VERSION_SETJMP_H__": {
+ "defined": "7.13.2"
+ },
+ "setjmp": {
+ "defined": "7.13.1.1"
----------------
nickdesaulniers wrote:
`setjmp` is a function, not a macro. Mind moving it down to that section?
https://github.com/llvm/llvm-project/pull/89542
More information about the libc-commits
mailing list