Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading