[clang] [NFC] Remove referenced to deleted `ClangFormattedStatus` file (PR #114331)

Rahul Joshi via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 30 16:55:08 PDT 2024


https://github.com/jurahul created https://github.com/llvm/llvm-project/pull/114331

None

>From 466b99a4d2f53daeecb4d0cfeb3ed5a05c2af03e Mon Sep 17 00:00:00 2001
From: Rahul Joshi <rjoshi at nvidia.com>
Date: Wed, 30 Oct 2024 16:51:36 -0700
Subject: [PATCH] [NFC] Remove referenced to deleted `ClangFormattedStatus`
 file

---
 clang/docs/ClangFormat.rst | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/clang/docs/ClangFormat.rst b/clang/docs/ClangFormat.rst
index dbd9c91ae508e5..ba4a673a9470c5 100644
--- a/clang/docs/ClangFormat.rst
+++ b/clang/docs/ClangFormat.rst
@@ -364,7 +364,3 @@ those as well).
 These commands use the file paths shown in the diff output
 so they will only work from the root of the repository.
 
-Current State of Clang Format for LLVM
-======================================
-
-The following table :doc:`ClangFormattedStatus` shows the current status of clang-formatting for the entire LLVM source tree.



More information about the cfe-commits mailing list