================
@@ -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
----------------
bolshakov-a wrote:

@erichkeane, I think that ABI is about name mangling and other codegen-related 
stuff? Maybe, such a small change in the internal AST representation just don't 
need mentioning in the relnotes?

https://github.com/llvm/llvm-project/pull/156329
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to