Skip to content

Commit fa895f7

Browse files
committed
function description
1 parent 244c59c commit fa895f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/clang/lib/Sema/SemaHLSL.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12166,7 +12166,7 @@ static bool AllowObjectInContext(QualType Ty, TypeDiagContext DiagContext) {
1216612166
return true;
1216712167
}
1216812168

12169-
// Determine if `Ty` is valid and/or empty. If invalid returns false and Sema `S`, location `Loc`,
12169+
// Determine if `Ty` is valid in this `DiagContext` and/or an empty type. If invalid returns false and Sema `S`, location `Loc`,
1217012170
// error index `DiagContext`, and FieldDecl `FD` are used to emit diagnostics.
1217112171
// If `CheckLongVec` is set, errors are produced if `Ty` is a long vector.
1217212172
// If the type is not empty, `Empty` is set to false.

0 commit comments

Comments
 (0)