[PATCH] D45927: [clang-tidy] [modernize-use-auto] Correct way to calculate a type name length for multi-token types

Malcolm Parsons via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Apr 22 00:11:51 PDT 2018


malcolm.parsons added a comment.

I think spaces that will be removed should be counted - long long is 9.

OTOH, MinTypeNameLength isn't likely to be set high enough for that to matter.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D45927





More information about the cfe-commits mailing list