[clang] [Clang] fix assertion failure in ::template operator parsing (PR #194097)

via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 27 06:41:19 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)
----------------
Serosh-commits wrote:

> There is a c++ section

moving it thanks

https://github.com/llvm/llvm-project/pull/194097


More information about the cfe-commits mailing list