Author: Maksim Ivanov Date: 2024-12-04T12:53:31Z New Revision: 026fbe519e16a4993601d2bac509e182081fc068
URL: https://github.com/llvm/llvm-project/commit/026fbe519e16a4993601d2bac509e182081fc068 DIFF: https://github.com/llvm/llvm-project/commit/026fbe519e16a4993601d2bac509e182081fc068.diff LOG: [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. Added: Modified: clang/www/hacking.html Removed: ################################################################################ diff --git a/clang/www/hacking.html b/clang/www/hacking.html index 78b67cd05c53c6..a17e791eed477a 100755 --- a/clang/www/hacking.html +++ b/clang/www/hacking.html @@ -89,9 +89,9 @@ <h2 id="debugging">Debugging</h2> qualifiers, and the <tt>getTypePtr()</tt> method to get the wrapped <tt>Type*</tt> which you can then dump.</li> <li>For <a href="https://lldb.llvm.org"> <tt>LLDB</tt></a> users there are - data formatters for clang data structures in - <a href="https://github.com/llvm/llvm-project/blob/main/clang/utils/ClangDataFormat.py"> - <tt>clang/utils/ClangDataFormat.py</tt></a>.</li> + data formatters for LLVM data structures in + <a href="https://github.com/llvm/llvm-project/blob/main/llvm/utils/lldbDataFormatters.py"> + <tt>llvm/utils/lldbDataFormatters.py</tt></a>.</li> </ul> <!--=====================================================================--> _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits