[llvm-branch-commits] [clang] [clang][deps] Add a release note for fixing crashes in `clang-scan-deps`. (#149857) (PR #150329)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Jul 23 14:58:03 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-clang
Author: Volodymyr Sapsai (vsapsai)
<details>
<summary>Changes</summary>
(cherry picked from commit dbc41dd5d827a3e13625a66fd2bfa83a8a4dfe83)
---
Full diff: https://github.com/llvm/llvm-project/pull/150329.diff
1 Files Affected:
- (modified) clang/docs/ReleaseNotes.rst (+2)
``````````diff
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 2add72a1654b1..3eb19ca55fc32 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -800,6 +800,8 @@ Bug Fixes in This Version
declaration statements. Clang now emits a warning for these patterns. (#GH141659)
- Fixed false positives for redeclaration errors of using enum in
nested scopes. (#GH147495)
+- Fixed a crash in `clang-scan-deps` when a module with the same name is found
+ in different locations (#GH134404, #GH146976).
Bug Fixes to Compiler Builtins
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
``````````
</details>
https://github.com/llvm/llvm-project/pull/150329
More information about the llvm-branch-commits
mailing list