[clang] [Clang] fix assertion failure in ::template operator parsing (PR #194097)
Corentin Jabot via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 27 06:35:42 PDT 2026
================
@@ -472,6 +472,7 @@ Improvements to Coverage Mapping
Bug Fixes in This Version
-------------------------
+- Fixed a preprocessor assertion failure triggered when parsing an invalid template-id starting with `::template operator`. (#GH186582)
----------------
cor3ntin wrote:
There is a c++ section
https://github.com/llvm/llvm-project/pull/194097
More information about the cfe-commits
mailing list