[clang] [NFC][analyzer][docs] Remove some orphaned images (PR #122249)

via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 9 02:53:49 PST 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-clang

Author: DonĂ¡t Nagy (NagyDonat)

<details>
<summary>Changes</summary>

Remove some images that were previously used on the old homepage of Clang static analyzer (`clang-analyzer.llvm.org`) but became unused since then.

Among the four removed images, `scan_build_cmd.png` was copied to a different location within the repository (and the RST-based docs use it from that location); while the other three are not referenced at all (`git grep` produces no results).

---
Full diff: https://github.com/llvm/llvm-project/pull/122249.diff


4 Files Affected:

- (removed) clang/www/analyzer/images/example_custom_assert.png () 
- (removed) clang/www/analyzer/images/example_null_pointer.png () 
- (removed) clang/www/analyzer/images/example_use_assert.png () 
- (removed) clang/www/analyzer/images/scan_build_cmd.png () 


``````````diff
diff --git a/clang/www/analyzer/images/example_custom_assert.png b/clang/www/analyzer/images/example_custom_assert.png
deleted file mode 100644
index a56bb8962453fe..00000000000000
Binary files a/clang/www/analyzer/images/example_custom_assert.png and /dev/null differ
diff --git a/clang/www/analyzer/images/example_null_pointer.png b/clang/www/analyzer/images/example_null_pointer.png
deleted file mode 100644
index defc3948e9c700..00000000000000
Binary files a/clang/www/analyzer/images/example_null_pointer.png and /dev/null differ
diff --git a/clang/www/analyzer/images/example_use_assert.png b/clang/www/analyzer/images/example_use_assert.png
deleted file mode 100644
index 9e46d7614d625c..00000000000000
Binary files a/clang/www/analyzer/images/example_use_assert.png and /dev/null differ
diff --git a/clang/www/analyzer/images/scan_build_cmd.png b/clang/www/analyzer/images/scan_build_cmd.png
deleted file mode 100644
index 464fd4e129a208..00000000000000
Binary files a/clang/www/analyzer/images/scan_build_cmd.png and /dev/null differ

``````````

</details>


https://github.com/llvm/llvm-project/pull/122249


More information about the cfe-commits mailing list