[clang] [Clang] Fix handling of references to variable templates with an empty argument list (PR #191154)

Jan Piotrowicz via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 9 05:13:32 PDT 2026


================
@@ -426,6 +426,7 @@ Bug Fixes to C++ Support
   template parameters when one of its parameters is also a pack. (#GH181166)
 - Fixed a crash when a default argument is passed to an explicit object parameter. (#GH176639)
 - Fixed an alias template CTAD crash.
+- Fix handling of ``Var<>`` when refering to a static member variable template. (#GH191016)
----------------
Taw3e8 wrote:

I think it would be nice if you could
We found it because it broke our build with the newest clang version

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


More information about the cfe-commits mailing list