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

Nathan Ridge via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 11 14:38:38 PDT 2025


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

The `dependentTemplateSpecializationType` matcher probably doesn't have any usages. It was added for completeness alongisde `dependentNameType` and `dependentScopeDeclRefExpr` (the latter two do have usages in `HeuristicResolverTest.cpp`).

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


More information about the lldb-commits mailing list