forked from OSchip/llvm-project
Mention the lldb formatters in the clang wiki under debugging.
llvm-svn: 168118
This commit is contained in:
parent
71c81b63bc
commit
28b907dcfa
|
@ -87,6 +87,10 @@
|
|||
the <tt>isConstQualified()</tt>, for example, to get one of the
|
||||
qualifiers, and the <tt>getTypePtr()</tt> method to get the
|
||||
wrapped <tt>Type*</tt> which you can then dump.</li>
|
||||
<li>For <a href="http://lldb.llvm.org"> <tt>LLDB</tt></a> users there are
|
||||
data formatters for clang data structures in
|
||||
<a href="http://llvm.org/svn/llvm-project/cfe/trunk/utils/ClangDataFormat.py">
|
||||
<tt>utils/ClangDataFormat.py</tt></a>.</li>
|
||||
</ul>
|
||||
|
||||
<!--=====================================================================-->
|
||||
|
|
Loading…
Reference in New Issue