[PATCH] D40916: Always evaluate the second argument for CHECK() lazily.

Bob Haarman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 6 13:19:31 PST 2017


inglorion accepted this revision.
inglorion added a comment.
This revision is now accepted and ready to land.

Alright, so it's basically like being able to write CHECK instead of check(e) and checkLazy(e, messagefun). I like that.


https://reviews.llvm.org/D40916





More information about the llvm-commits mailing list