summaryrefslogtreecommitdiff
path: root/libc/.clang-tidy
Commit message (Collapse)AuthorAgeFilesLines
* [libc][NFC] Clean up clang-tidy warnings for `src/__support` and `src/math`.Tue Ly2023-03-151-3/+7
| | | | | | | | Clean up some warnings from running libc-lint for these folders. Reviewed By: michaelrj, sivachandra Differential Revision: https://reviews.llvm.org/D146048
* [libc] Add a naming rule for global constants.Siva Chandra Reddy2022-01-191-0/+2
| | | | | | Reviewed By: michaelrj Differential Revision: https://reviews.llvm.org/D117645
* [libc] Add a .clang-tidy file for the toplevel libc directory.Siva Chandra Reddy2021-12-091-0/+24
Generation of the .yaml has been removed to prevent lint from running with every ninja invocation. The new .clang-tidy file is copied to the libc build directory so that generated files also get checked. Reviewed By: michaelrj Differential Revision: https://reviews.llvm.org/D115405