[clang][deps] Add a release note for fixing crashes in clang-scan-deps. (#149857)

(cherry picked from commit dbc41dd5d827a3e13625a66fd2bfa83a8a4dfe83)
This commit is contained in:
Volodymyr Sapsai 2025-07-22 20:15:54 -04:00 committed by Tobias Hieta
parent e43496bacf
commit 1db54c705a

View File

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