forked from OSchip/llvm-project
Put new warning in r159965 under a flag to appease buildbots. Someone please
verify this is the correct grouping. llvm-svn: 159966
This commit is contained in:
parent
bcffcdfd18
commit
386433999f
|
@ -5524,7 +5524,8 @@ def err_invalid_conversion_between_ext_vectors : Error<
|
|||
"invalid conversion between ext-vector type %0 and %1">;
|
||||
|
||||
def warn_duplicate_attribute : Warning<
|
||||
"attribute %0 is already applied with different parameters">;
|
||||
"attribute %0 is already applied with different parameters">,
|
||||
InGroup<IgnoredAttributes>;
|
||||
|
||||
// Type
|
||||
def ext_invalid_sign_spec : Extension<"'%0' cannot be signed or unsigned">;
|
||||
|
|
Loading…
Reference in New Issue