Skip to content

Commit 08f42a9

Browse files
committed
review: touch-up diag message
1 parent 9963bdf commit 08f42a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/DiagnosticParseKinds.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1856,6 +1856,6 @@ def err_hlsl_unexpected_end_of_params
18561856
def err_hlsl_rootsig_repeat_param : Error<"specified the same parameter '%0' multiple times">;
18571857
def err_hlsl_rootsig_missing_param : Error<"did not specify mandatory parameter '%0'">;
18581858
def err_hlsl_number_literal_overflow : Error<"integer literal is too large to be represented as a 32-bit %select{signed |}0 integer type">;
1859-
def err_hlsl_rootsig_non_zero_flag : Error<"non-zero integer literal specified for flag value">;
1859+
def err_hlsl_rootsig_non_zero_flag : Error<"flag value is neither a literal 0 nor a named value">;
18601860

18611861
} // end of Parser diagnostics

0 commit comments

Comments
 (0)