Hello!
In general I am scared of such fixes.
I assume we know that Info::MaxTables is never a negative value now. However if
it would (by mistake) get a negative value in the future then you are hiding an
important TP warning here.
I assume we know that Info::MaxTables is never larger than in
Author: aaronballman
Date: Wed Sep 2 07:50:12 2015
New Revision: 246646
URL: http://llvm.org/viewvc/llvm-project?rev=246646&view=rev
Log:
Silence a -Wsign-compare warning; NFC.
Modified:
cfe/trunk/lib/Serialization/MultiOnDiskHashTable.h
Modified: cfe/trunk/lib/Serialization/MultiOnDiskHash