Author: Erich Keane
Date: 2022-10-04T11:07:03-07:00
New Revision: b0aed823d447c1e0d4e5bb82d7e14830d66c75d4

URL: 
https://github.com/llvm/llvm-project/commit/b0aed823d447c1e0d4e5bb82d7e14830d66c75d4
DIFF: 
https://github.com/llvm/llvm-project/commit/b0aed823d447c1e0d4e5bb82d7e14830d66c75d4.diff

LOG: Remove accidentially left assertion

Added: 
    

Modified: 
    clang/lib/Sema/SemaTemplateInstantiate.cpp

Removed: 
    


################################################################################
diff  --git a/clang/lib/Sema/SemaTemplateInstantiate.cpp 
b/clang/lib/Sema/SemaTemplateInstantiate.cpp
index 4a9787d7b004..4a24df50d34c 100644
--- a/clang/lib/Sema/SemaTemplateInstantiate.cpp
+++ b/clang/lib/Sema/SemaTemplateInstantiate.cpp
@@ -855,7 +855,6 @@ void Sema::PrintInstantiationStack() {
         << Active->InstantiationRange;
       break;
     case CodeSynthesisContext::RequirementParameterInstantiation:
-      assert("how do we get here?!");
       Diags.Report(Active->PointOfInstantiation,
                    diag::note_template_requirement_params_instantiation_here)
           << Active->InstantiationRange;


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to