[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
Wed Sep 25 11:55:12 PDT 2024


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

None

>From bdbde1aa4eccaf3df40228f63e5448c9b3a45928 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 0e1d3506a99735..92e1a2b4553c84 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