[cfe-commits] [PATCH] Remove warning in ASTReaderStmt.cpp

Douglas Gregor dgregor at apple.com
Fri Sep 23 09:59:44 PDT 2011


On Sep 14, 2011, at 2:33 PM, Aaron Ballman wrote:

> This is a patch that removes a warning in VC++: warning C4805: '==' :
> unsafe mix of type 'const uint64_t' and type 'bool' in operation.
> 
> However, since I'm not very familiar with this part of the source
> base, I'd appreciate a review to make sure the assert itself isn't
> wrong.

Committed as r140388, thanks!

	- Doug



More information about the cfe-commits mailing list