[PATCH] D18745: [clang-tidy] Adds misc-use-bool-literals check.
Alexander Kornienko via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 4 04:59:28 PDT 2016
alexfh requested changes to this revision.
alexfh added a comment.
This revision now requires changes to proceed.
1. Looks like `modernize` would be a better fit for this check, since it targets a pattern common for pre-standard C++ (or C code).
2. Please clang-format the code.
3. Please run the check on a large enough codebase (at least, on the whole LLVM) to ensure it doesn't crash and doesn't produce obvious false positives.
http://reviews.llvm.org/D18745
More information about the cfe-commits
mailing list