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

Rahul Joshi via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 30 18:48:01 PDT 2024


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

>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 1/2] [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.

>From 117c273361090d13a386fcf7b3eef2163b5b2fb4 Mon Sep 17 00:00:00 2001
From: Rahul Joshi <rjoshi at nvidia.com>
Date: Wed, 30 Oct 2024 18:47:54 -0700
Subject: [PATCH 2/2] Update clang/docs/ClangFormat.rst

Co-authored-by: Owen Pan <owenpiano at gmail.com>
---
 clang/docs/ClangFormat.rst | 1 -
 1 file changed, 1 deletion(-)

diff --git a/clang/docs/ClangFormat.rst b/clang/docs/ClangFormat.rst
index ba4a673a9470c5..7afad5b15b2d54 100644
--- a/clang/docs/ClangFormat.rst
+++ b/clang/docs/ClangFormat.rst
@@ -363,4 +363,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.
-



More information about the cfe-commits mailing list