abyss7/dist-clang

Allow to print some message on CHECK() or DCHECK() failure

Closed this issue · 0 comments

Should look like this:

CHECK(condition) << "condition failed!";

It will be very helpful in diagnostics.