From: Reid Kleckner Date: Fri, 25 Jan 2013 22:12:45 +0000 (+0000) Subject: Add parens to suppress an MSVC 2012 << precedence warning X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=66f1f30725eb20760069823ec015234cce6b887c;p=oota-llvm.git Add parens to suppress an MSVC 2012 << precedence warning It doesn't seem to like instantiating the isUInt template with 6+3, and then doing < inline bool isUInt(uint64_t x) { - return N >= 64 || x < (UINT64_C(1)<= 64 || x < (UINT64_C(1)<<(N)); } // Template specializations to get better code for common cases. template<>