Skip to content

Commit b8d9aea

Browse files
simollllvm-beanz
andauthored
Update tools/clang/include/clang/Basic/DiagnosticSemaKinds.td
Co-authored-by: Chris B <[email protected]>
1 parent 5dd2b64 commit b8d9aea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/clang/include/clang/Basic/DiagnosticSemaKinds.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7711,7 +7711,7 @@ def note_hlsl_globallycoherent_applies_to : Note<
77117711
def note_hlsl_reordercoherent_applies_to : Note<
77127712
"'reordercoherent' can only be applied to UAV objects">;
77137713
def warn_hlsl_gc_implies_rc_attribute : Warning<
7714-
"Attribute 'reordercoherent' implied by 'globallycoherent' in %0. 'reordercoherent' ignored.">, DefaultWarn;
7714+
"Attribute 'reordercoherent' implied by 'globallycoherent' in %0. 'reordercoherent' ignored.">;
77157715
def err_hlsl_varmodifiersna : Error<
77167716
"%0 and %1 cannot be used together for a %2">;
77177717
def err_hlsl_vla : Error< // Patterened after err_opencl_vla

0 commit comments

Comments
 (0)