From 16ad345cbb84f4d58a0d2c64734d92de9e4efb56 Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Sat, 14 Dec 2024 08:09:40 +0800 Subject: [PATCH 1/2] [clang-tidy][doc] align the title style in clang-tidy/index.rst Uppercase each word in title and toctree _Originally posted by @nicovank in https://github.com/llvm/llvm-project/pull/119842#discussion_r1884559775_. --- clang-tools-extra/docs/clang-tidy/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clang-tools-extra/docs/clang-tidy/index.rst b/clang-tools-extra/docs/clang-tidy/index.rst index a4233d5d8e269..26f11426c1dc4 100644 --- a/clang-tools-extra/docs/clang-tidy/index.rst +++ b/clang-tools-extra/docs/clang-tidy/index.rst @@ -9,7 +9,7 @@ See also: .. toctree:: :maxdepth: 1 - The list of clang-tidy checks + The List of Clang-Tidy Checks Clang-tidy IDE/Editor Integrations Getting Involved External Clang-Tidy Examples @@ -21,7 +21,7 @@ static analysis. :program:`clang-tidy` is modular and provides a convenient interface for writing new checks. -Using clang-tidy +Using Clang-Tidy ================ :program:`clang-tidy` is a `LibTooling`_-based tool, and it's easier to work From 70902c3cf2693e5691c4574979308d4b4725cffa Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Sat, 14 Dec 2024 13:52:08 +0800 Subject: [PATCH 2/2] Update clang-tools-extra/docs/clang-tidy/index.rst Co-authored-by: Nicolas van Kempen --- clang-tools-extra/docs/clang-tidy/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang-tools-extra/docs/clang-tidy/index.rst b/clang-tools-extra/docs/clang-tidy/index.rst index 26f11426c1dc4..f053e57e8d4c8 100644 --- a/clang-tools-extra/docs/clang-tidy/index.rst +++ b/clang-tools-extra/docs/clang-tidy/index.rst @@ -9,7 +9,7 @@ See also: .. toctree:: :maxdepth: 1 - The List of Clang-Tidy Checks + List of Clang-Tidy Checks Clang-tidy IDE/Editor Integrations Getting Involved External Clang-Tidy Examples