Mention the lldb formatters in the clang wiki under debugging.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 16 Nov 2012 00:25:28 +0000 (00:25 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 16 Nov 2012 00:25:28 +0000 (00:25 +0000)
llvm-svn: 168118

clang/www/hacking.html

index aa13b8d..a1ff8d4 100644 (file)
       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>
 
   <!--=====================================================================-->