From 783b39934623e734565c9d919b74d12c2f244f7d Mon Sep 17 00:00:00 2001 From: David Spickett Date: Wed, 28 May 2025 08:35:03 +0000 Subject: [PATCH] [libcxx][docs] Fix bullet point in Additional Tools section Without a blank line after the ":", it was rendered on the same line instead of a new one. --- libcxx/docs/TestingLibcxx.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/libcxx/docs/TestingLibcxx.rst b/libcxx/docs/TestingLibcxx.rst index 3320f7d2e769..56cf4aca236f 100644 --- a/libcxx/docs/TestingLibcxx.rst +++ b/libcxx/docs/TestingLibcxx.rst @@ -116,6 +116,7 @@ Additional tools The libc++ test suite uses a few optional tools to improve the code quality. These tools are: + - clang-tidy (you might need additional dev packages to compile libc++-specific clang-tidy checks) Reproducing CI issues locally