[clang-tidy] This patch is a fix for D45405 where spaces were mistakenly considered as a part of a type name. So length("int *") was 5 instead of 3 with RemoveStars=0 or 4 with RemoveStars=1

Differential Revision: https://reviews.llvm.org/D45927



git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@334829 91177308-0d34-0410-b5e6-96231b3b80d8
3 files changed