Skip to content

Commit

Permalink
[clang][www] Remove ClangDataFormat.py from docs (llvm#117943)
Browse files Browse the repository at this point in the history
The script was removed in
llvm#96385.

Instead, mention the LLVM formatter as it's still very useful for
Clang's code.
  • Loading branch information
emaxx-google authored Dec 4, 2024
1 parent 920ea4a commit 026fbe5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions clang/www/hacking.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>

<!--=====================================================================-->
Expand Down

0 comments on commit 026fbe5

Please sign in to comment.