diff --git a/clang/include/clang/Basic/DiagnosticParseKinds.td b/clang/include/clang/Basic/DiagnosticParseKinds.td index 17b040d33dc2b8b028321154446cb1c168258982..97dced0154b4345d32dc07f6fd812192e945842b 100644 --- a/clang/include/clang/Basic/DiagnosticParseKinds.td +++ b/clang/include/clang/Basic/DiagnosticParseKinds.td @@ -1612,7 +1612,8 @@ def ext_hlsl_access_specifiers : ExtWarn< // OHOS_LOCAL begin def warn_unsupported_pac_dfi_type : Warning< - "unsupported type %0 for attribute '%1'">; + "unsupported type %0 for attribute '%1'">, + InGroup>; // OHOS_LOCAL end } // end of Parser diagnostics