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 fa0e9c9 commit afb5be2Copy full SHA for afb5be2
clang/lib/CodeGen/CGExprAgg.cpp
@@ -1552,7 +1552,7 @@ static bool castPreservesZero(const CastExpr *CE) {
1552
case CK_NonAtomicToAtomic:
1553
case CK_AtomicToNonAtomic:
1554
case CK_HLSLVectorTruncation:
1555
- // TODO does CK_HLSLAggregateCast preserve zero?
+ case CK_HLSLAggregateCast: // TODO does CK_HLSLAggregateCast preserve zero?
1556
return true;
1557
1558
case CK_BaseToDerivedMemberPointer:
0 commit comments