================ @@ -270,6 +268,7 @@ Bug Fixes in This Version - Clang now outputs relative paths of embeds for dependency output. (#GH161950) - Fixed an assertion failure when evaluating ``_Countof`` on invalid ``void``-typed operands. (#GH180893) - Fixed a ``-Winvalid-noreturn`` false positive for unreachable ``try`` blocks following an unconditional ``throw``. (#GH174822) +- Fixed an assertion failure caused by error recovery while extending a nested name specifier with results from ordinary lookup. (#GH181470) ---------------- a-tarasyuk wrote:
@shafik, if this is specific to Clang 22, I think the release note can be omitted. Should I remove it? https://github.com/llvm/llvm-project/pull/181828 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
