[clang][www] Remove ClangDataFormat.py from docs (#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.
This commit is contained in:
Maksim Ivanov 2024-12-04 12:53:31 +00:00 committed by GitHub
parent 920ea4af64
commit 026fbe519e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -89,9 +89,9 @@
qualifiers, and the <tt>getTypePtr()</tt> method to get the qualifiers, and the <tt>getTypePtr()</tt> method to get the
wrapped <tt>Type*</tt> which you can then dump.</li> 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 <li>For <a href="https://lldb.llvm.org"> <tt>LLDB</tt></a> users there are
data formatters for clang data structures in data formatters for LLVM data structures in
<a href="https://github.com/llvm/llvm-project/blob/main/clang/utils/ClangDataFormat.py"> <a href="https://github.com/llvm/llvm-project/blob/main/llvm/utils/lldbDataFormatters.py">
<tt>clang/utils/ClangDataFormat.py</tt></a>.</li> <tt>llvm/utils/lldbDataFormatters.py</tt></a>.</li>
</ul> </ul>
<!--=====================================================================--> <!--=====================================================================-->