[PATCH] D45702: [clang-tidy] Add a new check, readability-redundant-data-call, that finds and removes redundant calls to .data().
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 16 15:47:25 PDT 2018
Eugene.Zelenko added inline comments.
================
Comment at: docs/ReleaseNotes.rst:63
+
+ This check suggests removing redundant `.data()` calls.
+
----------------
Eugene.Zelenko wrote:
> I would suggest //Finds redundant `.data()` calls.// Same in documentation.
>
> Please also move to new checks list in alphabetical order.
Please enclose .data() in ``. Same in documentation.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D45702
More information about the cfe-commits
mailing list