From: Argyrios Kyrtzidis Date: Fri, 16 Nov 2012 00:25:28 +0000 (+0000) Subject: Mention the lldb formatters in the clang wiki under debugging. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=40b48a1b924fb1f830421da315b5a6a5539a12a9;p=clang Mention the lldb formatters in the clang wiki under debugging. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168118 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/hacking.html b/www/hacking.html index aa13b8d0eb..a1ff8d4efd 100644 --- a/www/hacking.html +++ b/www/hacking.html @@ -87,6 +87,10 @@ the isConstQualified(), for example, to get one of the qualifiers, and the getTypePtr() method to get the wrapped Type* which you can then dump. +
  • For LLDB users there are + data formatters for clang data structures in + + utils/ClangDataFormat.py.