[PATCH] D122618: [Lint][Verifier] NFC: Rename 'Assert*' macros to 'Check*'.

Tom Honermann via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 29 07:43:02 PDT 2022


tahonermann added a comment.

> perhaps Verify() makes a bit more sense than Check() at least for the verifier?

I thought about `Verify()` as well, but went with `Check()` for consistency with `CheckFailed()`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122618



More information about the llvm-commits mailing list