We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ab868 commit aaf83f0Copy full SHA for aaf83f0
clang/lib/Sema/SemaHLSL.cpp
@@ -423,8 +423,6 @@ static CXXRecordDecl *createHostLayoutStruct(Sema &S,
423
424
// copy base struct, create HLSL Buffer compatible version if needed
425
if (unsigned NumBases = StructDecl->getNumBases()) {
426
- // FIXME: Filter out interfaces from the list of base classes
427
- // (llvm/llvm-project#124178)
428
assert(NumBases == 1 && "HLSL supports only one base type");
429
CXXBaseSpecifier Base = *StructDecl->bases_begin();
430
CXXRecordDecl *BaseDecl = Base.getType()->getAsCXXRecordDecl();
0 commit comments