[libc-commits] [libc] [libc][docgen] support non-top-level headers (PR #119621)

Nick Desaulniers via libc-commits libc-commits at lists.llvm.org
Thu Dec 12 09:49:35 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() -> List:
----------------
nickdesaulniers wrote:

52db903888eace2e4053a751c8f058ac7c98b49d

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


More information about the libc-commits mailing list