[all-commits] [llvm/llvm-project] a5a79f: [libc] Add a .clang-tidy file for the toplevel lib...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Wed Dec 8 16:19:49 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a5a79f69d6262e46f38126198be7f58932e11080
https://github.com/llvm/llvm-project/commit/a5a79f69d6262e46f38126198be7f58932e11080
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2021-12-09 (Thu, 09 Dec 2021)
Changed paths:
A libc/.clang-tidy
M libc/CMakeLists.txt
M libc/cmake/modules/LLVMLibCObjectRules.cmake
M libc/src/.clang-tidy
M libc/src/__support/CPP/.clang-tidy
Log Message:
-----------
[libc] Add a .clang-tidy file for the toplevel libc directory.
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
More information about the All-commits
mailing list