[clang] b0aed82 - Remove accidentially left assertion

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 4 11:07:15 PDT 2022


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;


        


More information about the cfe-commits mailing list