From 026fbe519e16a4993601d2bac509e182081fc068 Mon Sep 17 00:00:00 2001 From: Maksim Ivanov Date: Wed, 4 Dec 2024 12:53:31 +0000 Subject: [PATCH] [clang][www] Remove ClangDataFormat.py from docs (#117943) 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 78b67cd05c53..a17e791eed47 100755 --- a/clang/www/hacking.html +++ b/clang/www/hacking.html @@ -89,9 +89,9 @@ 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.