From 438047cf5d8eb582a9a2e989aa6137d8dbe57d9d Mon Sep 17 00:00:00 2001 From: Maksim Ivanov Date: Thu, 28 Nov 2024 00:55:56 +0100 Subject: [PATCH] [clang][www] Remove ClangDataFormat.py from docs The script was removed in https://github.com/llvm/llvm-project/pull/96385. Instead, mention the LLVM formatter as it's still very useful for Clang's code. --- clang/www/hacking.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clang/www/hacking.html b/clang/www/hacking.html index 78b67cd05c53c..a17e791eed477 100755 --- a/clang/www/hacking.html +++ b/clang/www/hacking.html @@ -89,9 +89,9 @@

Debugging

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 - - clang/utils/ClangDataFormat.py.
  • + data formatters for LLVM data structures in + + llvm/utils/lldbDataFormatters.py.