ThreadSanitizer plugin: match for loop variable with expected type
authorEd Maste <emaste@freebsd.org>
Sat, 22 Apr 2017 01:38:54 +0000 (01:38 +0000)
committerEd Maste <emaste@freebsd.org>
Sat, 22 Apr 2017 01:38:54 +0000 (01:38 +0000)
commitde06ec544939c9a2d2a9f2bb6fd67b8091208be2
tree2265e748a8ffa28056b076e76db933bb63c92da7
parent645386cf4b27c131730b50a7e503be11eb6f27b8
ThreadSanitizer plugin: match for loop variable with expected type

Removes Clang warning ThreadSanitizerRuntime.cpp:591:21: warning:
comparison of integers of different signs: 'int' and 'size_t' (aka
'unsigned long') [-Wsign-compare]

llvm-svn: 301067
lldb/source/Plugins/InstrumentationRuntime/ThreadSanitizer/ThreadSanitizerRuntime.cpp