We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dd2b64 commit b8d9aeaCopy full SHA for b8d9aea
1 file changed
tools/clang/include/clang/Basic/DiagnosticSemaKinds.td
@@ -7711,7 +7711,7 @@ def note_hlsl_globallycoherent_applies_to : Note<
7711
def note_hlsl_reordercoherent_applies_to : Note<
7712
"'reordercoherent' can only be applied to UAV objects">;
7713
def warn_hlsl_gc_implies_rc_attribute : Warning<
7714
- "Attribute 'reordercoherent' implied by 'globallycoherent' in %0. 'reordercoherent' ignored.">, DefaultWarn;
+ "Attribute 'reordercoherent' implied by 'globallycoherent' in %0. 'reordercoherent' ignored.">;
7715
def err_hlsl_varmodifiersna : Error<
7716
"%0 and %1 cannot be used together for a %2">;
7717
def err_hlsl_vla : Error< // Patterened after err_opencl_vla
0 commit comments