[cfe-commits] r168118 - /cfe/trunk/www/hacking.html

Argyrios Kyrtzidis akyrtzi at gmail.com
Thu Nov 15 16:25:28 PST 2012


Author: akirtzidis
Date: Thu Nov 15 18:25:28 2012
New Revision: 168118

URL: http://llvm.org/viewvc/llvm-project?rev=168118&view=rev
Log:
Mention the lldb formatters in the clang wiki under debugging.

Modified:
    cfe/trunk/www/hacking.html

Modified: cfe/trunk/www/hacking.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/hacking.html?rev=168118&r1=168117&r2=168118&view=diff
==============================================================================
--- cfe/trunk/www/hacking.html (original)
+++ cfe/trunk/www/hacking.html Thu Nov 15 18:25:28 2012
@@ -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>
 
   <!--=====================================================================-->





More information about the cfe-commits mailing list