[libc-commits] [libc] [libc][docgen] support non-top-level headers (PR #119621)
Nick Desaulniers via libc-commits
libc-commits at lists.llvm.org
Wed Dec 11 14:36:39 PST 2024
================
@@ -176,10 +180,22 @@ def print_impl_status_rst(header: Header, api: Dict):
print_functions_rst(header, api["functions"])
+# This code implicitly relies on docgen.py being in the same dir as the json
+# files and is likely to need to be fixed when re-integrating docgen into
+# hdrgen.
+def get_choices():
----------------
nickdesaulniers wrote:
ba1d7489eb30
good catch, I'm still not used to putting explicit types in my python...
https://github.com/llvm/llvm-project/pull/119621
More information about the libc-commits
mailing list