[libc-commits] [PATCH] D73668: [libc] Add [EXPECT|ASSERT]_[TRUE|FALSE] unittest macros.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Jan 30 11:46:51 PST 2020


sivachandra added a comment.

I am convinced (thanks to @gchatelet) that we can safely extend our macros to `bool`. Some of them, like `EXPECT_LE` might not be meaningful for bool, but I do not see any reason to make special effort to prevent such uses.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73668/new/

https://reviews.llvm.org/D73668





More information about the libc-commits mailing list