Skip to content

Commit aaf83f0

Browse files
committed
remove FIXME
1 parent 45ab868 commit aaf83f0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clang/lib/Sema/SemaHLSL.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,8 +423,6 @@ static CXXRecordDecl *createHostLayoutStruct(Sema &S,
423423

424424
// copy base struct, create HLSL Buffer compatible version if needed
425425
if (unsigned NumBases = StructDecl->getNumBases()) {
426-
// FIXME: Filter out interfaces from the list of base classes
427-
// (llvm/llvm-project#124178)
428426
assert(NumBases == 1 && "HLSL supports only one base type");
429427
CXXBaseSpecifier Base = *StructDecl->bases_begin();
430428
CXXRecordDecl *BaseDecl = Base.getType()->getAsCXXRecordDecl();

0 commit comments

Comments
 (0)