[PATCH] D45702: [clang-tidy] Add a new check, readability-redundant-data-call, that finds and removes redundant calls to .data().

Shuai Wang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 2 17:09:31 PDT 2018


shuaiwang added a comment.

In https://reviews.llvm.org/D45702#1085224, @aaron.ballman wrote:

> > Have you run this over any large code bases to see whether the check triggers in practice?
>
> I'm still curious about this, btw.


Yes it triggers in Google's code base.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D45702





More information about the cfe-commits mailing list