Skip to content

Commit 29211e3

Browse files
committed
[clang][deps] Add a release note for fixing crashes in clang-scan-deps. (llvm#149857)
(cherry picked from commit dbc41dd)
1 parent 756f489 commit 29211e3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -800,6 +800,13 @@ Bug Fixes in This Version
800800
declaration statements. Clang now emits a warning for these patterns. (#GH141659)
801801
- Fixed false positives for redeclaration errors of using enum in
802802
nested scopes. (#GH147495)
803+
- Fixed a failed assertion with an operator call expression which comes from a
804+
macro expansion when performing analysis for nullability attributes. (#GH138371)
805+
- Fixed a concept equivalent checking crash due to untransformed constraint expressions. (#GH146614)
806+
- Fixed a crash in `clang-scan-deps` when a module with the same name is found
807+
in different locations (#GH134404, #GH146976).
808+
- Fix a crash when marco name is empty in ``#pragma push_macro("")`` or
809+
``#pragma pop_macro("")``. (GH149762).
803810

804811
Bug Fixes to Compiler Builtins
805812
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)