[clang] [clang][www] Remove ClangDataFormat.py from docs (PR #117943)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 27 15:57:45 PST 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-clang
Author: Maksim Ivanov (emaxx-google)
<details>
<summary>Changes</summary>
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.
---
Full diff: https://github.com/llvm/llvm-project/pull/117943.diff
1 Files Affected:
- (modified) clang/www/hacking.html (+3-3)
``````````diff
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>
<!--=====================================================================-->
``````````
</details>
https://github.com/llvm/llvm-project/pull/117943
More information about the cfe-commits
mailing list