[libc-commits] [libc] [libc][docs] Updates implementation status for some preexisting docgen json files (PR #89281)
Nick Desaulniers via libc-commits
libc-commits at lists.llvm.org
Thu Apr 18 11:07:08 PDT 2024
================
@@ -1,7 +1,82 @@
{
- "macros": [
- "__STDC_VERSION_FENV_H__"
- ],
+ "macros": {
+ "__STDC_VERSION_FENV_H__": {
+ "defined": "7.6.5",
+ "implemented": false
----------------
nickdesaulniers wrote:
Do you mind dropping the "implemented" field for now?
https://github.com/llvm/llvm-project/pull/89281
More information about the libc-commits
mailing list