summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2012-11-16 00:25:28 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2012-11-16 00:25:28 +0000
commit28b907dcfab6bc672e942117e291b41057566ee0 (patch)
treeb3eb3034f1b1cbb25c5505df7f272c914af3a519
parent71c81b63bcba10f5356c8836fe1828c08e025497 (diff)
downloadbcm5719-llvm-28b907dcfab6bc672e942117e291b41057566ee0.tar.gz
bcm5719-llvm-28b907dcfab6bc672e942117e291b41057566ee0.zip
Mention the lldb formatters in the clang wiki under debugging.
llvm-svn: 168118
-rw-r--r--clang/www/hacking.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/www/hacking.html b/clang/www/hacking.html
index aa13b8d0eb8..a1ff8d4efd4 100644
--- a/clang/www/hacking.html
+++ b/clang/www/hacking.html
@@ -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>
<!--=====================================================================-->
OpenPOWER on IntegriCloud