We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 920ea4a commit 026fbe5Copy full SHA for 026fbe5
clang/www/hacking.html
@@ -89,9 +89,9 @@ <h2 id="debugging">Debugging</h2>
89
qualifiers, and the <tt>getTypePtr()</tt> method to get the
90
wrapped <tt>Type*</tt> which you can then dump.</li>
91
<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>
+ 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>
95
</ul>
96
97
<!--=====================================================================-->
0 commit comments