Joseph Huber
|
69c0b2febe
|
[libc][NFC] Remove all trailing spaces from libc (#82831)
Summary:
There are a lot of random training spaces on various lines. This patch
just got rid of all of them with `sed 's/\ \+$//g'.
|
2024-02-23 16:34:00 -06:00 |
|
Chris Cotter
|
32870da3ba
|
Fix typos in documentation
|
2023-08-13 23:46:44 -07:00 |
|
Kazu Hirata
|
e042efdab6
|
[libc] Fix typos in documentation
|
2023-04-24 23:31:48 -07:00 |
|
Siva Chandra Reddy
|
1bb6f1bb8f
|
[libc][docs] Move links to internal developer guides out of the main side bar.
The links are all now from a "Developer Guides" page which is linked from the
main side bar.
|
2022-11-05 00:04:50 -07:00 |
|
Siva Chandra Reddy
|
a2a87ee7e9
|
[libc] Add a contributing guide to the docs.
Reviewed By: jeffbailey
Differential Revision: https://reviews.llvm.org/D136961
|
2022-11-02 08:02:11 -07:00 |
|