aboutsummaryrefslogtreecommitdiff
path: root/libc/docs
AgeCommit message (Expand)AuthorFilesLines
2022-01-29Move LLVM Proposal to doc directory, create indexJeff Bailey6-3/+398
2021-11-30[libc][clang-tidy] fix namespace check for externalsMichael Jones1-0/+8
2021-11-15[NFC] Trim trailing whitespace in *.rstShao-Ce SUN1-5/+5
2020-07-06[libc] Add documentation for clang-tidy checks.Paula Toth1-0/+86
2020-07-06[libc] Add documentation for integration tests.Paula Toth1-0/+19
2020-04-06[libc] NFC: Fix trivial typo in comments, documents, and messagesKazuaki Ishizaki2-5/+5
2020-02-23[libc] Add a README to the sub-directories under the utils directory.Siva Chandra Reddy1-12/+8
2020-02-21[libc] Lay out framework for fuzzing libc functions.Paula Toth2-1/+24
2020-02-04[libc] Fix typo in header generation docs.Paula Toth1-1/+1
2020-01-06[libc] Move all tests to a top level `test` directory.Siva Chandra Reddy1-0/+10
2019-11-22[libc] Add a TableGen based header generator.Siva Chandra Reddy4-0/+59
2019-11-01Illustrate a redirector using the example of round function from math.h.Siva Chandra Reddy3-0/+89
2019-10-04Add few docs and implementation of strcpy and strcat.Siva Chandra5-0/+298