vbvictor wrote:

On line 199 in our tests we expect:

"warning: redundant explicit casting to the same type 'size_t' (aka 'unsigned 
long{{( long)?}}') as the sub-expression, remove this casting 
[readability-redundant-casting]"

But on arm buildbot it is:

"warning: redundant explicit casting to the same type 'size_t' (aka 'unsigned 
int') as the sub-expression, remove this casting 
[readability-redundant-casting]"

I think we should omit matching full "aka" part here or just look for `unsigned`

https://github.com/llvm/llvm-project/pull/191386
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to