diff --git a/clang/www/hacking.html b/clang/www/hacking.html index aa13b8d0eb89..a1ff8d4efd43 100644 --- a/clang/www/hacking.html +++ b/clang/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.