[Lldb-commits] [clang] [clang-tools-extra] [lldb] [clang] AST: remove DependentTemplateSpecializationType (PR #158109)

Matheus Izvekov via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 11 13:14:04 PDT 2025


================
@@ -222,7 +222,6 @@ RegistryMaps::RegistryMaps() {
   REGISTER_MATCHER(declRefExpr);
   REGISTER_MATCHER(dependentNameType);
   REGISTER_MATCHER(dependentScopeDeclRefExpr);
-  REGISTER_MATCHER(dependentTemplateSpecializationType);
----------------
mizvekov wrote:

The matcher is highly incomplete because it doesn't allow matching on the template name in any way. There is no support for template names in ast matchers as far as I know.

So I highly doubt anyone depends on this.

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


More information about the lldb-commits mailing list