We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
clang-scan-deps
1 parent 482ec90 commit dbc41ddCopy full SHA for dbc41dd
clang/docs/ReleaseNotes.rst
@@ -814,6 +814,8 @@ Bug Fixes in This Version
814
- Fixed a failed assertion with an operator call expression which comes from a
815
macro expansion when performing analysis for nullability attributes. (#GH138371)
816
- 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).
819
- Fix a crash when marco name is empty in ``#pragma push_macro("")`` or
820
``#pragma pop_macro("")``. (GH149762).
821
0 commit comments