[clang] [clang] Remove written template args from implicit var tpl spec (PR #156329)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 2 06:50:34 PDT 2025
================
@@ -84,6 +84,9 @@ C++ Specific Potentially Breaking Changes
static_assert((b.*mp)() == 1); // newly rejected
static_assert((c.*mp)() == 1); // accepted
+- ``VarTemplateSpecializationDecl::getTemplateArgsAsWritten()`` method returns
----------------
erichkeane wrote:
This isn't really a useful release note for someone who uses our compiler. We have to explain WHAT is happening from a user perspective.
https://github.com/llvm/llvm-project/pull/156329
More information about the cfe-commits
mailing list