[PATCH] D45405: [clang-tidy] [modernize-use-auto] Add a threshold for minimal type name length to be replaced with 'auto'

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 9 02:32:30 PDT 2018


hokein added inline comments.


================
Comment at: docs/clang-tidy/checks/modernize-use-auto.rst:202
+   neither warn nor fix type names having a length less than the option value.
+   The option affects expressions only, not iterators.
+
----------------
nit: document the default value.


https://reviews.llvm.org/D45405





More information about the cfe-commits mailing list