Skip to content

Commit dbc41dd

Browse files
authored
[clang][deps] Add a release note for fixing crashes in clang-scan-deps. (#149857)
1 parent 482ec90 commit dbc41dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -814,6 +814,8 @@ Bug Fixes in This Version
814814
- Fixed a failed assertion with an operator call expression which comes from a
815815
macro expansion when performing analysis for nullability attributes. (#GH138371)
816816
- Fixed a concept equivalent checking crash due to untransformed constraint expressions. (#GH146614)
817+
- Fixed a crash in `clang-scan-deps` when a module with the same name is found
818+
in different locations (#GH134404, #GH146976).
817819
- Fix a crash when marco name is empty in ``#pragma push_macro("")`` or
818820
``#pragma pop_macro("")``. (GH149762).
819821

0 commit comments

Comments
 (0)