[libcxx-commits] [PATCH] D117174: [libc++][test] Run clang-tidy during CI

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Feb 4 14:27:42 PST 2022


ldionne added a comment.

If `clang-tidy` does provide coverage for all that `libcxx/test/libcxx/lint/lint_headers.sh.py` does (and I think it does), I would remove it too. Maintaining less infrastructure/testing code is better in the long term.

@philnik Can you do that in this patch?

We will have to wait for the nodes to get the updated image before this can be checked-in... for some reason this is terribly long..


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117174/new/

https://reviews.llvm.org/D117174



More information about the libcxx-commits mailing list