[Lldb-commits] [lldb] [lldb][DWARFASTParserClang] Added a check for the specialization existence (PR #154123)
    Michael Buch via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Mon Sep  8 03:14:52 PDT 2025
    
    
  
================
@@ -599,6 +599,39 @@ TEST_F(DWARFASTParserClangTests, TestDefaultTemplateParamParsing) {
   }
 }
 
+TEST_F(DWARFASTParserClangTests, TestSpecDeclExistsError) {
+  // Tests checking error if ClassTemplateSpecializationDecl already exists.
----------------
Michael137 wrote:
```suggestion
  // Tests that parsing a ClassTemplateSpecializationDecl that already exists
  // is handled gracefully.
```
https://github.com/llvm/llvm-project/pull/154123
    
    
More information about the lldb-commits
mailing list