]> granicus.if.org Git - clang/commit
Avoid a signed/unsigned comparison warning with compilers that don't know how
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 24 Sep 2013 22:13:21 +0000 (22:13 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 24 Sep 2013 22:13:21 +0000 (22:13 +0000)
commit6fde25e14e8d89080fb9f32b7c0d65f869bb06ea
tree6133b04619e6a7ce58937bc0c6b5285d32815cc3
parentbffd89b0b008132550c9a892a745fc1a7932dae4
Avoid a signed/unsigned comparison warning with compilers that don't know how
to handle constant expressions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191336 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Lex/Lexer.cpp