File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff 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
804811Bug Fixes to Compiler Builtins
805812^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments