Fixing the MSVC compiler warning a different way; removed use of static_cast and...
authorAaron Ballman <aaron@aaronballman.com>
Tue, 12 Feb 2013 19:20:48 +0000 (19:20 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Tue, 12 Feb 2013 19:20:48 +0000 (19:20 +0000)
commit396088cdb5e90f8be1d38e6119a620a6e536fff1
tree85c2d5df8ca20fa71520d23bc79623c80ced9231
parente348d2724adffb59f6c2c8e4f9382138a83d7d40
Fixing the MSVC compiler warning a different way; removed use of static_cast and instead used a signed integer parameter.

llvm-svn: 174996
clang/lib/Format/TokenAnnotator.cpp