Skip to content

Commit e35b4d5

Browse files
hokeinAlexisPerry
authored andcommitted
[clang] Remove a stale FIXME
This FIXME has already been addressed in llvm#89358
1 parent ae177dd commit e35b4d5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

clang/lib/Sema/SemaTemplate.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3170,10 +3170,6 @@ BuildDeductionGuideForTypeAlias(Sema &SemaRef,
31703170
Expr *RequiresClause = buildAssociatedConstraints(
31713171
SemaRef, F, AliasTemplate, DeduceResults, IsDeducible);
31723172

3173-
// FIXME: implement the is_deducible constraint per C++
3174-
// [over.match.class.deduct]p3.3:
3175-
// ... and a constraint that is satisfied if and only if the arguments
3176-
// of A are deducible (see below) from the return type.
31773173
auto *FPrimeTemplateParamList = TemplateParameterList::Create(
31783174
Context, AliasTemplate->getTemplateParameters()->getTemplateLoc(),
31793175
AliasTemplate->getTemplateParameters()->getLAngleLoc(),

0 commit comments

Comments
 (0)