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 38429f4 commit 60434e3Copy full SHA for 60434e3
clang/lib/Sema/SemaHLSL.cpp
@@ -2595,7 +2595,7 @@ static void BuildFlattenedTypeList(QualType BaseTy,
2595
if (RD->isStandardLayout())
2596
RD = RD->getStandardLayoutBaseWithFields();
2597
2598
- // For types that we shouldn't decompose (unios and non-aggregates), just
+ // For types that we shouldn't decompose (unions and non-aggregates), just
2599
// add the type itself to the list.
2600
if (RD->isUnion() || !RD->isAggregate()) {
2601
List.push_back(T);
0 commit comments