================ @@ -2022,6 +2025,14 @@ def lexical_parent(self): return self._lexical_parent + @property + def specialized_template(self): + """Return the base template that this cursor is a specialization of, if any.""" ---------------- Endilll wrote:
I wonder if "base template" should be replaced with the Standard term "primary template". https://github.com/llvm/llvm-project/pull/120590 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits