[PATCH] D11890: Fixed Visual Studio warnings.

Yaron Keren via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 15 12:29:57 PDT 2015


yaron.keren added a comment.

Fixed several ThreadSanitizer.cpp issues in r245167.  I don't have VS2015 config to test the warning and the online compiler is out but

  const unsigned ByteSize = 1U << i;

should be OK. Please update if it's still warning.


http://reviews.llvm.org/D11890





More information about the llvm-commits mailing list