[llvm-branch-commits] [clang] 1db54c7 - [clang][deps] Add a release note for fixing crashes in `clang-scan-deps`. (#149857)
Tobias Hieta via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Jul 24 03:04:10 PDT 2025
Author: Volodymyr Sapsai
Date: 2025-07-24T12:04:01+02:00
New Revision: 1db54c705a3343bb430c75aa63afbd22da985665
URL: https://github.com/llvm/llvm-project/commit/1db54c705a3343bb430c75aa63afbd22da985665
DIFF: https://github.com/llvm/llvm-project/commit/1db54c705a3343bb430c75aa63afbd22da985665.diff
LOG: [clang][deps] Add a release note for fixing crashes in `clang-scan-deps`. (#149857)
(cherry picked from commit dbc41dd5d827a3e13625a66fd2bfa83a8a4dfe83)
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
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
diff erent locations (#GH134404, #GH146976).
Bug Fixes to Compiler Builtins
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
More information about the llvm-branch-commits
mailing list