[libcxx-commits] [libcxx] [libc++] Re-enable Clang-tidy checks in the CI (PR #110026)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Nov 19 15:42:40 PST 2024


https://github.com/ldionne updated https://github.com/llvm/llvm-project/pull/110026

>From 8afe133b426d6cb93ba4aae51bcefe8b96b5a09b Mon Sep 17 00:00:00 2001
From: Louis Dionne <ldionne.2 at gmail.com>
Date: Wed, 25 Sep 2024 14:54:43 -0400
Subject: [PATCH] [libc++] Re-enable Clang-tidy checks in the CI

---
 libcxx/test/tools/clang_tidy_checks/CMakeLists.txt | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/libcxx/test/tools/clang_tidy_checks/CMakeLists.txt b/libcxx/test/tools/clang_tidy_checks/CMakeLists.txt
index efe63e0f625f2e..05c44e49b448cd 100644
--- a/libcxx/test/tools/clang_tidy_checks/CMakeLists.txt
+++ b/libcxx/test/tools/clang_tidy_checks/CMakeLists.txt
@@ -1,6 +1,3 @@
-# TODO: Re-enable the tests once the CI is back under control
-return()
-
 # The find_package changes these variables. This leaves the build in an odd
 # state. Calling cmake a second time tries to write site config information in
 # the system's libc++. Restoring these setting after testing fixes this issue.



More information about the libcxx-commits mailing list