================
@@ -198,6 +198,7 @@ Miscellaneous Clang Crashes Fixed
 - Fixed a crash when attempting to jump over initialization of a variable with 
variably modified type. (#GH175540)
 - Fixed a crash when using loop hint with a value dependent argument inside a
   generic lambda. (#GH172289)
+- Fixed a crash when diagnosing invalid deducing-this member function 
overloads which is annotated as static. (#GH177741)
----------------
cor3ntin wrote:

```suggestion
- Fixed a crash when diagnosing an invalid static member function with an 
explicit object parameter (#GH177741)
```

https://github.com/llvm/llvm-project/pull/177783
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to