================ @@ -327,6 +154,7 @@ latest release, please see the [Clang Web Site](https://clang.llvm.org) or the #### Miscellaneous Bug Fixes #### Miscellaneous Clang Crashes Fixed +- Fixed a crash when instantiating an invalid dependent friend destructor declaration in a class template. (#GH210610) ---------------- cor3ntin wrote:
```suggestion - Fixed a crash when instantiating an invalid dependent friend destructor declaration in a class template. (#GH210234) ``` https://github.com/llvm/llvm-project/pull/210610 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
