]> granicus.if.org Git - clang/commitdiff
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)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168118 91177308-0d34-0410-b5e6-96231b3b80d8

www/hacking.html

index aa13b8d0eb895b9e3e06b5abdbbba74842d90a67..a1ff8d4efd4328e4baa10f0c63dd81250480cf3e 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>
 
   <!--=====================================================================-->