Hi,
CGBlocks.cpp: In member function ‘llvm::Value*
clang::CodeGen::CodeGenFunction::GetAddrOfBlockDecl(const
clang::BlockDeclRefExpr*)’:
CGBlocks.cpp:487: warning: suggest parentheses around && within ||
Looking at the code suggests that the || is actually meant to have
precedence here.
Sebastian