[all-commits] [llvm/llvm-project] f10909: [libc++][test] Run clang-tidy during CI
philnik777 via All-commits
all-commits at lists.llvm.org
Tue Feb 15 15:22:30 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f10909a50823906e8926a4710a0400f9cc850ae6
https://github.com/llvm/llvm-project/commit/f10909a50823906e8926a4710a0400f9cc850ae6
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-02-16 (Wed, 16 Feb 2022)
Changed paths:
M libcxx/.clang-tidy
A libcxx/test/libcxx/clang_tidy.sh.cpp
M libcxx/test/libcxx/lint/lint_headers.sh.py
M libcxx/utils/generate_header_tests.py
M libcxx/utils/libcxx/test/features.py
Log Message:
-----------
[libc++][test] Run clang-tidy during CI
I'm trying to get libc++ to the point of being able to run clang-tidy. This is a PR to see if clang-tidy is happy with all the CI configs.
Reviewed By: Quuxplusone, ldionne, #libc
Spies: mgorny, aheejin, libcxx-commits, arichardson
Differential Revision: https://reviews.llvm.org/D117174
More information about the All-commits
mailing list