assert(!"error message"); To: assert(0 && "error message"); which is more consistant across the code base. llvm-svn: 140234