summaryrefslogtreecommitdiff
path: root/libc/docs/dev/source_tree_layout.rst
AgeCommit message (Collapse)Author
2025-05-14[libc] Fix typos in documentation (#139852)Kazu Hirata
2024-12-30[libc] Move hdrgen into utils/ subdirectory (#121256)Roland McGrath
2024-12-06[libc] Remove automemcpy folder (#118781)Guillaume Chatelet
The build is currently broken and we don't have the resources to keep it up to date :-/
2024-12-04[libc] rename newhdrgen to just hdrgen (#118545)Nick Desaulniers
Link: #117208 Fixes: #117254
2024-08-21[libc][docs] Update docs to reflect new headergen (#102381)Michael Jones
Since new headergen is now the default for building LLVM-libc, the docs need to be updated to reflect that. While I was editing those docs, I took a quick pass at updating other out-of-date pages.
2023-11-28[libc][docs] Update implementation docs (#73590)michaelrj-google
Some of the files in the docs/ directory are from 2019 and haven't been updated since. This patch updates implementation_standard.rst, source_tree_layout.rst, and has some minor fixes for strings.rst. It also marks the most severely out of date files with a warning. These files will be updated in a later patch.
2023-03-02[libc][NFC] Move all developer docs into a sub-directory docs/dev.Siva Chandra Reddy