Revert "[clang-tidy] [modernize-use-auto] Get only a length of token, not the token...
authorZinovy Nis <zinovy.nis@gmail.com>
Thu, 12 Apr 2018 20:33:24 +0000 (20:33 +0000)
committerZinovy Nis <zinovy.nis@gmail.com>
Thu, 12 Apr 2018 20:33:24 +0000 (20:33 +0000)
commit5ef2b52e5ba6a7e58543a3608195f6798d240697
treebc0c765da4be6a478b46dfa1f68f82735d83d1dc
parent225c4697b4d89ce0d1749212e7ccd51642adc4d1
Revert "[clang-tidy] [modernize-use-auto] Get only a length of token, not the token itself"

This reverts r329873 as getting only a single token length is wrong for multi-token type names,
like 'unsigned long int'.

llvm-svn: 329949
clang-tools-extra/clang-tidy/modernize/UseAutoCheck.cpp