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

Corentin Jabot via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 12 01:06:28 PDT 2025


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

I'm happy with the release note, thanks

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


More information about the lldb-commits mailing list