]> granicus.if.org Git - clang/commit
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)
commit468e399cfa371a0b698e566d89ffa786b9696f94
tree2af92c7ec47933bcf467ebf4e28c0cf80833c3c0
parent9c504e93c1b34d9ac7e4175ab1269b76f2460877
Fixing the MSVC compiler warning a different way; removed use of static_cast and instead used a signed integer parameter.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174996 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Format/TokenAnnotator.cpp