Skip to content

Commit 026fbe5

Browse files
authored
[clang][www] Remove ClangDataFormat.py from docs (#117943)
The script was removed in #96385. Instead, mention the LLVM formatter as it's still very useful for Clang's code.
1 parent 920ea4a commit 026fbe5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang/www/hacking.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ <h2 id="debugging">Debugging</h2>
8989
qualifiers, and the <tt>getTypePtr()</tt> method to get the
9090
wrapped <tt>Type*</tt> which you can then dump.</li>
9191
<li>For <a href="https://lldb.llvm.org"> <tt>LLDB</tt></a> users there are
92-
data formatters for clang data structures in
93-
<a href="https://github.com/llvm/llvm-project/blob/main/clang/utils/ClangDataFormat.py">
94-
<tt>clang/utils/ClangDataFormat.py</tt></a>.</li>
92+
data formatters for LLVM data structures in
93+
<a href="https://github.com/llvm/llvm-project/blob/main/llvm/utils/lldbDataFormatters.py">
94+
<tt>llvm/utils/lldbDataFormatters.py</tt></a>.</li>
9595
</ul>
9696

9797
<!--=====================================================================-->

0 commit comments

Comments
 (0)