[PATCH] D101721: [clang-tidy][NFC] Update tests and Default options to use boolean value

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 3 04:17:50 PDT 2021


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

LGTM! One thing I'd like to be sure of though -- do we still have at least one test that's showing you can use false/0 and true/1/nonzero interchangeably? If not, we should probably have one that shows which "alternate forms" are accepted.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101721



More information about the cfe-commits mailing list