[clang] [Clang][Sema] Avoid crash in overload diagnostics for invalid static deducing-this (PR #177783)
Luohao Wang via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 26 05:48:30 PST 2026
================
@@ -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)
----------------
Luohaothu wrote:
Fixed.
https://github.com/llvm/llvm-project/pull/177783
More information about the cfe-commits
mailing list