[PATCH] D20917: [clang-tidy] Add RemoveStars option to the modernize-use-auto check

Eugene Zelenko via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 2 10:24:50 PDT 2016


Eugene.Zelenko added a subscriber: Eugene.Zelenko.

================
Comment at: docs/clang-tidy/checks/modernize-use-auto.rst:155
@@ +154,3 @@
+------------------
+If the option is set to non-zero (default is ``0``), the check will remove stars
+from the non-typedef pointer types when replacing type names with ``auto``.
----------------
Please highlight 0 with `. It's not language construct.


http://reviews.llvm.org/D20917





More information about the cfe-commits mailing list