[clang] [clang][www] Remove ClangDataFormat.py from docs (PR #117943)
Maksim Ivanov via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 27 15:56:54 PST 2024
https://github.com/emaxx-google created https://github.com/llvm/llvm-project/pull/117943
The script was removed in https://github.com/llvm/llvm-project/pull/96385.
Instead, mention the LLVM formatter as it's still very useful for Clang's code.
>From 438047cf5d8eb582a9a2e989aa6137d8dbe57d9d Mon Sep 17 00:00:00 2001
From: Maksim Ivanov <emaxx at google.com>
Date: Thu, 28 Nov 2024 00:55:56 +0100
Subject: [PATCH] [clang][www] Remove ClangDataFormat.py from docs
The script was removed in https://github.com/llvm/llvm-project/pull/96385.
Instead, mention the LLVM formatter as it's still very useful for Clang's code.
---
clang/www/hacking.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/clang/www/hacking.html b/clang/www/hacking.html
index 78b67cd05c53c6..a17e791eed477a 100755
--- a/clang/www/hacking.html
+++ b/clang/www/hacking.html
@@ -89,9 +89,9 @@ <h2 id="debugging">Debugging</h2>
qualifiers, and the <tt>getTypePtr()</tt> method to get the
wrapped <tt>Type*</tt> which you can then dump.</li>
<li>For <a href="https://lldb.llvm.org"> <tt>LLDB</tt></a> users there are
- data formatters for clang data structures in
- <a href="https://github.com/llvm/llvm-project/blob/main/clang/utils/ClangDataFormat.py">
- <tt>clang/utils/ClangDataFormat.py</tt></a>.</li>
+ data formatters for LLVM data structures in
+ <a href="https://github.com/llvm/llvm-project/blob/main/llvm/utils/lldbDataFormatters.py">
+ <tt>llvm/utils/lldbDataFormatters.py</tt></a>.</li>
</ul>
<!--=====================================================================-->
More information about the cfe-commits
mailing list