Skip to content
Commit 65d1cf8b authored by Zinovy Nis's avatar Zinovy Nis
Browse files

[clang-tidy] This patch is a fix for D45405 where spaces were mistakenly...

[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

llvm-svn: 334829
parent 8f3678db
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment