https://github.com/vsapsai created 
https://github.com/llvm/llvm-project/pull/150329

(cherry picked from commit dbc41dd5d827a3e13625a66fd2bfa83a8a4dfe83)

>From 2abe86f64d428b812c7a4caf0fd6f2d4f8519cbc Mon Sep 17 00:00:00 2001
From: Volodymyr Sapsai <vsap...@apple.com>
Date: Tue, 22 Jul 2025 20:15:54 -0400
Subject: [PATCH] [clang][deps] Add a release note for fixing crashes in
 `clang-scan-deps`. (#149857)

(cherry picked from commit dbc41dd5d827a3e13625a66fd2bfa83a8a4dfe83)
---
 clang/docs/ReleaseNotes.rst | 2 ++
 1 file changed, 2 insertions(+)

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
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to