mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-17 21:26:53 +00:00
[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:
parent
920ea4af64
commit
026fbe519e
@ -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>
|
||||||
|
|
||||||
<!--=====================================================================-->
|
<!--=====================================================================-->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user